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

Skip to content

Commit c34fdda

Browse files
author
Esben Sparre Andreasen
authored
Merge pull request #937 from xiemaisi/js/e4x
JavaScript: Add support for E4X.
2 parents db9ac72 + d4dbe3b commit c34fdda

50 files changed

Lines changed: 7203 additions & 1452 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

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)