We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 519c018 commit 31fda49Copy full SHA for 31fda49
README.md
@@ -445,8 +445,8 @@ Or, add this to `package.json`:
445
446
## How do I use experimental JavaScript (ES Next) features?
447
448
-`standard` supports the latest version of the ECMAscript, including all language
449
-feature proposals that are in "Stage 4" of the proposal process.
+`standard` supports the latest JavaScript features, ES8 (ES2017), including
+language feature proposals that are in "Stage 4" of the proposal process.
450
451
To support experimental language features, `standard` supports specifying a
452
custom JavaScript parser. Before using a custom parser, consider whether the added
0 commit comments