mirror of
https://github.com/github/codeql.git
synced 2026-01-03 09:40:17 +01:00
upgrade to TypeScript 5.0 beta, and unbreak things that broke
This commit is contained in:
@@ -1159,7 +1159,7 @@ public class TypeScriptASTConverter {
|
||||
loc,
|
||||
hasModifier(node, "ConstKeyword"),
|
||||
hasModifier(node, "DeclareKeyword"),
|
||||
convertChildrenNotNull(node, "illegalDecorators"), // as of https://github.com/microsoft/TypeScript/pull/50343/ the property is called `illegalDecorators` instead of `decorators`
|
||||
getDecorators(node),
|
||||
convertChild(node, "name"),
|
||||
convertChildren(node, "members"));
|
||||
attachSymbolInformation(enumDeclaration, node);
|
||||
|
||||
Reference in New Issue
Block a user