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
[CLEANUP] Tidy up DeclarationBlock::parse() (#1294)
- Assign the result of `ParserState::peek()` to a local variable, for
efficiency;
- Use a switch statement to branch on its value, for extensibility (e.g.
#1292);
- Don't unnecessarily test that a quote character is not escaped when not
within a string.
0 commit comments