uglify-js
Advanced tools
Comparing version 3.15.4 to 3.15.5
@@ -472,2 +472,3 @@ /*********************************************************************** | ||
name: "arguments", | ||
scope: this, | ||
start: this.start, | ||
@@ -474,0 +475,0 @@ end: this.end, |
@@ -6,3 +6,3 @@ { | ||
"license": "BSD-2-Clause", | ||
"version": "3.15.4", | ||
"version": "3.15.5", | ||
"engines": { | ||
@@ -9,0 +9,0 @@ "node": ">=0.8.0" |
@@ -1376,1 +1376,17 @@ UglifyJS 3 | ||
UglifyJS may modify the input which in turn may suppress those errors. | ||
- Later versions of Chrome and Node.js will give incorrect results with the | ||
following: | ||
```javascript | ||
try { | ||
class A { | ||
static 42; | ||
static get 42() {} | ||
} | ||
console.log("PASS"); | ||
} catch (e) { | ||
console.log("FAIL"); | ||
} | ||
// Expected: "PASS" | ||
// Actual: "FAIL" | ||
``` | ||
UglifyJS may modify the input which in turn may suppress those errors. |
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
1238767
31088
1392