|
21 | 21 | Java,"Java 7 to 26 [5]_","javac (OpenJDK and Oracle JDK), |
22 | 22 |
|
23 | 23 | Eclipse compiler for Java (ECJ) [6]_",``.java`` |
24 | | - Kotlin,"Kotlin 1.8.0 to 2.4.20 [7]_","kotlinc",``.kt`` |
25 | | - 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`` [8]_" |
26 | | - Python [9]_,"2.7, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13, 3.14",Not applicable,``.py`` |
| 24 | + Kotlin,"Kotlin 1.8.0 to 2.4.20","kotlinc",``.kt`` |
| 25 | + 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]_" |
| 26 | + Python [8]_,"2.7, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13, 3.14",Not applicable,``.py`` |
27 | 27 | Ruby,"up to 3.3",Not applicable,"``.rb``, ``.erb``, ``.gemspec``, ``Gemfile``" |
28 | | - Rust [10]_,"Rust editions 2021 and 2024","Rust compiler","``.rs``, ``Cargo.toml``" |
29 | | - Swift [11]_ [12]_,"Swift 5.4-6.3","Swift compiler","``.swift``" |
30 | | - TypeScript [13]_,"2.6-7.0",Standard TypeScript compiler,"``.ts``, ``.tsx``, ``.mts``, ``.cts``" |
| 28 | + Rust [9]_,"Rust editions 2021 and 2024","Rust compiler","``.rs``, ``Cargo.toml``" |
| 29 | + Swift [10]_ [11]_,"Swift 5.4-6.3","Swift compiler","``.swift``" |
| 30 | + TypeScript [12]_,"2.6-7.0",Standard TypeScript compiler,"``.ts``, ``.tsx``, ``.mts``, ``.cts``" |
31 | 31 |
|
32 | 32 | .. container:: footnote-group |
33 | 33 |
|
|
37 | 37 | .. [4] Support for the Arm Compiler (armcc) is preliminary. |
38 | 38 | .. [5] Builds that execute on Java 7 to 26 can be analyzed. The analysis understands standard language features in Java 8 to 26; "preview" and "incubator" features are not supported. Source code using Java language versions older than Java 8 are analyzed as Java 8 code. |
39 | 39 | .. [6] ECJ is supported when the build invokes it via the Maven Compiler plugin or the Takari Lifecycle plugin. |
40 | | - .. [7] Support for Kotlin 2.4.20 is preliminary. |
41 | | - .. [8] JSX and Flow code, YAML, JSON, HTML, and XML files may also be analyzed with JavaScript files. |
42 | | - .. [9] The extractor requires Python 3 to run. To analyze Python 2.7 you should install both versions of Python. |
43 | | - .. [10] Requires ``rustup`` and ``cargo`` to be installed. Features from nightly toolchains are not supported. |
44 | | - .. [11] Support for the analysis of Swift requires macOS. |
45 | | - .. [12] Embedded Swift is not supported. |
46 | | - .. [13] TypeScript analysis is performed by running the JavaScript extractor with TypeScript enabled. This is the default. |
| 40 | + .. [7] JSX and Flow code, YAML, JSON, HTML, and XML files may also be analyzed with JavaScript files. |
| 41 | + .. [8] The extractor requires Python 3 to run. To analyze Python 2.7 you should install both versions of Python. |
| 42 | + .. [9] Requires ``rustup`` and ``cargo`` to be installed. Features from nightly toolchains are not supported. |
| 43 | + .. [10] Support for the analysis of Swift requires macOS. |
| 44 | + .. [11] Embedded Swift is not supported. |
| 45 | + .. [12] TypeScript analysis is performed by running the JavaScript extractor with TypeScript enabled. This is the default. |
0 commit comments