Skip to content

Commit 393a9fd

Browse files
committed
JS: Add change notes
1 parent 9086dfd commit 393a9fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

change-notes/1.21/analysis-javascript.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,6 @@
4242
## Changes to QL libraries
4343

4444
* `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

Comments
 (0)