Skip to main content

Crate vexil_codegen_ts

Crate vexil_codegen_ts 

Source
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§

backend
delta
emit
enum_gen
flags
message
newtype
types
union_gen

Enums§

CodegenError

Functions§

generate
Generate TypeScript code for a compiled schema (no cross-file imports).