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

Skip to content

Commit 5a775d9

Browse files
author
Max Schaefer
committed
JavaScript: Add change note.
1 parent cc216ad commit 5a775d9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

change-notes/1.20/extractor-javascript.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
## Changes to code extraction
2020

2121
* Extraction of JavaScript files (but not TypeScript files) on LGTM is now parallelized. By default, the extractor uses as many threads as there are processors, but this can be overridden by setting the `LGTM_INDEX_THREADS` environment variable. In particular, setting `LGTM_INDEX_THREADS` to 1 disables parallel extraction.
22+
* The extractor now offers experimental support for [E4X](https://developer.mozilla.org/en-US/docs/Archive/Web/E4X), a legacy language extension developed by Mozilla.
2223
* The extractor now supports additional [Flow](https://flow.org/) syntax.
2324
* The extractor now supports [Nullish Coalescing](https://github.com/tc39/proposal-nullish-coalescing) expressions.
2425
* The extractor now supports [TypeScript 3.2](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-2.html).

0 commit comments

Comments
 (0)