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
In lexInStringLiteral we currently overwrite the current lexer error when evaluating the result of lexCharacterInStringLiteral, we ought to only overwrite if the error isn't already present such that we prefer the first lexical error.