@vinejs/vine - v4.0.0-next.1
    Preparing search index...

    Variable PARSEConst

    PARSE: typeof PARSE = ...

    The symbol for the compile method that transforms a schema into compiler nodes. This method is called during schema compilation to generate validation functions.

    class MySchema {
    [PARSE](propertyName: string, refs: RefsStore, options: ParserOptions) {
    return { type: 'literal', subtype: 'string' }
    }
    }