mirror of
https://github.com/danbulant/oxc
synced 2026-05-25 04:42:10 +00:00
Pure refactor. `AstBuilder` methods can use `alloc_*` methods directly, instead of calling `alloc`. Probably this makes no difference to performance as all these methods are marked `#[inline]` anyway. But in general it's better to use methods which don't return large objects on the stack. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||