JS: Change note

This commit is contained in:
Asger F
2024-04-17 08:38:21 +02:00
parent c4eeda1560
commit ed80e4e284

View 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.