Member Junction
    Preparing search index...
    interface ParseResult {
        ast: string;
        errors: string[];
        success: boolean;
    }
    Index

    Properties

    Properties

    ast: string

    AST as JSON string

    errors: string[]

    Error messages

    success: boolean

    Whether parsing succeeded