tsz-checker 0.1.9

TypeScript type checker for the tsz compiler
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pub mod state;
pub mod state_checking;
pub(crate) mod state_checking_members;
pub(crate) mod state_class_checking;
pub(crate) mod state_directive_checking;
pub(crate) mod state_heritage_checking;
pub(crate) mod state_property_checking;
pub mod state_type_analysis;
pub(crate) mod state_type_analysis_computed;
pub(crate) mod state_type_analysis_computed_helpers;
pub(crate) mod state_type_analysis_cross_file;
pub mod state_type_environment;
pub(crate) mod state_type_environment_lazy;
pub mod state_type_resolution;
pub(crate) mod state_type_resolution_constructors;
pub(crate) mod state_type_resolution_module;
pub(crate) mod state_variable_checking;
pub(crate) mod state_variable_checking_destructuring;