Skip to content

Commit

Permalink
docs: Support for Import Attributes and RegExp Modifiers (#644)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjermanovic authored Jan 21, 2025
1 parent ba5cc3d commit 6fca5c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/espree/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 6fca5c4

Please sign in to comment.