pub fn parse_ts_to_module_items(source: &str) -> Vec<ModuleItem>Expand description
Parses a TypeScript string into a Vec of ModuleItems.
This is used by the template compiler to parse generated code at runtime.
pub fn parse_ts_to_module_items(source: &str) -> Vec<ModuleItem>Parses a TypeScript string into a Vec of ModuleItems.
This is used by the template compiler to parse generated code at runtime.