Searched refs:typeRootsWatches (Results 1 – 7 of 7) sorted by relevance
/third_party/typescript/src/compiler/ |
D | resolutionCache.ts | 196 const typeRootsWatches = new Map<string, FileWatcher>(); constant 824 clearMap(typeRootsWatches, closeFileWatcher); 877 typeRootsWatches,
|
/third_party/typescript/lib/ |
D | tsc.js | 91344 var typeRootsWatches = new ts.Map(); 91838 ts.clearMap(typeRootsWatches, ts.closeFileWatcher); 91869 …ts.mutateMap(typeRootsWatches, ts.arrayToMap(typeRoots, function (tr) { return resolutionHost.toPa…
|
D | typingsInstaller.js | 111055 var typeRootsWatches = new ts.Map(); 111593 ts.clearMap(typeRootsWatches, ts.closeFileWatcher); 111639 …ts.mutateMap(typeRootsWatches, ts.arrayToMap(typeRoots, function (tr) { return resolutionHost.toPa…
|
D | tsserverlibrary.js | 111260 var typeRootsWatches = new ts.Map(); 111798 ts.clearMap(typeRootsWatches, ts.closeFileWatcher); 111844 …ts.mutateMap(typeRootsWatches, ts.arrayToMap(typeRoots, function (tr) { return resolutionHost.toPa…
|
D | typescript.js | 111260 var typeRootsWatches = new ts.Map(); 111798 ts.clearMap(typeRootsWatches, ts.closeFileWatcher); 111844 …ts.mutateMap(typeRootsWatches, ts.arrayToMap(typeRoots, function (tr) { return resolutionHost.toPa…
|
D | tsserver.js | 111066 var typeRootsWatches = new ts.Map(); 111604 ts.clearMap(typeRootsWatches, ts.closeFileWatcher); 111650 …ts.mutateMap(typeRootsWatches, ts.arrayToMap(typeRoots, function (tr) { return resolutionHost.toPa…
|
D | typescriptServices.js | 111260 var typeRootsWatches = new ts.Map(); 111798 ts.clearMap(typeRootsWatches, ts.closeFileWatcher); 111844 …ts.mutateMap(typeRootsWatches, ts.arrayToMap(typeRoots, function (tr) { return resolutionHost.toPa…
|