Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / @typescript-eslint / typescript-estree / dist / semantic-or-syntactic-errors.js
index 2713463b84fdae7164916b21101959c70aebb151..96473c4e1f377a1837b0e9eba844c595ae5baa86 100644 (file)
@@ -14,7 +14,7 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
 var __importStar = (this && this.__importStar) || function (mod) {
     if (mod && mod.__esModule) return mod;
     var result = {};
-    if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
+    if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
     __setModuleDefault(result, mod);
     return result;
 };
@@ -86,6 +86,7 @@ function whitelistSupportedDiagnostics(diagnostics) {
             case 1175: // "'implements' clause already seen."
             case 1176: // "Interface declaration cannot have 'implements' clause."
             case 1190: // "The variable declaration of a 'for...of' statement cannot have an initializer."
+            case 1196: // "Catch clause variable type annotation must be 'any' or 'unknown' if specified."
             case 1200: // "Line terminator not permitted before arrow."
             case 1206: // "Decorators are not valid here."
             case 1211: // "A class declaration without the 'default' modifier must have a name."