Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix(no-bare-strings-in-template): resolve regex matching order#2682

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
FloEdelmann merged 1 commit intomasterfromfix/regex-match
Feb 12, 2025

Conversation

waynzh
Copy link
Member

@waynzhwaynzh commentedFeb 12, 2025
edited
Loading

fix#2681

Didn't use the\b (word boundary) approach, as it wasn't playing nice with special characters(like@@). Now it sorts the allowlist by length (longest first) and matches sequentially, which should solve this issue.

Copy link
Member

@FloEdelmannFloEdelmann left a comment

Choose a reason for hiding this comment

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

Nice, thank you!

waynzh reacted with heart emoji
@FloEdelmannFloEdelmann merged commit487af10 intomasterFeb 12, 2025
12 checks passed
@FloEdelmannFloEdelmann deleted the fix/regex-match branchFebruary 12, 2025 13:06
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@FloEdelmannFloEdelmannFloEdelmann approved these changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

vue/no-bare-strings-in-template "allowlist" not always taken into account
2 participants
@waynzh@FloEdelmann

[8]ページ先頭

©2009-2025 Movatter.jp