Comparing version 3.0.8 to 3.0.9
@@ -7,3 +7,3 @@ { | ||
"license": "BSD-2-Clause", | ||
"version": "3.0.8", | ||
"version": "3.0.9", | ||
"engines": { | ||
@@ -10,0 +10,0 @@ "node": ">=0.8.0" |
@@ -462,2 +462,5 @@ uglify-es | ||
- `unsafe_regexp` (default: false) -- enable substitutions of variables with | ||
`RegExp` values the same way as if they are constants. | ||
- `conditionals` -- apply optimizations for `if`-s and conditional | ||
@@ -554,5 +557,5 @@ expressions | ||
- `side_effects` -- default `true`. Pass `false` to disable potentially dropping | ||
functions marked as "pure". A function call is marked as "pure" if a comment | ||
annotation `/*@__PURE__*/` or `/*#__PURE__*/` immediately precedes the call. For | ||
example: `/*@__PURE__*/foo()`; | ||
functions marked as "pure". A function call is marked as "pure" if a comment | ||
annotation `/*@__PURE__*/` or `/*#__PURE__*/` immediately precedes the call. For | ||
example: `/*@__PURE__*/foo();` | ||
@@ -559,0 +562,0 @@ ## Mangle options |
Sorry, the diff of this file is too big to display
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
659803
828