uglify-js
Advanced tools
Comparing version 3.18.0 to 3.19.0
@@ -6,3 +6,3 @@ { | ||
"license": "BSD-2-Clause", | ||
"version": "3.18.0", | ||
"version": "3.19.0", | ||
"engines": { | ||
@@ -9,0 +9,0 @@ "node": ">=0.8.0" |
@@ -782,7 +782,7 @@ UglifyJS 3 | ||
- `pure_getters` (default: `"strict"`) — If you pass `true` for | ||
this, UglifyJS will assume that object property access | ||
(e.g. `foo.bar` or `foo["bar"]`) doesn't have any side effects. | ||
Specify `"strict"` to treat `foo.bar` as side-effect-free only when | ||
`foo` is certain to not throw, i.e. not `null` or `undefined`. | ||
- `pure_getters` (default: `"strict"`) — Pass `true` for UglifyJS to assume that | ||
object property access (e.g. `foo.bar` or `a[42]`) does not throw exception or | ||
alter program states via getter function. Pass `"strict"` to allow dropping or | ||
reordering `foo.bar` only if `foo` is not `null` or `undefined` and is safe to | ||
access as a variable. Pass `false` to retain all property accesses. | ||
@@ -789,0 +789,0 @@ - `reduce_funcs` (default: `true`) — Allows single-use functions to be |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
1300811
32424