tsz-checker 0.1.2

TypeScript type checker for the tsz compiler
Documentation
1
2
3
4
5
6
7
//! Declaration and statement checking (member submodules).

mod ambient_signature_checks;
mod member_access;
mod member_declaration_checks;
mod statement_callback_bridge;
mod statement_checks;