tc39 / proposal-static-class-features

The static parts of new class features, in a separate proposal
https://arai-a.github.io/ecma262-compare/?pr=1668
127 stars 27 forks source link

Mention static private accessors? #61

Open rauschma opened 4 years ago

rauschma commented 4 years ago

The proposal for instance prototype constructs is called “Private methods and getter/setters for JavaScript classes”. It may make sense to mention in this proposal that static accessors are supported, too (not just static methods).