Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
DwatchUtilities.ts568 export enum WatchLogLevel { enum
587 …WatchFactory<X, Y = undefined>(host: WatchFactoryHost, watchLogLevel: WatchLogLevel, log: (s: stri…
588 setSysLog(watchLogLevel === WatchLogLevel.Verbose ? log : noop);
593 …nst triggerInvokingFactory: WatchFactory<X, Y> | undefined = watchLogLevel !== WatchLogLevel.None ?
599 const factory = watchLogLevel === WatchLogLevel.Verbose ?
605 const excludeWatcherFactory = watchLogLevel === WatchLogLevel.Verbose ?
Dwatch.ts593 …extendedDiagnostics ? WatchLogLevel.Verbose : options.diagnostics ? WatchLogLevel.TriggerOnly : Wa… constant
594 …const writeLog: (s: string) => void = watchLogLevel !== WatchLogLevel.None ? (s => host.trace!(s))…
/third_party/typescript/src/typingsInstallerCore/
DtypingsInstaller.ts123 …installTypingHost as WatchFactoryHost, isLoggingEnabled ? WatchLogLevel.Verbose : WatchLogLevel.No…
/third_party/typescript/src/server/
DeditorServices.ts876 const watchLogLevel = this.logger.hasLevel(LogLevel.verbose) ? WatchLogLevel.Verbose :
877 this.logger.loggingEnabled() ? WatchLogLevel.TriggerOnly : WatchLogLevel.None;
878 …const log: (s: string) => void = watchLogLevel !== WatchLogLevel.None ? (s => this.logger.info(s))…
/third_party/typescript/lib/
DtypingsInstaller.js120517 var WatchLogLevel;
120518 (function (WatchLogLevel) { argument
120519 WatchLogLevel[WatchLogLevel["None"] = 0] = "None";
120520 WatchLogLevel[WatchLogLevel["TriggerOnly"] = 1] = "TriggerOnly";
120521 WatchLogLevel[WatchLogLevel["Verbose"] = 2] = "Verbose";
120522 })(WatchLogLevel = ts.WatchLogLevel || (ts.WatchLogLevel = {}));
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 ?
[all …]
Dtsc.js99904 var WatchLogLevel;
99905 (function (WatchLogLevel) { argument
99906 WatchLogLevel[WatchLogLevel["None"] = 0] = "None";
99907 WatchLogLevel[WatchLogLevel["TriggerOnly"] = 1] = "TriggerOnly";
99908 WatchLogLevel[WatchLogLevel["Verbose"] = 2] = "Verbose";
99909 })(WatchLogLevel = ts.WatchLogLevel || (ts.WatchLogLevel = {}));
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 ?
[all …]