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

Supports ES2022 (Class Fields) #1481

Merged
merged 3 commits into from Jun 25, 2021
Merged

Supports ES2022 (Class Fields) #1481

merged 3 commits into from Jun 25, 2021

Conversation

ota-meshi
Copy link
Member

@ota-meshi ota-meshi commented Apr 21, 2021

This PR supports es2022 class fields.

The ESLint core does not yet support ES2022, but espree v8.0.0-beta has started supporting ES2022. This PR change has been tested to support ES2022 using the beta version of espree. This means that it can be used when other parsers (e.g. babel/eslint-parser) support AST according to estree.

close #1479

@ota-meshi ota-meshi changed the title Supports ES2022 Supports ES2022 (Class Fields) Apr 22, 2021
@ota-meshi ota-meshi marked this pull request as ready for review June 12, 2021 02:46
@ota-meshi ota-meshi merged commit a969878 into master Jun 25, 2021
@ota-meshi ota-meshi deleted the es2022 branch June 25, 2021 03:48
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.

Supports ES2022
1 participant