Mapping from the JTD standard data types to TypeScript primitive types.
Global default options used by compileTsTypes.
Compiles map of JTD definitions to a map of corresponding sources.
The map from module URI to JTD definitions map.
Compiler options.
Compiles provided JTD definitions as a TypeScript source.
Map from ref to JTD node.
The compilation options.
The TypeScript source code with type, interface and enum definitions.
Compiles validators and type guards from the definitions.
Creates a validator compilation dialect that renders validators which follow the JTD specification.
Creates a validator compilation dialect that renders validators which follow the JTD specification.
Invokes callbacks from visitor
for each node tree under node
.
The root of the JTD node tree.
Callbacks that must be invoked for nodes under node
.
Generated using TypeDoc
Global default options used by createJtdDialect.