Project

General

Profile

1
import { CompilerHost, CompilerOptions, Program } from './api';
2
export declare function createProgram({rootNames, options, host, oldProgram}: {
3
    rootNames: string[];
4
    options: CompilerOptions;
5
    host: CompilerHost;
6
    oldProgram?: Program;
7
}): Program;
(16-16/18)