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

fix(linter): show the escaped span for no-useless-escape #790

Merged
merged 1 commit into from
Aug 25, 2023

Conversation

Boshen
Copy link
Member

@Boshen Boshen commented Aug 25, 2023

closes #782

@github-actions github-actions bot added the A-linter Area - Linter label Aug 25, 2023
@codecov-commenter
Copy link

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (1c6b87b) 92.54% compared to head (1f1730a) 92.54%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #790   +/-   ##
=======================================
  Coverage   92.54%   92.54%           
=======================================
  Files         203      203           
  Lines       41811    41813    +2     
=======================================
+ Hits        38693    38695    +2     
  Misses       3118     3118           
Files Changed Coverage Δ
...s/oxc_linter/src/rules/eslint/no_useless_escape.rs 99.67% <100.00%> (+<0.01%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Boshen Boshen merged commit 33ea858 into main Aug 25, 2023
16 checks passed
@Boshen Boshen deleted the no_useless_escape branch August 25, 2023 07:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-linter Area - Linter
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug(lint): get the wrong location while parse RegExp
2 participants