Pike LSP TypeScript API - v0.1.0-alpha.20
    Preparing search index...

    Interface RoxenValidationResult

    Result of Roxen module validation.

    interface RoxenValidationResult {
        diagnostics?: RoxenDiagnostic[];
        error?: { code: number; message: string };
    }
    Index

    Properties

    diagnostics?: RoxenDiagnostic[]
    error?: { code: number; message: string }