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

Migrate regex linter rules to use parsed patterns #5416

Open
1 of 7 tasks
rzvxa opened this issue Sep 2, 2024 · 1 comment
Open
1 of 7 tasks

Migrate regex linter rules to use parsed patterns #5416

rzvxa opened this issue Sep 2, 2024 · 1 comment
Labels
C-enhancement Category - New feature or request good first issue Experience Level - Good for newcomers

Comments

@rzvxa
Copy link
Collaborator

rzvxa commented Sep 2, 2024

Merging #5256 provides support for optional parsed regex literals, We can enhance our regex-related linter rules to use this parsed pattern whenever available.

Here is the list of the rules operating on regex patterns which are written before the introduction of regex parser.

@Boshen
Copy link
Member

Boshen commented Sep 3, 2024

I'll add "good first issue" when the required PRs are merged.

rzvxa added a commit that referenced this issue Sep 4, 2024
Part of #5416, Paves the road for upcoming refactors by adding the `oxc_regular_expression` dependency and a helper method for ease of access.
rzvxa added a commit that referenced this issue Sep 4, 2024
Part of #5416, Paves the road for upcoming refactors by adding the `oxc_regular_expression` dependency and a helper method for ease of access.
@Boshen Boshen added the good first issue Experience Level - Good for newcomers label Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category - New feature or request good first issue Experience Level - Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants