Home
last modified time | relevance | path

Searched refs:createWatchCompilerHost (Results 1 – 13 of 13) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DAPISample_WatchWithDefaults.js36 const host = ts.createWatchCompilerHost(configPath, {}, ts.sys);
82 var host = ts.createWatchCompilerHost(configPath, {}, ts.sys);
DAPISample_Watch.js45 const host = ts.createWatchCompilerHost(configPath, {}, ts.sys,
115 …var host = ts.createWatchCompilerHost(configPath, {}, ts.sys, ts.createSemanticDiagnosticsBuilderP…
/third_party/typescript/tests/cases/compiler/
DAPISample_WatchWithDefaults.ts39 const host = ts.createWatchCompilerHost(configPath, {}, ts.sys);
DAPISample_Watch.ts48 const host = ts.createWatchCompilerHost(configPath, {}, ts.sys,
/third_party/typescript/src/compiler/
DwatchPublic.ts220 …export function createWatchCompilerHost<T extends BuilderProgram>(configFileName: string, optionsT… function
221 …export function createWatchCompilerHost<T extends BuilderProgram>(rootFiles: string[], options: Co…
222 …export function createWatchCompilerHost<T extends BuilderProgram>(rootFilesOrConfigFileName: strin…
Dwatch.ts714 …function createWatchCompilerHost<T extends BuilderProgram = EmitAndSemanticDiagnosticsBuilderProgr… function
766 …const host = createWatchCompilerHost(system, createProgram, diagnosticReporter, reportWatchStatus)…
788 …const host = createWatchCompilerHost(system, createProgram, reportDiagnostic || createDiagnosticRe…
/third_party/typescript/lib/
Dtypescript.d.ts5875 …function createWatchCompilerHost<T extends BuilderProgram>(configFileName: string, optionsToExtend…
5876 …function createWatchCompilerHost<T extends BuilderProgram>(rootFiles: string[], options: CompilerO…
DtypescriptServices.d.ts5875 …function createWatchCompilerHost<T extends BuilderProgram>(configFileName: string, optionsToExtend…
5876 …function createWatchCompilerHost<T extends BuilderProgram>(rootFiles: string[], options: CompilerO…
Dtsserverlibrary.d.ts5875 …function createWatchCompilerHost<T extends BuilderProgram>(configFileName: string, optionsToExtend…
5876 …function createWatchCompilerHost<T extends BuilderProgram>(rootFiles: string[], options: CompilerO…
DtypingsInstaller.js128589 function createWatchCompilerHost(system, createProgram, reportDiagnostic, reportWatchStatus) { function
128614 … var host = createWatchCompilerHost(system, createProgram, diagnosticReporter, reportWatchStatus);
128628 …var host = createWatchCompilerHost(system, createProgram, reportDiagnostic || createDiagnosticRepo…
128688 …function createWatchCompilerHost(rootFilesOrConfigFileName, options, system, createProgram, report… function
128714 ts.createWatchCompilerHost = createWatchCompilerHost;
Dtsc.js106923 function createWatchCompilerHost(system, createProgram, reportDiagnostic, reportWatchStatus) { function
106942 … var host = createWatchCompilerHost(system, createProgram, diagnosticReporter, reportWatchStatus);
106953 …var host = createWatchCompilerHost(system, createProgram, reportDiagnostic || createDiagnosticRepo…
107012 …function createWatchCompilerHost(rootFilesOrConfigFileName, options, system, createProgram, report… function
107038 ts.createWatchCompilerHost = createWatchCompilerHost;
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts5875 …function createWatchCompilerHost<T extends BuilderProgram>(configFileName: string, optionsToExtend…
5876 …function createWatchCompilerHost<T extends BuilderProgram>(rootFiles: string[], options: CompilerO…
Dtsserverlibrary.d.ts5875 …function createWatchCompilerHost<T extends BuilderProgram>(configFileName: string, optionsToExtend…
5876 …function createWatchCompilerHost<T extends BuilderProgram>(rootFiles: string[], options: CompilerO…