oxc/tasks/ast_tools
overlookmotel 0db2a22e48 refactor(ast): AstBuilder enum builder methods use alloc_* methods (#8281)
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.
2025-01-06 15:09:04 +00:00
..
src refactor(ast): AstBuilder enum builder methods use alloc_* methods (#8281) 2025-01-06 15:09:04 +00:00
Cargo.toml refactor(ast_tools): replace str::replace with CowUtils::cow_replace (#6954) 2024-10-28 00:23:34 +00:00