Merge pull request #9235 from kaeluka/extractor-update-typescript-4_7

JS: Update the extractor to use TypeScript 4.7
This commit is contained in:
Erik Krogh Kristensen
2022-05-30 12:02:06 +02:00
committed by GitHub
19 changed files with 1173 additions and 38 deletions

View File

@@ -0,0 +1,4 @@
---
category: majorAnalysis
---
* Added support for TypeScript 4.7.

View File

@@ -1286,6 +1286,8 @@ class ExpressionWithTypeArguments extends @expression_with_type_arguments, Expr
override ControlFlowNode getFirstControlFlowNode() {
result = this.getExpression().getFirstControlFlowNode()
}
override string getAPrimaryQlClass() { result = "ExpressionWithTypeArguments" }
}
/**