Searched refs:TypeRoots (Results 1 – 5 of 5) sorted by relevance
/third_party/typescript/src/compiler/ |
D | watch.ts | 550 TypeRoots: "Type roots", 572 TypeRoots: "Type roots", property
|
D | watchPublic.ts | 364 …sDirectory = (dir, cb, flags) => watchDirectory(dir, cb, flags, watchOptions, WatchType.TypeRoots);
|
/third_party/typescript/src/server/ |
D | project.ts | 668 WatchType.TypeRoots,
|
/third_party/typescript/lib/ |
D | tsc.js | 107121 TypeRoots: "Type roots", property 107432 … (dir, cb, flags) { return watchDirectory(dir, cb, flags, watchOptions, ts.WatchType.TypeRoots); };
|
D | typingsInstaller.js | 128798 TypeRoots: "Type roots", property 129131 … (dir, cb, flags) { return watchDirectory(dir, cb, flags, watchOptions, ts.WatchType.TypeRoots); };
|