File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77* Alert suppression can now be done with single-line block comments (` /* ... */ ` ) as well as line comments (` // ... ` ).
88
99* 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,
10+ - Imports with the ` .js ` extension can now be resolved to a TypeScript file,
1111 when the import refers to a file generated by TypeScript.
1212 - 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.
13+ - Export declarations of the form ` export * as ns from "x" ` are now analyzed more precisely.
1414
1515* The analysis of sanitizers has improved, leading to more accurate results from the security queries.
1616 In particular:
You can’t perform that action at this time.
0 commit comments