Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove duplicate entry from ES2022 features #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

megos
Copy link

@megos megos commented Mar 12, 2024

Thank you for the useful library!

I found duplicate matchAll in ES2020 and ES2022.

export const ES2020_FEATURES: string[] = [...ES2019_FEATURES, "javascript.builtins.String.matchAll"];

"javascript.builtins.String.matchAll",

By the way, I think the features of ES2020 are lacking. Is this by design?
https://caniuse.com/sr_es11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant