Expand description
TypeScript code generation backend for the Vexil schema compiler.
Generates TypeScript interfaces and encode/decode functions that use
the @vexil-lang/runtime npm package for wire I/O.
Re-exports§
pub use backend::TypeScriptBackend;
Modules§
Enums§
Functions§
- generate
- Generate TypeScript code for a compiled schema (no cross-file imports).