You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(glob): restore bracket cache on '*' backtrack (#2167)
Backtracking from `*` left `no_more_bracket_closes` stale, so valid bracket expressions were treated as literals and produced false-positive matches. Snapshot the bracket-cache flag at the star restore point and restore it on backtrack.
0 commit comments