Searched refs:createWatchCompilerHost (Results 1 – 13 of 13) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
D | APISample_WatchWithDefaults.js | 36 const host = ts.createWatchCompilerHost(configPath, {}, ts.sys); 82 var host = ts.createWatchCompilerHost(configPath, {}, ts.sys);
|
D | APISample_Watch.js | 45 const host = ts.createWatchCompilerHost(configPath, {}, ts.sys, 115 …var host = ts.createWatchCompilerHost(configPath, {}, ts.sys, ts.createSemanticDiagnosticsBuilderP…
|
/third_party/typescript/tests/cases/compiler/ |
D | APISample_WatchWithDefaults.ts | 39 const host = ts.createWatchCompilerHost(configPath, {}, ts.sys);
|
D | APISample_Watch.ts | 48 const host = ts.createWatchCompilerHost(configPath, {}, ts.sys,
|
/third_party/typescript/src/compiler/ |
D | watchPublic.ts | 220 …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…
|
D | watch.ts | 714 …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/ |
D | typescript.d.ts | 5875 …function createWatchCompilerHost<T extends BuilderProgram>(configFileName: string, optionsToExtend… 5876 …function createWatchCompilerHost<T extends BuilderProgram>(rootFiles: string[], options: CompilerO…
|
D | typescriptServices.d.ts | 5875 …function createWatchCompilerHost<T extends BuilderProgram>(configFileName: string, optionsToExtend… 5876 …function createWatchCompilerHost<T extends BuilderProgram>(rootFiles: string[], options: CompilerO…
|
D | tsserverlibrary.d.ts | 5875 …function createWatchCompilerHost<T extends BuilderProgram>(configFileName: string, optionsToExtend… 5876 …function createWatchCompilerHost<T extends BuilderProgram>(rootFiles: string[], options: CompilerO…
|
D | typingsInstaller.js | 128589 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;
|
D | tsc.js | 106923 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/ |
D | typescript.d.ts | 5875 …function createWatchCompilerHost<T extends BuilderProgram>(configFileName: string, optionsToExtend… 5876 …function createWatchCompilerHost<T extends BuilderProgram>(rootFiles: string[], options: CompilerO…
|
D | tsserverlibrary.d.ts | 5875 …function createWatchCompilerHost<T extends BuilderProgram>(configFileName: string, optionsToExtend… 5876 …function createWatchCompilerHost<T extends BuilderProgram>(rootFiles: string[], options: CompilerO…
|