We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9086dfd commit 393a9fdCopy full SHA for 393a9fd
change-notes/1.21/analysis-javascript.md
@@ -42,3 +42,6 @@
42
## Changes to QL libraries
43
44
* `RegExpLiteral` is now a `DataFlow::SourceNode`.
45
+* `JSDocTypeExpr` now has source locations and is a subclass of `Locatable` and `TypeAnnotation`.
46
+* Various predicates named `getTypeAnnotation()` now return `TypeAnnotation` instead of `TypeExpr`.
47
+ In rare cases, this may cause compilation errors. Cast the result to `TypeExpr` if this happens.
0 commit comments