mirror of
https://github.com/danbulant/oxc
synced 2026-05-25 12:51:57 +00:00
style(ast): add line break (#7271)
This commit is contained in:
parent
897d3b1567
commit
10cdce9b67
1 changed files with 1 additions and 0 deletions
|
|
@ -91,6 +91,7 @@ impl<'a> From<&'a BigIntLiteral<'a>> for ESTreeLiteral<'a, ()> {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Serialize)]
|
#[derive(Serialize)]
|
||||||
pub struct SerRegExpValue {
|
pub struct SerRegExpValue {
|
||||||
pattern: String,
|
pattern: String,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue