tc39 / proposal-class-public-fields

Stage 2 proposal for public class fields in ECMAScript

Home Page:https://tc39.github.io/proposal-class-public-fields/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NOTE: This proposal has been merged with the Private Fields proposal to form a single unified proposal here.

Please do not create new issues/PRs on this repo.

ES Class Fields & Static Properties

This presents two related proposals: "class instance fields" and "class static fields". "Class instance fields" describe properties intended to exist on instances of a class (and may optionally include initializer expressions for said properties). "Class static fields" are declarative properties that exist on the class object itself (and may optionally include initializer expressions for said properties).

Latest spec text: https://tc39.github.io/proposal-class-public-fields/

About

Stage 2 proposal for public class fields in ECMAScript

https://tc39.github.io/proposal-class-public-fields/


Languages

Language:HTML 97.8%Language:Shell 2.2%