Home
last modified time | relevance | path

Searched refs:createCompilerHost (Results 1 – 10 of 10) sorted by relevance

/third_party/typescript/tests/arkTSTest/
Drun.js133 const compilerHost = ts.createCompilerHost(newprogram.getCompilerOptions());
/third_party/typescript/scripts/
DbuildProtocol.mjs214 const host = ts.createCompilerHost(options);
/third_party/typescript/src/compiler/
Dprogram.ts61 …export function createCompilerHost(options: CompilerOptions, setParentNodes?: boolean): CompilerHo… function
1065 const host = createProgramOptions.host || createCompilerHost(options);
/third_party/typescript/lib/
Dtypescript.d.ts5515 …export function createCompilerHost(options: CompilerOptions, setParentNodes?: boolean): CompilerHo…
DtypescriptServices.d.ts5515 …export function createCompilerHost(options: CompilerOptions, setParentNodes?: boolean): CompilerHo…
Dtsserverlibrary.d.ts5515 …export function createCompilerHost(options: CompilerOptions, setParentNodes?: boolean): CompilerHo…
DtypingsInstaller.js120683 function createCompilerHost(options, setParentNodes) { function
120686 ts.createCompilerHost = createCompilerHost;
121538 var host = createProgramOptions.host || createCompilerHost(options);
Dtsc.js100063 function createCompilerHost(options, setParentNodes) { function
100066 ts.createCompilerHost = createCompilerHost;
100821 var host = createProgramOptions.host || createCompilerHost(options);
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts5515 …export function createCompilerHost(options: CompilerOptions, setParentNodes?: boolean): CompilerHo…
Dtsserverlibrary.d.ts5515 …export function createCompilerHost(options: CompilerOptions, setParentNodes?: boolean): CompilerHo…