We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fd4222 commit 552c5d8Copy full SHA for 552c5d8
packages/espree/docs/README.md
@@ -236,6 +236,8 @@ Espree supports all ECMAScript 2024 features and partially supports ECMAScript 2
236
Because ECMAScript 2025 is still under development, we are implementing features as they are finalized. Currently, Espree supports:
237
238
* [RegExp Duplicate named capturing groups](https://github.com/tc39/proposal-duplicate-named-capturing-groups)
239
+* [RegExp Pattern modifiers](https://github.com/tc39/proposal-regexp-modifiers)
240
+* [Import Attributes](https://github.com/tc39/proposal-import-attributes)
241
242
See [finished-proposals.md](https://github.com/tc39/proposals/blob/master/finished-proposals.md) to know what features are finalized.
243
0 commit comments