mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
940 B
940 B
Improvements to JavaScript analysis
Changes to code extraction
- Parallel extraction of JavaScript files (but not TypeScript files) on LGTM is now supported. The
LGTM_THREADSenvironment variable can be set to indicate how many files should be extracted in parallel. If this variable is not set, parallel extraction is disabled. - Experimental support for E4X, a legacy language extension developed by Mozilla, is available.
- Additional Flow syntax is now supported.
- Nullish Coalescing expressions are now supported.
- TypeScript 3.2 is now supported.
- The TypeScript extractor now handles the control flow of logical operators and destructuring assignments more accurately.