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
refactor(parser): Reduce backtracking for literal type node parsing (#11426)
- Replace use of `lookahead` when parsing assertion signatures in favour
of checkpoint and rewinds.
- Remove unnecessary backtracking when parsing literal type nodes.
Relates to #11334 as part of reducing unnecessary backtracking from the
parser.
0 commit comments