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

feat: oxc regex parser #2030

Draft
wants to merge 19 commits into
base: main
Choose a base branch
from

Conversation

IWANABETHATGUY
Copy link
Collaborator

No description provided.

@IWANABETHATGUY IWANABETHATGUY changed the title Feat/oxc regex parser feat: oxc regex parser Jan 14, 2024
Copy link

codspeed-hq bot commented Jan 14, 2024

CodSpeed Performance Report

Merging #2030 will not alter performance

Comparing IWANABETHATGUY:feat/oxc-regex-parser (5bb90f5) with main (b4d76f0)

Summary

✅ 14 untouched benchmarks

@Boshen
Copy link
Member

Boshen commented Jan 15, 2024

Looking good! Can you verify that this parser will handle all cases for the regex based eslint rules?

For these rules, we can make some of them built-in, and then emit the diagnostics in the linter rule. Or have a nice visitor to check these rules.

https://github.com/search?q=repo%3Aeslint%2Feslint%20RegExpValidator&type=code

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.

None yet

2 participants