Home
last modified time | relevance | path

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

/third_party/typescript/src/executeCommandLine/
DexecuteCommandLine.ts65 return shouldBePretty(sys, options) ?
74 function shouldBePretty(sys: System, options: CompilerOptions | BuildOptions) { function
485 createBuilderStatusReporter(sys, shouldBePretty(sys, buildOptions)),
498 createBuilderStatusReporter(sys, shouldBePretty(sys, buildOptions)),
509 return shouldBePretty(sys, options) ?
611 return ts.createWatchStatusReporter(sys, shouldBePretty(sys, options));
/third_party/typescript/lib/
Dtsc.js94858 return shouldBePretty(sys, options) ?
94865 function shouldBePretty(sys, options) { function
95132 …ys, undefined, reportDiagnostic, ts.createBuilderStatusReporter(sys, shouldBePretty(sys, buildOpti…
95138 …ys, undefined, reportDiagnostic, ts.createBuilderStatusReporter(sys, shouldBePretty(sys, buildOpti…
95146 return shouldBePretty(sys, options) ?
95218 return ts.createWatchStatusReporter(sys, shouldBePretty(sys, options));