We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 999a83c commit a6a0a38Copy full SHA for a6a0a38
src/WebApiToTypeScript/Types/TypeService.cs
@@ -308,19 +308,7 @@ private void LoadReservedWords()
308
{
309
ReservedWords = new List<string>
310
311
- "break", "case", "catch", "class", "const",
312
- "continue", "debugger", "default", "delete", "do",
313
- "else", "enum", "export", "extends", "false",
314
- "finally", "for", "function", "if", "import",
315
- "in", "instanceof", "new", "null", "return",
316
- "super", "switch", "this", "throw", "true",
317
- "try", "typeof", "var", "void", "while",
318
- "with", "as", "implements", "interface", "let",
319
- "package", "private", "protected", "public", "static",
320
- "yield", "any", "boolean", "constructor", "declare",
321
- "get", "module", "require", "number", "set",
322
- "string", "symbol", "type", "from", "of",
323
- "namespace", "async", "await"
+ "constructor"
324
};
325
}
326
0 commit comments