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(es/lexer): Use error when handling '\0' (#10964)
**Description:**
After introducing `Token::Eof`, we need to distinguish true eof (pos >= len) and '\0'. Both oxc and typescript throw errors on the latter.
**Related issue:**
- Closes#10952
0 commit comments