KC's Workspace
    Preparing search index...

    Interface ScriptReferenceHost

    interface ScriptReferenceHost {
        getCompilerOptions(): CompilerOptions;
        getCurrentDirectory(): string;
        getSourceFile(fileName: string): SourceFile | undefined;
        getSourceFileByPath(path: Path): SourceFile | undefined;
    }

    Hierarchy (View Summary)

    Index
    • Returns string

    • Parameters

      • fileName: string

      Returns SourceFile | undefined