Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/server/
Dbuild_pipe_server.js24 const { createWatchCompilerHost } = require('../lib/ets_checker');
80createWatchCompilerHost(rootFileNames, resolveDiagnostic, delayPrintLogCount, ()=>{}, true));
100 createWatchCompilerHost(rootFileNames, resolveDiagnostic, delayPrintLogCount, ()=>{}, true));
/developtools/ace_ets2bundle/compiler/src/
Dcompile_info.ts54 createWatchCompilerHost,
Dets_checker.ts930 export function createWatchCompilerHost(rootFileNames: string[], function
940 const host = ts.createWatchCompilerHost(
982createWatchCompilerHost(rootFileNames, printDiagnostic, () => { }, () => { }, false, resolveModule…