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

    Type Alias CreateProgram<T>

    CreateProgram: (
        rootNames: readonly string[] | undefined,
        options: tsc.CompilerOptions | undefined,
        host?: CompilerHost,
        oldProgram?: T,
        configFileParsingDiagnostics?: readonly tsc.Diagnostic[],
        projectReferences?: readonly ProjectReference[],
    ) => T

    Create the program with rootNames and options, if they are undefined, oldProgram and new configFile diagnostics create new program

    Type Parameters

    Type Declaration