terser 4.4.2 → 4.4.3

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,12 @@
1
1
  # Changelog
2
2
 
3
+ ## v4.4.3
4
+
5
+ - Number and BigInt parsing has been fixed
6
+ - `/*#__INLINE__*/` annotation fixed for arrow functions with non-block bodies.
7
+ - Functional tests have been added, using [this repository](https://github.com/terser/terser-functional-tests).
8
+ - A memory leak, where the entire AST lives on after compression, has been plugged.
9
+
3
10
  ## v4.4.2
4
11
 
5
12
  - Fixed a problem with inlining identity functions