File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
packages/react-scripts/template Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -175,12 +175,14 @@ You don’t have to ever use `eject`. The curated feature set is suitable for sm
175175
176176## Supported Language Features and Polyfills
177177
178- This project supports a superset of the latest JavaScript standard, which includes async and await .
179- In addition to ES2017 , it also supports:
178+ This project supports a superset of the latest JavaScript standard.
179+ In addition to [ ES6 ] ( https://github.com/lukehoban/es6features ) syntax features , it also supports:
180180
181- * [ JSX ] ( https://facebook. github.io/react/docs/introducing-jsx.html ) and [ Flow ] ( https://flowtype.org/ ) syntax .
182- * [ Class Fields and Static Properties ] ( https://github.com/tc39/proposal-class-public-fields ) (stage 2 proposal ).
181+ * [ Exponentiation Operator ] ( https://github.com/rwaldron/exponentiation-operator ) (ES2016) .
182+ * [ Async/await ] ( https://github.com/tc39/ecmascript-asyncawait ) (ES2017 ).
183183* [ Object Rest/Spread Properties] ( https://github.com/sebmarkbage/ecmascript-rest-spread ) (stage 3 proposal).
184+ * [ Class Fields and Static Properties] ( https://github.com/tc39/proposal-class-public-fields ) (stage 2 proposal).
185+ * [ JSX] ( https://facebook.github.io/react/docs/introducing-jsx.html ) and [ Flow] ( https://flowtype.org/ ) syntax.
184186
185187Learn more about [ different proposal stages] ( https://babeljs.io/docs/plugins/#presets-stage-x-experimental-presets- ) .
186188
You can’t perform that action at this time.
0 commit comments