mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
Merge pull request #16161 from RasmusWL/js/strict-mode
JS: Parser: Never run in strict mode
This commit is contained in:
7
javascript/ql/src/change-notes/2024-04-17-strict-mode.md
Normal file
7
javascript/ql/src/change-notes/2024-04-17-strict-mode.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
category: minorAnalysis
|
||||
---
|
||||
* The JavaScript extractor will on longer report syntax errors related to "strict mode".
|
||||
Files containing such errors are now being fully analyzed along with other sources files.
|
||||
This improves our support for source files that technically break the "strict mode" rules,
|
||||
but where a build steps transforms the code such that it ends up working at runtime.
|
||||
Reference in New Issue
Block a user