Skip to content

Commit 08af68b

Browse files
committed
Merge worker-5
2 parents c9ac32c + 802b2a9 commit 08af68b

3 files changed

Lines changed: 463 additions & 0 deletions

File tree

wasm/src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ pub mod thin_binder;
3737
#[cfg(test)]
3838
mod thin_binder_tests;
3939

40+
// Module Resolution Debugging - Logging for symbol table operations and scope lookups
41+
pub mod module_resolution_debug;
42+
4043
// Lib Loader - Load and merge lib.d.ts symbols into the binder (BIND-10)
4144
pub mod lib_loader;
4245

0 commit comments

Comments
 (0)