Skip to content

Commit

Permalink
docs: Support for Import Attributes and RegExp Modifiers (#641)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjermanovic authored Oct 29, 2024
1 parent 2fd4222 commit 552c5d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/espree/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,8 @@ Espree supports all ECMAScript 2024 features and partially supports ECMAScript 2
Because ECMAScript 2025 is still under development, we are implementing features as they are finalized. Currently, Espree supports:

* [RegExp Duplicate named capturing groups](https://github.com/tc39/proposal-duplicate-named-capturing-groups)
* [RegExp Pattern modifiers](https://github.com/tc39/proposal-regexp-modifiers)
* [Import Attributes](https://github.com/tc39/proposal-import-attributes)

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

Expand Down

0 comments on commit 552c5d8

Please sign in to comment.