|
20 | 20 | Java,"Java 7 to 18 [4]_","javac (OpenJDK and Oracle JDK),
|
21 | 21 |
|
22 | 22 | Eclipse compiler for Java (ECJ) [5]_",``.java``
|
23 |
| - JavaScript,ECMAScript 2022 or lower,Not applicable,"``.js``, ``.jsx``, ``.mjs``, ``.es``, ``.es6``, ``.htm``, ``.html``, ``.xhtm``, ``.xhtml``, ``.vue``, ``.hbs``, ``.ejs``, ``.njk``, ``.json``, ``.yaml``, ``.yml``, ``.raml``, ``.xml`` [6]_" |
24 |
| - Python [7]_,"2.7, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10",Not applicable,``.py`` |
25 |
| - Ruby [8]_,"up to 3.1",Not applicable,"``.rb``, ``.erb``, ``.gemspec``, ``Gemfile``" |
26 |
| - TypeScript [9]_,"2.6-4.8",Standard TypeScript compiler,"``.ts``, ``.tsx``, ``.mts``, ``.cts``" |
| 23 | + Kotlin [6]_,"Kotlin 1.5.0 to 1.7.21","kotlinc",``.kt`` |
| 24 | + JavaScript,ECMAScript 2022 or lower,Not applicable,"``.js``, ``.jsx``, ``.mjs``, ``.es``, ``.es6``, ``.htm``, ``.html``, ``.xhtm``, ``.xhtml``, ``.vue``, ``.hbs``, ``.ejs``, ``.njk``, ``.json``, ``.yaml``, ``.yml``, ``.raml``, ``.xml`` [7]_" |
| 25 | + Python [8]_,"2.7, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10",Not applicable,``.py`` |
| 26 | + Ruby [9]_,"up to 3.1",Not applicable,"``.rb``, ``.erb``, ``.gemspec``, ``Gemfile``" |
| 27 | + TypeScript [10]_,"2.6-4.8",Standard TypeScript compiler,"``.ts``, ``.tsx``, ``.mts``, ``.cts``" |
27 | 28 |
|
28 | 29 | .. container:: footnote-group
|
29 | 30 |
|
|
32 | 33 | .. [3] Support for the Arm Compiler (armcc) is preliminary.
|
33 | 34 | .. [4] Builds that execute on Java 7 to 19 can be analyzed. The analysis understands Java 19 standard language features.
|
34 | 35 | .. [5] ECJ is supported when the build invokes it via the Maven Compiler plugin or the Takari Lifecycle plugin.
|
35 |
| - .. [6] JSX and Flow code, YAML, JSON, HTML, and XML files may also be analyzed with JavaScript files. |
36 |
| - .. [7] The extractor requires Python 3 to run. To analyze Python 2.7 you should install both versions of Python. |
37 |
| - .. [8] Requires glibc 2.17. |
38 |
| - .. [9] TypeScript analysis is performed by running the JavaScript extractor with TypeScript enabled. This is the default for LGTM. |
| 36 | + .. [6] Kotlin support is currently in beta. |
| 37 | + .. [7] JSX and Flow code, YAML, JSON, HTML, and XML files may also be analyzed with JavaScript files. |
| 38 | + .. [8] The extractor requires Python 3 to run. To analyze Python 2.7 you should install both versions of Python. |
| 39 | + .. [9] Requires glibc 2.17. |
| 40 | + .. [10] TypeScript analysis is performed by running the JavaScript extractor with TypeScript enabled. This is the default for LGTM. |
0 commit comments