terser 5.43.0 → 5.44.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,14 @@
1
1
  # Changelog
2
2
 
3
+ ## v5.44.0
4
+
5
+ - Support `using` and `await using` declarations (#1635)
6
+
7
+ ## v5.43.1
8
+
9
+ - Prevent niche optimizations that would move around block declarations
10
+ - Add `lhs_constants` to `CompressOptions` type (#1621)
11
+
3
12
  ## v5.43.0
4
13
 
5
14
  - Do not wrap callbacks in parentheses (`wrap_func_args` format option is now false by default)