Searched refs:shouldBePretty (Results 1 – 2 of 2) sorted by relevance
/third_party/typescript/src/executeCommandLine/ |
D | executeCommandLine.ts | 65 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/ |
D | tsc.js | 94858 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));
|