acorn-static-class-features
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -0,1 +1,5 @@ | ||
## 0.2.3 (2020-06-11) | ||
* Don't break acorn's optional chaining support | ||
## 0.2.2 (2020-05-21) | ||
@@ -2,0 +6,0 @@ |
@@ -24,14 +24,14 @@ { | ||
}, | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"devDependencies": { | ||
"acorn": "^7.0.0", | ||
"eslint": "^6", | ||
"eslint": "^7", | ||
"eslint-plugin-node": "^11", | ||
"mocha": "^7", | ||
"test262": "git+https://github.com/tc39/test262.git#2f1d28ddcaa82004236619876c31359d8ca81414", | ||
"mocha": "^8", | ||
"test262": "git+https://github.com/tc39/test262.git#adf2cf4204a748463cacb68f07d0d006b00c3821", | ||
"test262-parser-runner": "^0.5.0" | ||
}, | ||
"dependencies": { | ||
"acorn-private-class-elements": "^0.2.3" | ||
"acorn-private-class-elements": "^0.2.6" | ||
} | ||
} |
@@ -26,4 +26,4 @@ "use strict" | ||
skip: test => (!test.attrs.features || !implementedFeatures.some(f => test.attrs.features.includes(f)) || unsupportedFeatures.some(f => test.attrs.features.includes(f))), | ||
whitelist: fs.readFileSync("./test262.whitelist", "utf8").split("\n").filter(v => v && v[0] !== "#") | ||
whitelist: [], | ||
} | ||
) |
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
28519
9