зеркало из https://github.com/github/codeql.git
898 B
898 B
condition: enterprise-only
Improvements to JavaScript analysis
Changes to code extraction
- 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.
- 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.