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
pub mod control_flow;
pub(crate) mod control_flow_assignment;
pub(crate) mod control_flow_condition_narrowing;
pub(crate) mod control_flow_narrowing;
pub(crate) mod control_flow_references;
pub(crate) mod control_flow_type_guards;
pub(crate) mod control_flow_var_utils;
pub mod flow_analysis;
pub(crate) mod flow_analysis_definite;
pub(crate) mod flow_analysis_usage;
pub mod flow_analyzer;
pub mod flow_graph_builder;
pub mod reachability_analyzer;
pub mod reachability_checker;