Skip to content

Commit 06fcd8a

Browse files
author
Felicity Chapman
committed
Reword information on parallel extraction
1 parent 5031153 commit 06fcd8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

change-notes/1.20/extractor-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## Changes to code extraction
66

7-
* Parallel extraction of JavaScript files (but not TypeScript files) on LGTM is now supported. The `LGTM_THREADS` environment variable can be set to indicate how many files should be extracted in parallel. If this variable is not set, parallel extraction is disabled.
7+
* Parallel extraction of JavaScript files (but not TypeScript files) on LGTM is now supported. If LGTM is configured to evaluate queries using multiple threads, then JavaScript files are also extracted using multiple threads.
88
* Experimental support for [E4X](https://developer.mozilla.org/en-US/docs/Archive/Web/E4X), a legacy language extension developed by Mozilla, is available.
99
* Additional [Flow](https://flow.org/) syntax is now supported.
1010
* [Nullish Coalescing](https://github.com/tc39/proposal-nullish-coalescing) expressions are now supported.

0 commit comments

Comments
 (0)