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(linter): add unicode sets support to no-useless-escape rule #5974

Commits on Sep 22, 2024

  1. feat(linter): add unicode sets support to no-useless-escape rule (#…

    …5974)
    
    - part of #5416
    
    Replaces the handwritten regex parsing logic with the `oxc_regular_expression` parser, which should be more accurate and enables support for unicode sets.
    camchenry committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    f9b44c5 View commit details
    Browse the repository at this point in the history