-
-
Notifications
You must be signed in to change notification settings - Fork 503
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
refactor(linter): replace ast "compare by hash" to "compare by content" #5600
Labels
Comments
Boshen
pushed a commit
that referenced
this issue
Sep 8, 2024
Remaining case: oxc/crates/oxc_linter/src/rules/eslint/no_duplicate_case.rs Lines 88 to 98 in 63a830e
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
oxc/crates/oxc_linter/src/ast_util.rs
Lines 9 to 13 in 63a830e
Can now be replaced by
ContentEq
https://docs.rs/oxc_span/0.27.0/oxc_span/cmp/trait.ContentEq.htmlThe text was updated successfully, but these errors were encountered: