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

    Interface BatchParseResult

    PERF-002: Result of batch parse operation

    interface BatchParseResult {
        count: number;
        results: BatchParseFileResult[];
    }
    Index

    Properties

    Properties

    count: number

    Number of files processed

    Results for each file