|
24 | 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 | 25 | Python [8]_,"2.7, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11",Not applicable,``.py``
|
26 | 26 | Ruby [9]_,"up to 3.2",Not applicable,"``.rb``, ``.erb``, ``.gemspec``, ``Gemfile``"
|
27 |
| - Swift,"Swift 5.4-5.7","Swift compiler","``.swift``" |
28 |
| - TypeScript [10]_,"2.6-5.0",Standard TypeScript compiler,"``.ts``, ``.tsx``, ``.mts``, ``.cts``" |
| 27 | + Swift [10]_,"Swift 5.4-5.7","Swift compiler","``.swift``" |
| 28 | + TypeScript [11]_,"2.6-5.0",Standard TypeScript compiler,"``.ts``, ``.tsx``, ``.mts``, ``.cts``" |
29 | 29 |
|
30 | 30 | .. container:: footnote-group
|
31 | 31 |
|
|
38 | 38 | .. [7] JSX and Flow code, YAML, JSON, HTML, and XML files may also be analyzed with JavaScript files.
|
39 | 39 | .. [8] The extractor requires Python 3 to run. To analyze Python 2.7 you should install both versions of Python.
|
40 | 40 | .. [9] Requires glibc 2.17.
|
41 |
| - .. [10] TypeScript analysis is performed by running the JavaScript extractor with TypeScript enabled. This is the default. |
| 41 | + .. [10] Swift support is currently in beta. Windows is not supported. Linux support is partial (currently only works with Swift 5.7.3). |
| 42 | + .. [11] TypeScript analysis is performed by running the JavaScript extractor with TypeScript enabled. This is the default. |
0 commit comments