Skip to content

Commit 9d7ba3a

Browse files
committed
Swift: Add footnote in supported-versions-compilers.rst
1 parent 68c16c4 commit 9d7ba3a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/codeql/reusables/supported-versions-compilers.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
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]_"
2525
Python [8]_,"2.7, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11",Not applicable,``.py``
2626
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``"
2929

3030
.. container:: footnote-group
3131

@@ -38,4 +38,5 @@
3838
.. [7] JSX and Flow code, YAML, JSON, HTML, and XML files may also be analyzed with JavaScript files.
3939
.. [8] The extractor requires Python 3 to run. To analyze Python 2.7 you should install both versions of Python.
4040
.. [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

Comments
 (0)