Compiler nodes emitted by Vine during schema compilation. These nodes represent the structure of validation schemas and are used by the compiler to generate optimized validation functions.
const node: CompilerNodes = { type: 'literal', subtype: 'string', propertyName: 'name', validations: []} Copy
const node: CompilerNodes = { type: 'literal', subtype: 'string', propertyName: 'name', validations: []}
Compiler nodes emitted by Vine during schema compilation. These nodes represent the structure of validation schemas and are used by the compiler to generate optimized validation functions.