Function parse_js::parse::expr::parse_expr_until_either
source · pub fn parse_expr_until_either(
scope: ScopeId,
parser: &mut Parser,
terminator_a: TokenType,
terminator_b: TokenType,
syntax: &ParsePatternSyntax
) -> SyntaxResult<NodeId>