Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion change-notes/1.20/support/framework-support.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Frameworks and libraries
########################

The QL libraries and queries in this version have been explicitly checked against the libraries and frameworks listed below.
The QL libraries and queries in version |version| have been explicitly checked against the libraries and frameworks listed below.

.. pull-quote::

Expand Down
2 changes: 1 addition & 1 deletion change-notes/1.20/support/language-support.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ Note that where there are several versions or dialects of a language, the suppor
.. container:: footnote-group

.. [1] The best results are achieved with COBOL code that stays close to the ANSI 85 standard.
.. [2] Java 11 refers to the language features used. Builds that execute on Java 6 or higher can be analyzed.
.. [2] Builds that execute on Java 6 to 11 can be analyzed. The analysis understands Java 11 language features.
.. [3] JSX and Flow code, YAML, JSON, and HTML files may also be analyzed with JavaScript files.
.. [4] TypeScript analysis is performed by running the JavaScript extractor with TypeScript enabled. This is the default for LGTM.
2 changes: 1 addition & 1 deletion change-notes/1.20/support/versions-compilers.csv
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ C#,C# up to 7.2 together with .NET versions up to 4.7.1,"Microsoft Visual Studio

.NET Core up to 2.1","``.sln``, ``.csproj``, ``.cs``, ``.cshtml``, ``.xaml``"
COBOL,ANSI 85 or newer [1]_.,Not applicable,"``.cbl``, ``.CBL``, ``.cpy``, ``.CPY``, ``.copy``, ``.COPY``"
Java,"Java 11 [2]_. or lower","javac (OpenJDK and Oracle JDK)
Java,"Java 6 to 11 [2]_.","javac (OpenJDK and Oracle JDK)

Eclipse compiler for Java (ECJ) batch compiler",``.java``
JavaScript,ECMAScript 2018 or lower,Not applicable,"``.js``, ``.jsx``, ``.mjs``, ``.es``, ``.es6``, ``.htm``, ``.html``, ``.xhm``, ``.xhtml``, ``.vue``, ``.json`` [3]_."
Expand Down