Unverified Commit cae26802 authored by Ayman Safadi's avatar Ayman Safadi Committed by GitHub
Browse files

Split "Class Fields and Static Properties"

Split "Class Fields and Static Properties" into 2 separate features with links to their relative proposals.
1 merge request!11687Split "Class Fields and Static Properties"
Showing with 2 additions and 1 deletion
+2 -1
......@@ -16,7 +16,8 @@ This project supports a superset of the latest JavaScript standard. In addition
- [Async/await](https://github.com/tc39/ecmascript-asyncawait) (ES2017).
- [Object Rest/Spread Properties](https://github.com/tc39/proposal-object-rest-spread) (ES2018).
- [Dynamic import()](https://github.com/tc39/proposal-dynamic-import) (stage 4 proposal)
- [Class Fields and Static Properties](https://github.com/tc39/proposal-class-public-fields) (part of stage 3 proposal).
- [Class Fields](https://github.com/tc39/proposal-class-fields) (part of stage 3 proposal).
- [Static Properties](https://github.com/tc39/proposal-static-class-features) (part of stage 3 proposal).
- [JSX](https://facebook.github.io/react/docs/introducing-jsx.html), [Flow](./adding-flow) and [TypeScript](./adding-typescript).
Learn more about [different proposal stages](https://tc39.github.io/process-document/).
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment