terser 4.3.0 → 4.3.1

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.

Potentially problematic release.


This version of terser might be problematic. Click here for more details.

package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## v4.3.1
4
+
5
+ - Fixed an issue from 4.3.0 where any block scope within a for loop erroneously had its parent set to the function scopee
6
+ - Fixed an issue where compressing IIFEs with argument expansions would result in some parameters becoming undefined
7
+ - addEventListener options argument's properties are now part of the DOM properties list.
8
+
3
9
  ## v4.3.0
4
10
 
5
11
  - Do not drop computed object keys with side effects