mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 04:08:41 +00:00
refactor(transformer): move SparseStack definition into folder (#6091)
Pure refactor. Just move file into a separate directory.
This commit is contained in:
parent
6bd29ddc9e
commit
1399d2ce1f
2 changed files with 3 additions and 0 deletions
3
crates/oxc_transformer/src/helpers/stack/mod.rs
Normal file
3
crates/oxc_transformer/src/helpers/stack/mod.rs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
mod sparse;
|
||||
|
||||
pub use sparse::SparseStack;
|
||||
Loading…
Reference in a new issue