Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
DwatchUtilities.ts587 …export function getWatchFactory<X, Y = undefined>(host: WatchFactoryHost, watchLogLevel: WatchLogL…
588 setSysLog(watchLogLevel === WatchLogLevel.Verbose ? log : noop);
593 …const triggerInvokingFactory: WatchFactory<X, Y> | undefined = watchLogLevel !== WatchLogLevel.Non…
599 const factory = watchLogLevel === WatchLogLevel.Verbose ?
605 const excludeWatcherFactory = watchLogLevel === WatchLogLevel.Verbose ?
Dwatch.ts593 …const watchLogLevel = host.trace ? options.extendedDiagnostics ? WatchLogLevel.Verbose : options.d… constant
594 …const writeLog: (s: string) => void = watchLogLevel !== WatchLogLevel.None ? (s => host.trace!(s))…
595 …const result = getWatchFactory<WatchType, Y>(host, watchLogLevel, writeLog) as WatchFactory<WatchT…
/third_party/typescript/src/server/
DeditorServices.ts876 const watchLogLevel = this.logger.hasLevel(LogLevel.verbose) ? WatchLogLevel.Verbose : constant
878 …const log: (s: string) => void = watchLogLevel !== WatchLogLevel.None ? (s => this.logger.info(s))…
885 getWatchFactory(this.host, watchLogLevel, log, getDetailWatchInfo);
/third_party/typescript/lib/
DtypingsInstaller.js120523 function getWatchFactory(host, watchLogLevel, log, getDetailWatchInfo) { argument
120524 ts.setSysLog(watchLogLevel === WatchLogLevel.Verbose ? log : ts.noop);
120529 var triggerInvokingFactory = watchLogLevel !== WatchLogLevel.None ?
120535 var factory = watchLogLevel === WatchLogLevel.Verbose ?
120541 var excludeWatcherFactory = watchLogLevel === WatchLogLevel.Verbose ?
128473 …var watchLogLevel = host.trace ? options.extendedDiagnostics ? ts.WatchLogLevel.Verbose : options.…
128474 …var writeLog = watchLogLevel !== ts.WatchLogLevel.None ? (function (s) { return host.trace(s); }) …
128475 var result = ts.getWatchFactory(host, watchLogLevel, writeLog);
Dtsc.js99910 function getWatchFactory(host, watchLogLevel, log, getDetailWatchInfo) { argument
99911 ts.setSysLog(watchLogLevel === WatchLogLevel.Verbose ? log : ts.noop);
99916 var triggerInvokingFactory = watchLogLevel !== WatchLogLevel.None ?
99922 var factory = watchLogLevel === WatchLogLevel.Verbose ?
99928 var excludeWatcherFactory = watchLogLevel === WatchLogLevel.Verbose ?
106816 …var watchLogLevel = host.trace ? options.extendedDiagnostics ? ts.WatchLogLevel.Verbose : options.…
106817 …var writeLog = watchLogLevel !== ts.WatchLogLevel.None ? (function (s) { return host.trace(s); }) …
106818 var result = ts.getWatchFactory(host, watchLogLevel, writeLog);