Structs§
- Type
Script Compiler - Main TypeScript compiler for stream specs
- Type
Script Config - Configuration for TypeScript generation
- Type
Script Output - Output structure for TypeScript generation
- Type
Script Stack Config - Type
Script Stack Output
Traits§
- Type
Script Generator - Trait for generating TypeScript code from AST components
- Type
Script Interface Generator - Trait for generating TypeScript interfaces
- Type
Script Type Mapper - Trait for generating TypeScript type mappings
Functions§
- compile_
serializable_ spec - Generate TypeScript from a SerializableStreamSpec (for CLI use) This allows the CLI to compile TypeScript without needing the typed spec
- compile_
stack_ spec - Compile a full SerializableStackSpec (multi-entity) into a single TypeScript file.
- generate_
typescript_ from_ spec_ fn - CLI-friendly function to generate TypeScript from a spec function This will be used by the CLI tool to generate TypeScript from discovered specs
- write_
stack_ typescript_ to_ file - Write stack-level TypeScript output to a file
- write_
typescript_ to_ file - Write TypeScript output to a file