Home
last modified time | relevance | path

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

/third_party/typescript/src/server/
DwatchType.ts13 WatchType.ClosedScriptInfo = "Closed Script info";
14 WatchType.ConfigFileForInferredRoot = "Config file for the inferred project root";
15 WatchType.NodeModulesForClosedScriptInfo = "node_modules for closed script infos in them";
16 WatchType.MissingSourceMapFile = "Missing source map file";
17 WatchType.NoopConfigFileForInferredRoot = "Noop Config file for the inferred project root";
18 WatchType.MissingGeneratedFile = "Missing generated file";
19 WatchType.PackageJsonFile = "package.json file for import suggestions";
DeditorServices.ts605 function getDetailWatchInfo(watchType: WatchType, project: Project | undefined) {
765 readonly watchFactory: WatchFactory<WatchType, Project>;
1323 WatchType.WildcardDirectory,
1386 WatchType.ExtendedConfigFile
1709 const watches: WatchType[] = [];
1713 WatchType.NoopConfigFileForInferredRoot :
1714 WatchType.ConfigFileForInferredRoot
1718 watches.push(WatchType.ConfigFile);
1738 WatchType.ConfigFileForInferredRoot
2505 WatchType.ClosedScriptInfo
[all …]
Dproject.ts537 WatchType.FailedLookupLocations,
577 WatchType.TypeRoots,
1331 WatchType.MissingFile,
1376 WatchType.MissingGeneratedFile,
2195 WatchType.ConfigFile,
/third_party/typescript/src/compiler/
DwatchPublic.ts293 …e(configFileName, scheduleProgramReload, PollingInterval.High, watchOptions, WatchType.ConfigFile);
309 …tion = (dir, cb, flags) => watchDirectory(dir, cb, flags, watchOptions, WatchType.FailedLookupLoca…
310 …sDirectory = (dir, cb, flags) => watchDirectory(dir, cb, flags, watchOptions, WatchType.TypeRoots);
499 …ePath(path, fileName, onSourceFileChange, PollingInterval.Low, watchOptions, WatchType.SourceFile);
512 …ePath(path, fileName, onSourceFileChange, PollingInterval.Low, watchOptions, WatchType.SourceFile);
694 watchType: WatchType
720 …missingFilePath, onMissingFileChange, PollingInterval.Medium, watchOptions, WatchType.MissingFile);
788 WatchType.WildcardDirectory
807 …dConfigFile, scheduleProgramReload, PollingInterval.High, watchOptions, WatchType.ExtendedConfigFi…
Dwatch.ts409 export type WatchType = WatchTypeRegistry[keyof WatchTypeRegistry]; alias
410 export const WatchType: WatchTypeRegistry = { constant
437 …const result = getWatchFactory<WatchType, Y>(host, watchLogLevel, writeLog) as WatchFactory<WatchT…
DtsbuildPublic.ts213 …erState<T extends BuilderProgram = BuilderProgram> extends WatchFactory<WatchType, ResolvedConfigF…
1799 WatchType.ConfigFile,
1816 WatchType.ExtendedConfigFile,
1846 WatchType.WildcardDirectory,
1863 WatchType.SourceFile,
/third_party/glib/gio/
Dgio-tool-monitor.c141 } WatchType; typedef
145 WatchType watch_type, in add_watch()
/third_party/typescript/lib/
Dtsserver.js112628 ts.WatchType = {
112908 …igFileName, scheduleProgramReload, ts.PollingInterval.High, watchOptions, ts.WatchType.ConfigFile);
112929 …ir, cb, flags) { return watchDirectory(dir, cb, flags, watchOptions, ts.WatchType.FailedLookupLoca…
112930 … (dir, cb, flags) { return watchDirectory(dir, cb, flags, watchOptions, ts.WatchType.TypeRoots); };
113104 …path, fileName, onSourceFileChange, ts.PollingInterval.Low, watchOptions, ts.WatchType.SourceFile);
113117 …path, fileName, onSourceFileChange, ts.PollingInterval.Low, watchOptions, ts.WatchType.SourceFile);
113292 …gFilePath, onMissingFileChange, ts.PollingInterval.Medium, watchOptions, ts.WatchType.MissingFile);
113341 }, flags, watchOptions, ts.WatchType.WildcardDirectory);
113354 …gFile, scheduleProgramReload, ts.PollingInterval.High, watchOptions, ts.WatchType.ExtendedConfigFi…
114687 …parsed === null || parsed === void 0 ? void 0 : parsed.watchOptions, ts.WatchType.ConfigFile, reso…
[all …]
Dtsserverlibrary.js112822 ts.WatchType = {
113102 …igFileName, scheduleProgramReload, ts.PollingInterval.High, watchOptions, ts.WatchType.ConfigFile);
113123 …ir, cb, flags) { return watchDirectory(dir, cb, flags, watchOptions, ts.WatchType.FailedLookupLoca…
113124 … (dir, cb, flags) { return watchDirectory(dir, cb, flags, watchOptions, ts.WatchType.TypeRoots); };
113298 …path, fileName, onSourceFileChange, ts.PollingInterval.Low, watchOptions, ts.WatchType.SourceFile);
113311 …path, fileName, onSourceFileChange, ts.PollingInterval.Low, watchOptions, ts.WatchType.SourceFile);
113486 …gFilePath, onMissingFileChange, ts.PollingInterval.Medium, watchOptions, ts.WatchType.MissingFile);
113535 }, flags, watchOptions, ts.WatchType.WildcardDirectory);
113548 …gFile, scheduleProgramReload, ts.PollingInterval.High, watchOptions, ts.WatchType.ExtendedConfigFi…
114881 …parsed === null || parsed === void 0 ? void 0 : parsed.watchOptions, ts.WatchType.ConfigFile, reso…
[all …]
DtypingsInstaller.js112617 ts.WatchType = {
112897 …igFileName, scheduleProgramReload, ts.PollingInterval.High, watchOptions, ts.WatchType.ConfigFile);
112918 …ir, cb, flags) { return watchDirectory(dir, cb, flags, watchOptions, ts.WatchType.FailedLookupLoca…
112919 … (dir, cb, flags) { return watchDirectory(dir, cb, flags, watchOptions, ts.WatchType.TypeRoots); };
113093 …path, fileName, onSourceFileChange, ts.PollingInterval.Low, watchOptions, ts.WatchType.SourceFile);
113106 …path, fileName, onSourceFileChange, ts.PollingInterval.Low, watchOptions, ts.WatchType.SourceFile);
113281 …gFilePath, onMissingFileChange, ts.PollingInterval.Medium, watchOptions, ts.WatchType.MissingFile);
113330 }, flags, watchOptions, ts.WatchType.WildcardDirectory);
113343 …gFile, scheduleProgramReload, ts.PollingInterval.High, watchOptions, ts.WatchType.ExtendedConfigFi…
114676 …parsed === null || parsed === void 0 ? void 0 : parsed.watchOptions, ts.WatchType.ConfigFile, reso…
[all …]
Dtsc.js92714 ts.WatchType = {
92975 …igFileName, scheduleProgramReload, ts.PollingInterval.High, watchOptions, ts.WatchType.ConfigFile);
92994 …ir, cb, flags) { return watchDirectory(dir, cb, flags, watchOptions, ts.WatchType.FailedLookupLoca…
92995 … (dir, cb, flags) { return watchDirectory(dir, cb, flags, watchOptions, ts.WatchType.TypeRoots); };
93151 …path, fileName, onSourceFileChange, ts.PollingInterval.Low, watchOptions, ts.WatchType.SourceFile);
93163 …path, fileName, onSourceFileChange, ts.PollingInterval.Low, watchOptions, ts.WatchType.SourceFile);
93324 …gFilePath, onMissingFileChange, ts.PollingInterval.Medium, watchOptions, ts.WatchType.MissingFile);
93368 }, flags, watchOptions, ts.WatchType.WildcardDirectory);
93378 …gFile, scheduleProgramReload, ts.PollingInterval.High, watchOptions, ts.WatchType.ExtendedConfigFi…
94615 …parsed === null || parsed === void 0 ? void 0 : parsed.watchOptions, ts.WatchType.ConfigFile, reso…
[all …]
DtypescriptServices.js112822 ts.WatchType = {
113102 …igFileName, scheduleProgramReload, ts.PollingInterval.High, watchOptions, ts.WatchType.ConfigFile);
113123 …ir, cb, flags) { return watchDirectory(dir, cb, flags, watchOptions, ts.WatchType.FailedLookupLoca…
113124 … (dir, cb, flags) { return watchDirectory(dir, cb, flags, watchOptions, ts.WatchType.TypeRoots); };
113298 …path, fileName, onSourceFileChange, ts.PollingInterval.Low, watchOptions, ts.WatchType.SourceFile);
113311 …path, fileName, onSourceFileChange, ts.PollingInterval.Low, watchOptions, ts.WatchType.SourceFile);
113486 …gFilePath, onMissingFileChange, ts.PollingInterval.Medium, watchOptions, ts.WatchType.MissingFile);
113535 }, flags, watchOptions, ts.WatchType.WildcardDirectory);
113548 …gFile, scheduleProgramReload, ts.PollingInterval.High, watchOptions, ts.WatchType.ExtendedConfigFi…
114881 …parsed === null || parsed === void 0 ? void 0 : parsed.watchOptions, ts.WatchType.ConfigFile, reso…
[all …]
Dtypescript.js112822 ts.WatchType = {
113102 …igFileName, scheduleProgramReload, ts.PollingInterval.High, watchOptions, ts.WatchType.ConfigFile);
113123 …ir, cb, flags) { return watchDirectory(dir, cb, flags, watchOptions, ts.WatchType.FailedLookupLoca…
113124 … (dir, cb, flags) { return watchDirectory(dir, cb, flags, watchOptions, ts.WatchType.TypeRoots); };
113298 …path, fileName, onSourceFileChange, ts.PollingInterval.Low, watchOptions, ts.WatchType.SourceFile);
113311 …path, fileName, onSourceFileChange, ts.PollingInterval.Low, watchOptions, ts.WatchType.SourceFile);
113486 …gFilePath, onMissingFileChange, ts.PollingInterval.Medium, watchOptions, ts.WatchType.MissingFile);
113535 }, flags, watchOptions, ts.WatchType.WildcardDirectory);
113548 …gFile, scheduleProgramReload, ts.PollingInterval.High, watchOptions, ts.WatchType.ExtendedConfigFi…
114881 …parsed === null || parsed === void 0 ? void 0 : parsed.watchOptions, ts.WatchType.ConfigFile, reso…
[all …]