You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The `Type` and `Symbol` classes have been deprecated and will be empty in newly extracted databases, since the TypeScript extractor no longer populates them.
5
+
This is breaking change for custom queries that explicitly relied on these classes.
6
+
Such queries will still compile, but with deprecation warnings, and may have different query results due to type information no longer being available.
7
+
We expect most custom queries will not be affected, however. If a custom query has no deprecation warnings, it should not be affected by this change.
8
+
Uses of `getType()` should be rewritten to use the new `getTypeBinding()` or `getNameBinding()` APIs instead.
9
+
If the new API is not sufficient, please consider opening an issue in `github/codeql` describing your use-case.
0 commit comments