@servicenow/sdk - v4.4.1
    Preparing search index...

    Interface ScriptReferenceHost

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

    Hierarchy (View Summary)

    Index

    Methods

    • Returns string

    • Parameters

      • fileName: string

      Returns tsc.SourceFile | undefined

    • Parameters

      Returns tsc.SourceFile | undefined