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
narrow [nfc]: Have specialNarrow take string-literals union, not string
Oddly, the regex was doing a looser check on the operand than
`specialNarrow` was: it was case-insensitive, and it was only
looking at the beginning of the string. That doesn't end up making a
difference, because `specialNarrow` would throw an error and we'd
return null, the same as if the regex hadn't matched the string.
0 commit comments