Move recast functions to new unparser module (#3824)

This just moves code.  Nothing else was changed.
This commit is contained in:
Jonathan Tran
2024-09-07 12:51:35 -04:00
committed by GitHub
parent a1b6bbac7e
commit 5ee43bda22
3 changed files with 2031 additions and 1986 deletions

File diff suppressed because it is too large Load Diff

View File

@ -30,6 +30,7 @@ pub mod std;
pub mod test_server;
pub mod thread;
pub mod token;
mod unparser;
pub mod walk;
#[cfg(target_arch = "wasm32")]
pub mod wasm;

File diff suppressed because it is too large Load Diff