terser 5.41.0 → 5.42.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## v5.42.0
4
+
5
+ - Improved performance in the parse step by adding a fast path for simple identifiers.
6
+ - Improved ESTree conversion
7
+
3
8
  ## v5.41.0
4
9
 
5
10
  - fixed semicolon insertion between class fields, when the field names are number literals