Skip to content

Commit b86d1e1

Browse files
TimerDaniel Figueiredo
authored and
Daniel Figueiredo
committed
Update language support wording to ES2017
1 parent 4f213b6 commit b86d1e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/react-scripts/template/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,8 @@ 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-
The project supports a superset of the latest JavaScript standard.
179-
In addition to ES6, it also supports:
178+
This project supports a superset of the latest JavaScript standard, which includes async and await.
179+
In addition to ES2017, it also supports:
180180

181181
* [JSX](https://facebook.github.io/react/docs/introducing-jsx.html) and [Flow](https://flowtype.org/) syntax.
182182
* [Class Fields and Static Properties](https://github.com/tc39/proposal-class-public-fields) (stage 2 proposal).
@@ -192,7 +192,7 @@ Note that **the project only includes a few ES6 [polyfills](https://en.wikipedia
192192
* [`Promise`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise) via [`promise`](https://github.com/then/promise).
193193
* [`fetch()`](https://developer.mozilla.org/en/docs/Web/API/Fetch_API) via [`whatwg-fetch`](https://github.com/github/fetch).
194194

195-
If you use any other ES6 features that need **runtime support** (such as `Array.from()` or `Symbol`), make sure you are including the appropriate polyfills manually, or that the browsers you are targeting already support them.
195+
If you use any other ES6+ features that need **runtime support** (such as `Array.from()` or `Symbol`), make sure you are including the appropriate polyfills manually, or that the browsers you are targeting already support them.
196196

197197
## Syntax Highlighting in the Editor
198198

0 commit comments

Comments
 (0)