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(parser): allow glob expansion on unquoted suffix after quoted prefix
After a double-quoted string, check for adjacent unquoted content
(e.g. "$DIR"/*) and concatenate into a single Word token instead of
QuotedWord. This allows glob/brace expansion on the unquoted portion.
Closes#398https://claude.ai/code/session_01WZjYqxm5xMPAEe7FSHJkDy
0 commit comments