mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 20:32:10 +00:00
feat(prettier) Print Super expression (#1264)
This commit is contained in:
parent
728b7832dc
commit
74e5616acc
1 changed files with 1 additions and 1 deletions
|
|
@ -728,7 +728,7 @@ impl<'a> Format<'a> for TaggedTemplateExpression<'a> {
|
|||
|
||||
impl<'a> Format<'a> for Super {
|
||||
fn format(&self, p: &mut Prettier<'a>) -> Doc<'a> {
|
||||
Doc::Line
|
||||
Doc::Str("super")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue