You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -140,8 +140,8 @@ const options = {
140
140
// create a top-level tokens array containing all tokens
141
141
tokens:false,
142
142
143
-
// Set to 3, 5 (the default), 6, 7, 8, 9, 10, 11, 12, 13, 14or 15 to specify the version of ECMAScript syntax you want to use.
144
-
// 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), 2020 (same as 11), 2021 (same as 12), 2022 (same as 13), 2023 (same as 14) or 2024 (same as 15) to use the year-based naming.
143
+
// Set to 3, 5 (the default), 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 or 16 to specify the version of ECMAScript syntax you want to use.
144
+
// 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), 2020 (same as 11), 2021 (same as 12), 2022 (same as 13), 2023 (same as 14), 2024 (same as 15) or 2025 (same as 16) to use the year-based naming.
145
145
// You can also set "latest" to use the most recently supported version.
146
146
ecmaVersion:3,
147
147
@@ -231,11 +231,11 @@ We are building on top of Acorn, however, so that we can contribute back and hel
231
231
232
232
### What ECMAScript features do you support?
233
233
234
-
Espree supports all ECMAScript 2023 features and partially supports ECMAScript 2024 features.
234
+
Espree supports all ECMAScript 2024 features and partially supports ECMAScript 2025 features.
235
235
236
-
Because ECMAScript 2024 is still under development, we are implementing features as they are finalized. Currently, Espree supports:
236
+
Because ECMAScript 2025 is still under development, we are implementing features as they are finalized. Currently, Espree supports:
237
237
238
-
*[RegExp v flag with set notation + properties of strings](https://github.com/tc39/proposal-regexp-v-flag)
238
+
*[RegExp Duplicate named capturing groups](https://github.com/tc39/proposal-duplicate-named-capturing-groups)
239
239
240
240
See [finished-proposals.md](https://github.com/tc39/proposals/blob/master/finished-proposals.md) to know what features are finalized.
0 commit comments