Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / @typescript-eslint / typescript-estree / dist / node-utils.d.ts
index 0a2ed93035558bbdb6b95f549d2a13ce8029c7b4..b6299c6211bf04ebebd71a3ce0d2be17da12a0f8 100644 (file)
@@ -54,8 +54,11 @@ interface TokenToText {
     [SyntaxKind.GreaterThanGreaterThanEqualsToken]: '>>=';
     [SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken]: '>>>=';
     [SyntaxKind.AmpersandEqualsToken]: '&=';
+    [SyntaxKind.AmpersandAmpersandEqualsToken]: '&&=';
     [SyntaxKind.BarEqualsToken]: '|=';
+    [SyntaxKind.BarBarEqualsToken]: '||=';
     [SyntaxKind.CaretEqualsToken]: '^=';
+    [SyntaxKind.QuestionQuestionEqualsToken]: '??=';
     [SyntaxKind.AtToken]: '@';
     [SyntaxKind.InKeyword]: 'in';
     [SyntaxKind.UniqueKeyword]: 'unique';