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

Normative: Hide functions declared in classes from extends clause #22

Closed littledan closed 6 years ago

littledan commented 6 years ago

The functions are created in an inner scope which is for the class body, rather than reusing the class scope. The class scope is left to serve only for the binding of the class itself.

Closes #21