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

    Interface IncludeResolveResult

    Result of resolving an #include path

    interface IncludeResolveResult {
        exists: boolean;
        originalPath: string;
        path: string;
    }
    Index

    Properties

    exists: boolean

    Whether the file exists

    originalPath: string

    Original include path from source

    path: string

    Resolved absolute path