oxc/crates/oxc_codegen
Boshen f6752b482f
feat!(ast): make Trivias clonable by adding Arc (#3638)
This makes `Trivias` cloneable and stops us from using `Rc::new` and
`Rc::clone` everywhere.

`Trivias` is rarely cloned so an `Arc` should suffice.
2024-06-12 13:16:10 +08:00
..
examples feat(oxc_codegen): preserve annotate comment (#3465) 2024-05-30 15:25:23 +08:00
src feat!(ast): make Trivias clonable by adding Arc (#3638) 2024-06-12 13:16:10 +08:00
tests feat!(ast): make Trivias clonable by adding Arc (#3638) 2024-06-12 13:16:10 +08:00
Cargo.toml Release crates v0.13.5 (#3584) 2024-06-08 16:44:50 +08:00
CHANGELOG.md Release crates v0.13.4 (#3582) 2024-06-07 17:41:11 +08:00