Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tc39/proposal-class-public-fields
Stage 2 proposal for public class fields in ECMAScript
https://github.com/tc39/proposal-class-public-fields
Last synced: 3 months ago
JSON representation
Stage 2 proposal for public class fields in ECMAScript
- Host: GitHub
- URL: https://github.com/tc39/proposal-class-public-fields
- Owner: tc39
- Archived: true
- Created: 2015-09-14T14:08:29.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2022-01-24T20:14:30.000Z (almost 3 years ago)
- Last Synced: 2024-07-31T07:15:20.466Z (6 months ago)
- Language: HTML
- Homepage: https://tc39.github.io/proposal-class-public-fields/
- Size: 63.5 KB
- Stars: 489
- Watchers: 33
- Forks: 25
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-idea-box - Class Fields and Static Properties
- super-awesome-chat-app-react - Class Fields and Static Properties
- myawesomeapp - Class Fields and Static Properties
- awesome-reactc3-bulma - Class Fields and Static Properties
- styled-awesomeness - Class Fields and Static Properties
- our-awesome-app - Class Fields and Static Properties
- awesome-ux - Class Fields and Static Properties
- awesome-github-star - proposal-class-public-fields
- awesome-planner - Class Fields and Static Properties
- my-awesome-test-repo - Class Fields and Static Properties
- awesome-cra-v2 - Class Fields and Static Properties
- awesome-login-practica- - Class Fields and Static Properties
- awesome-robofriends - Class Fields and Static Properties
- awesome-form - Class Fields and Static Properties
- awesome-playlists - Class Fields and Static Properties
- wall-of-awesomeness - Class Fields and Static Properties
- awesome-web - Class Fields and Static Properties
- awesome - Class Fields and Static Properties
- awesomedribble - Class Fields and Static Properties
- style-awesome - Class Fields and Static Properties
README
# NOTE: This proposal has been merged with the [Private Fields proposal](https://github.com/tc39/proposal-private-fields) to form a single unified proposal [here](https://github.com/tc39/proposal-class-fields).
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/