mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
fix(codegen): remove redundant semicolon in PropertyDefinition (#2511)
This commit is contained in:
parent
f66fb886b3
commit
432791679f
1 changed files with 0 additions and 1 deletions
|
|
@ -2283,7 +2283,6 @@ impl<'a, const MINIFY: bool> Gen<MINIFY> for PropertyDefinition<'a> {
|
||||||
p.print_equal();
|
p.print_equal();
|
||||||
value.gen_expr(p, Precedence::Assign, Context::default());
|
value.gen_expr(p, Precedence::Assign, Context::default());
|
||||||
}
|
}
|
||||||
p.print_semicolon_after_statement();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue