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

    Interface BatchParseInput

    PERF-002: Input for batch parse request

    interface BatchParseInput {
        code: string;
        filename: string;
    }
    Index

    Properties

    Properties

    code: string

    Source code to parse

    filename: string

    Filename for this file