Wang Language - v0.21.5
    Preparing search index...

    Interface ValidationResult

    interface ValidationResult {
        ast?: any;
        error?: {
            column: number;
            line: number;
            message: string;
            suggestion?: string;
        };
        valid: boolean;
    }
    Index

    Properties

    Properties

    ast?: any
    error?: { column: number; line: number; message: string; suggestion?: string }
    valid: boolean