Searched refs:createWatchCompilerHost (Results 1 – 3 of 3) sorted by relevance
| /developtools/ace_ets2bundle/compiler/server/ |
| D | build_pipe_server.js | 24 const { createWatchCompilerHost } = require('../lib/ets_checker'); 80 … createWatchCompilerHost(rootFileNames, resolveDiagnostic, delayPrintLogCount, ()=>{}, true)); 100 createWatchCompilerHost(rootFileNames, resolveDiagnostic, delayPrintLogCount, ()=>{}, true));
|
| /developtools/ace_ets2bundle/compiler/src/ |
| D | compile_info.ts | 54 createWatchCompilerHost,
|
| D | ets_checker.ts | 645 export function createWatchCompilerHost(rootFileNames: string[], function 655 const host = ts.createWatchCompilerHost( 697 …createWatchCompilerHost(rootFileNames, printDiagnostic, () => {}, () => {}, false, resolveModulePa…
|