We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4eeda1 commit ed80e4eCopy full SHA for ed80e4e
javascript/ql/src/change-notes/2024-04-17-strict-mode.md
@@ -0,0 +1,7 @@
1
+---
2
+category: minorAnalysis
3
4
+* The JavaScript extractor will on longer report syntax errors related to "strict mode".
5
+ Files containing such errors are now being fully analyzed along with other sources files.
6
+ This improves our support for source files that technically break the "strict mode" rules,
7
+ but where a build steps transforms the code such that it ends up working at runtime.
0 commit comments