mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 12:19:15 +00:00
refactor(codegen): add line break (#6492)
This commit is contained in:
parent
204bf5533e
commit
05bd616d88
1 changed files with 1 additions and 0 deletions
|
|
@ -352,6 +352,7 @@ impl AsRef<[u8]> for CodeBuffer {
|
|||
&self.buf
|
||||
}
|
||||
}
|
||||
|
||||
impl From<CodeBuffer> for String {
|
||||
#[inline]
|
||||
fn from(printer: CodeBuffer) -> Self {
|
||||
|
|
|
|||
Loading…
Reference in a new issue