Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit de7fbce

Browse files
committed
JS: Adjust whitespace in change notes
1 parent 0edb765 commit de7fbce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

change-notes/1.24/analysis-javascript.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
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:

0 commit comments

Comments
 (0)