KC's Workspace
    Preparing search index...
    interface ScriptReferenceHost {
        getCompilerOptions(): CompilerOptions;
        getCurrentDirectory(): string;
        getSourceFile(fileName: string): SourceFile | undefined;
        getSourceFileByPath(path: Path): SourceFile | undefined;
    }

    Hierarchy (View Summary)

    Index

    Methods

    • Returns string

    • Parameters

      • fileName: string

      Returns SourceFile | undefined