Skip to content

Commit d5fd738

Browse files
gaearonDaniel Figueiredo
authored and
Daniel Figueiredo
committed
Tweak syntax doc (facebook#1539)
* Tweak syntax doc * Shorter version
1 parent b86d1e1 commit d5fd738

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

packages/react-scripts/template/README.md

+6-4
Original file line numberDiff line numberDiff 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

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

0 commit comments

Comments
 (0)