terser 4.6.12 → 4.6.13
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 +5 -0
- package/dist/bundle.min.js +1 -1
- package/dist/bundle.min.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## v4.6.13
|
4
|
+
|
5
|
+
- Fixed issue where ES5 object properties were being turned into ES6 object properties due to more lax unicode rules.
|
6
|
+
- Fixed parsing of BigInt with lowercase `e` in them.
|
7
|
+
|
3
8
|
## v4.6.12
|
4
9
|
|
5
10
|
- Fixed subtree comparison code, making it see that `[1,[2, 3]]` is different from `[1, 2, [3]]`
|