Home
last modified time | relevance | path

Searched refs:packagesFolderPath (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/jsTyping/
DjsTyping.ts237 const packagesFolderPath = combinePaths(projectRootPath, modulesDirName); constant
238 filesToWatch.push(packagesFolderPath);
239 if (!host.directoryExists(packagesFolderPath)) {
260 …? manifestTypingNames.map(typingName => combinePaths(packagesFolderPath, typingName, manifestName))
262 …: host.readDirectory(packagesFolderPath, [Extension.Json], /*excludes*/ undefined, /*includes*/ un…
278 …if (log) log(`Searching for typing names in ${packagesFolderPath}; all files: ${JSON.stringify(dep…
/third_party/typescript/lib/
DtypingsInstaller.js131827 var packagesFolderPath = ts.combinePaths(projectRootPath, modulesDirName);
131828 filesToWatch.push(packagesFolderPath);
131829 if (!host.directoryExists(packagesFolderPath)) {
131847 …festTypingNames.map(function (typingName) { return ts.combinePaths(packagesFolderPath, typingName,…
131849 …: host.readDirectory(packagesFolderPath, [".json" /* Extension.Json */], /*excludes*/ undefined, /…
131865 …log("Searching for typing names in ".concat(packagesFolderPath, "; all files: ").concat(JSON.strin…