File tree 1 file changed +6
-4
lines changed
packages/react-scripts/template
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
175
175
176
176
## Supported Language Features and Polyfills
177
177
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:
180
180
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 ).
183
183
* [ 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.
184
186
185
187
Learn more about [ different proposal stages] ( https://babeljs.io/docs/plugins/#presets-stage-x-experimental-presets- ) .
186
188
You can’t perform that action at this time.
0 commit comments