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: Remove lexically scoped functions in classes #26

Closed littledan closed 6 years ago

littledan commented 6 years ago

This PR strips down this proposal repository to be based on a proposition of advancing static public fields separately from other class features, as documented in https://github.com/tc39/proposal-static-class-features/issues/25 . The explainer is modified to split out discussion of possibilities for follow-on proposals into a separate document.

littledan commented 6 years ago

OK, merging this patch to follow the plan in #25 , please comment on that issue if you have any more thoughts on it.