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: fix isIgnored work #23

Merged
merged 1 commit into from
Nov 25, 2023
Merged

fix: fix isIgnored work #23

merged 1 commit into from
Nov 25, 2023

Conversation

azu
Copy link
Member

@azu azu commented Nov 25, 2023

Previously, it does not work correctly.

Previously, it does not work correctly.
@azu azu added the Type: Bug Bug or Bug fixes label Nov 25, 2023
const index = node.index;
return this.isIgnoredIndex(index);
return this.isIgnoredRange(node.range);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

node.index does not exits.

@azu azu merged commit 0748a35 into master Nov 25, 2023
4 checks passed
@azu azu deleted the fix-isIgnored branch November 25, 2023 05:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Bug or Bug fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant