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

    Interface BatchParseFileResult

    PERF-002: Result for a single file in batch parse

    interface BatchParseFileResult {
        diagnostics: PikeDiagnostic[];
        filename: string;
        symbols: PikeSymbol[];
    }
    Index

    Properties

    diagnostics: PikeDiagnostic[]

    Diagnostics (errors/warnings) from parsing

    filename: string

    Filename of the parsed file

    symbols: PikeSymbol[]

    Symbols extracted from the file