Skip to content

Commit

Permalink
Part of class fields to stage 3 (facebook#2908)
Browse files Browse the repository at this point in the history
* Class fields to stage 3

Per 2017.07.27 TC39
tc39/proposals@0bbbb08

* Be explicit that only the public part of the unified field proposal is available.
  • Loading branch information
rickbeerendonk authored and thongdong7 committed Sep 24, 2017
1 parent a3c3930 commit 603c06d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-scripts/template/README.md
Expand Up @@ -199,7 +199,7 @@ In addition to [ES6](https://github.com/lukehoban/es6features) syntax features,
* [Async/await](https://github.com/tc39/ecmascript-asyncawait) (ES2017).
* [Object Rest/Spread Properties](https://github.com/sebmarkbage/ecmascript-rest-spread) (stage 3 proposal).
* [Dynamic import()](https://github.com/tc39/proposal-dynamic-import) (stage 3 proposal)
* [Class Fields and Static Properties](https://github.com/tc39/proposal-class-public-fields) (stage 2 proposal).
* [Class Fields and Static Properties](https://github.com/tc39/proposal-class-public-fields) (part of stage 3 proposal).
* [JSX](https://facebook.github.io/react/docs/introducing-jsx.html) and [Flow](https://flowtype.org/) syntax.

Learn more about [different proposal stages](https://babeljs.io/docs/plugins/#presets-stage-x-experimental-presets-).
Expand Down

0 comments on commit 603c06d

Please sign in to comment.