File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77* Alert suppression can now be done with single-line block comments (` /* ... */ ` ) as well as line comments (` // ... ` ).
88
9- * Imports with the ` .js ` extension can now be resolved to a TypeScript file,
9+ * Resolution of imports has improved, leading to more results from the security queries:
10+ - Imports with the ` .js ` extension can now be resolved to a TypeScript file,
1011 when the import refers to a file generated by TypeScript.
12+ - Imports that rely on path-mappings from a ` tsconfig.json ` file can now be resolved.
13+ - Export declarations of the form ` export * as ns from "x" ` are now analyzed more precisely.
1114
1215* The analysis of sanitizers has improved, leading to more accurate results from the security queries.
1316 In particular:
1417 - Sanitizer guards now act across function boundaries in more cases.
1518 - Sanitizers can now better distinguish between a tainted value and an object _ containing_ a tainted value.
1619
17- * Export declarations of the form ` export * as ns from "x" ` are now analyzed more precisely.
18-
19- * The analysis of sanitizer guards has improved, leading to fewer false-positive results from the security queries.
20-
21- * The call graph construction has been improved, leading to more results from the security queries:
20+ * Call graph construction has been improved, leading to more results from the security queries:
2221 - Calls can now be resolved to indirectly-defined class members in more cases.
2322 - Calls through partial invocations such as ` .bind ` can now be resolved in more cases.
2423
You can’t perform that action at this time.
0 commit comments