Merge pull request #16061 from RasmusWL/js-extractor-fix

JS: More robust CommonJS/ES2015 detection logic for extractor
This commit is contained in:
Asger F
2024-04-25 13:26:56 +02:00
committed by GitHub
18 changed files with 581 additions and 275 deletions

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Improved detection of whether a file uses CommonJS module system.