diff --git a/README.md b/README.md index d4c49c75..346dd55b 100644 --- a/README.md +++ b/README.md @@ -238,6 +238,7 @@ Because ECMAScript 2022 is still under development, we are implementing features * [Class static fields, static private methods and accessors](https://github.com/tc39/proposal-static-class-features) * [RegExp match indices](https://github.com/tc39/proposal-regexp-match-indices) * [Top-level await](https://github.com/tc39/proposal-top-level-await) +* [Class static initialization blocks](https://github.com/tc39/proposal-class-static-block) See [finished-proposals.md](https://github.com/tc39/proposals/blob/master/finished-proposals.md) to know what features are finalized. diff --git a/package.json b/package.json index ccea67ea..0546a416 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "dependencies": { "acorn": "^8.5.0", "acorn-jsx": "^5.3.1", - "eslint-visitor-keys": "^3.0.0" + "eslint-visitor-keys": "^3.1.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^17.1.0",