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

    Interface PikePathsResult

    Result of querying Pike's runtime paths

    interface PikePathsResult {
        include_paths: string[];
        module_paths: string[];
    }
    Index

    Properties

    include_paths: string[]

    Pike's include paths from master()->pike_include_path

    module_paths: string[]

    Pike's module paths from master()->pike_module_path