Skip to content

Commit 552c5d8

Browse files
authored
docs: Support for Import Attributes and RegExp Modifiers (#641)
1 parent 2fd4222 commit 552c5d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/espree/docs/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,8 @@ Espree supports all ECMAScript 2024 features and partially supports ECMAScript 2
236236
Because ECMAScript 2025 is still under development, we are implementing features as they are finalized. Currently, Espree supports:
237237

238238
* [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)
239241

240242
See [finished-proposals.md](https://github.com/tc39/proposals/blob/master/finished-proposals.md) to know what features are finalized.
241243

0 commit comments

Comments
 (0)