tc39/proposal-class-public-fields

Name: proposal-class-public-fields

Owner: Ecma TC39

Description: Stage 2 proposal for public class fields in ECMAScript

Created: 2015-09-14 14:08:29.0

Updated: 2018-05-15 19:20:51.0

Pushed: 2018-05-21 08:14:10.0

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

Size: 63

Language: HTML

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

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).

This proposal is currently at Stage 2.

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


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.