1 2 3 4 5 6 7
//! TypeScript syntax readers, one module per AST node type. pub mod as_expression; pub mod function_type; pub mod intersection_type; pub mod predefined_type; pub mod union_type;