mirror of
https://github.com/danbulant/oxc
synced 2026-05-25 04:42:10 +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)]
|
||||
pub struct SerRegExpValue {
|
||||
pattern: String,
|
||||
|
|
|
|||
Loading…
Reference in a new issue