Skip to content

Commit be99ce0

Browse files
committedJul 10, 2024·
doc(allocator): Mention oxc_allocator
1 parent 6b8ee2b commit be99ce0

File tree

1 file changed

+4
-0
lines changed
  • crates/swc_allocator/src

1 file changed

+4
-0
lines changed
 

‎crates/swc_allocator/src/lib.rs

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
//! Allocator for swc.
2+
//!
3+
//! API designed after [`oxc_allocator`](https://github.com/oxc-project/oxc/tree/725571aad193ec6ba779c820baeb4a7774533ed7/crates/oxc_allocator/src).
4+
15
use std::ops::{Deref, DerefMut};
26

37
use bumpalo::Bump;

0 commit comments

Comments
 (0)
Please sign in to comment.