mirror of
https://github.com/github/codeql.git
synced 2026-05-02 12:15:17 +02:00
411 B
411 B
category
| category |
|---|
| minorAnalysis |
- Parsing of division operators (
/) at the end of a line has been improved. Before they were wrongly interpreted as the start of a regular expression literal (/.../) leading to syntax errors. - Parsing of
casestatements that are formatted with the value expression on a different line than thecasekeyword has been improved and should no longer lead to syntax errors.