mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 20:32:10 +00:00
refactor(parser): remove duplicated code
This commit is contained in:
parent
3a4261ff5d
commit
9842be4461
1 changed files with 0 additions and 1 deletions
|
|
@ -24,7 +24,6 @@ impl<'a> Parser<'a> {
|
||||||
arguments.push(self.parse_assignment_expression_base()?);
|
arguments.push(self.parse_assignment_expression_base()?);
|
||||||
}
|
}
|
||||||
|
|
||||||
self.ctx = self.ctx.and_in(has_in);
|
|
||||||
self.ctx = self.ctx.and_in(has_in);
|
self.ctx = self.ctx.and_in(has_in);
|
||||||
self.bump(Kind::Comma);
|
self.bump(Kind::Comma);
|
||||||
self.expect(Kind::RParen)?;
|
self.expect(Kind::RParen)?;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue