Home
last modified time | relevance | path

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

/third_party/typescript/
DGulpfile.js229 const watchServer = () => watchProject("src/tsserver", cmdLineOptions); function
230 task("watch-tsserver", series(preBuild, parallel(watchLib, watchDiagnostics, watchServer)));
245 task("watch-min", series(preBuild, parallel(watchLib, watchDiagnostics, watchTsc, watchServer)));
440 …(preBuild, parallel(watchLib, watchDiagnostics, watchTsc, watchServices, watchServer, watchLssl)));