Skip to content

Commit c0635ba

Browse files
authored
Docs: update readme to mention ES2020 (#422)
1 parent b26b202 commit c0635ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const ast = espree.parse(code, {
4444
tokens: false,
4545

4646
// Set to 3, 5 (default), 6, 7, 8, 9, or 10 to specify the version of ECMAScript syntax you want to use.
47-
// You can also set to 2015 (same as 6), 2016 (same as 7), 2017 (same as 8), 2018 (same as 9), or 2019 (same as 10) to use the year-based naming.
47+
// You can also set to 2015 (same as 6), 2016 (same as 7), 2017 (same as 8), 2018 (same as 9), 2019 (same as 10), or 2020 (same as 11) to use the year-based naming.
4848
ecmaVersion: 5,
4949

5050
// specify which type of script you're parsing ("script" or "module")

0 commit comments

Comments
 (0)