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