Skip to content

Commit 08ad4f7

Browse files
committed
JS: Tweak other parts of change note for consistency
1 parent ad2b150 commit 08ad4f7

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

change-notes/1.24/analysis-javascript.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,18 @@
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

0 commit comments

Comments
 (0)