Expand description
dmc-schema descriptor -> TypeScript type emitter. Drives the typed
interfaces in the generated index.d.ts. Mirrors the kinds accepted
by dmc_schema::compile_descriptor; unknown shapes fall back to
unknown so the build never fails on an unrecognised descriptor.
Functionsยง
- schema_
to_ ts - Descriptor -> TS type string at
indentlevels (0 = top of interface body). - schema_
to_ ts_ object - Render the top-level object body as a
{ ... }block at indent 0.