tsz-binder 0.1.9

TypeScript name binder for the tsz compiler
Documentation
1
2
3
4
5
6
7
8
9
10
//! Module, namespace, and import/export binding.
//!
//! Groups all module-related binder logic:
//! - `binding` — module/namespace declaration binding, augmentation, export population
//! - `import_export` — import/export declaration binding and symbol resolution
//! - `resolution_debug` — debugging infrastructure for module resolution

mod binding;
mod import_export;
pub mod resolution_debug;