Comparing version 4.4.0 to 4.4.1
# Changelog | ||
## v4.4.1 | ||
- Fixed a crash when `unsafe` was enabled. | ||
- An issue has been fixed where `let` statements might be collapsed out of their scope. | ||
- Some error messages have been improved by adding quotes around variable names. | ||
## v4.4.0 | ||
@@ -4,0 +11,0 @@ |
@@ -7,3 +7,3 @@ { | ||
"license": "BSD-2-Clause", | ||
"version": "4.4.0", | ||
"version": "4.4.1", | ||
"engines": { | ||
@@ -10,0 +10,0 @@ "node": ">=6.0.0" |
@@ -124,2 +124,3 @@ <h1><img src="https://terser.org/img/terser-banner-logo.png" alt="Terser" width="400"></h1> | ||
- "all" to keep all comments | ||
- `false` to omit comments in the output | ||
- a valid JS RegExp like `/foo/` or `/^!/` to | ||
@@ -979,4 +980,5 @@ keep only matching comments. | ||
- `comments` (default `false`) -- pass `true` or `"all"` to preserve all | ||
comments, `"some"` to preserve some comments, a regular expression string | ||
- `comments` (default `"some"`) -- by default it keeps JSDoc-style comments | ||
that contain "@license" or "@preserve", pass `true` or `"all"` to preserve all | ||
comments, `false` to omit comments in the output, a regular expression string | ||
(e.g. `/^!/`) or a function. | ||
@@ -983,0 +985,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1715706
7624
1382