terser 5.43.1 → 5.44.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Changelog
2
2
 
3
+ ## v5.44.1
4
+
5
+ - fix bitwise optimization changing the result of `&&`, `||`
6
+ - switches: make sure `var` is extracted from a deleted default case
7
+
8
+ ## v5.44.0
9
+
10
+ - Support `using` and `await using` declarations (#1635)
11
+
3
12
  ## v5.43.1
4
13
 
5
14
  - Prevent niche optimizations that would move around block declarations