oxc/crates/oxc_traverse
overlookmotel 55bbde2888 refactor(ast): move scope from TSModuleBlock to TSModuleDeclaration (#3488)
Closes #3471.

Remove scope from `TSModuleBlock` and add scope to `TSModuleDeclaration` instead.
2024-05-31 17:33:05 +00:00
..
scripts feat(traverse): pass &mut TraverseCtx to visitors (#3312) 2024-05-16 16:21:23 +00:00
src refactor(ast): move scope from TSModuleBlock to TSModuleDeclaration (#3488) 2024-05-31 17:33:05 +00:00
tests feat(traverse): pass &mut TraverseCtx to visitors (#3312) 2024-05-16 16:21:23 +00:00
build.rs chore(traverse): revert the build script 2024-05-15 00:07:56 +08:00
Cargo.toml feat(transformer): add TraverseCtx::generate_uid (#3394) 2024-05-24 17:19:02 +08:00
CHANGELOG.md Release crates v0.13.1 2024-05-22 16:50:30 +08:00