tsz-binder 0.1.9

TypeScript name binder for the tsz compiler
Documentation
1
2
3
4
5
6
7
8
//! AST node binding, hoisting, scope management, and name collection.
//!
//! Groups all node-level binder logic:
//! - `binding` — AST node binding dispatch, hoisting, scope/container management
//! - `names` — name collection utilities, identifier extraction, modifier helpers

mod binding;
mod names;