Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2019-12-26 | 704 Bytes | |
v11.0.0.tar.gz | 2019-12-26 | 99.9 kB | |
v11.0.0.zip | 2019-12-26 | 224.8 kB | |
Totals: 3 Items | 325.4 kB | 0 |
💥 Breaking changes
- [b6cb9a] updated
node/no-unsupported-features/node-builtins
rule based on Node.js 13.2.0. - [fb9ce1] updated
node/no-unsupported-features/es-syntax
rule to recognize BigInt literal property names. - [4295f6] updated the rules that check global variables to recognize
globalThis.*
. - [04051e] updated
node/no-unsupported-features/es-builtins
rule to recognizeglobalThis
.
✨ Enhancements
- [276a9a] updated
node/no-deprecated-api
rule to allow revoked deprecations. - [972f82] updated
node/no-unsupported-features/node-builtins
rule to handle backporting properly.
🐛 Bug fixes
- [4f74fb] fixed a crash bug around dynamic import syntax.