Skip to content

Commit

Permalink
refactor(transformer): move SparseStack definition into folder (#6091)
Browse files Browse the repository at this point in the history
Pure refactor. Just move file into a separate directory.
  • Loading branch information
overlookmotel committed Sep 27, 2024
1 parent 6bd29dd commit 1399d2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/oxc_transformer/src/helpers/stack/mod.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
mod sparse;

pub use sparse::SparseStack;
File renamed without changes.

0 comments on commit 1399d2c

Please sign in to comment.