Home
last modified time | relevance | path

Searched refs:modulePathType (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/compiler/
Dprogram.ts3296 const modulePathType = getModuleByPMType(options.packageManagerType); constant
3297 …const resolveFrom = combinePaths(currentDirectory, `__lib_${modulePathType}_lookup_${libFileName}_…
/third_party/typescript/lib/
DtypingsInstaller.js123512 var modulePathType = ts.getModuleByPMType(options.packageManagerType);
123513 …var resolveFrom = ts.combinePaths(currentDirectory, "__lib_".concat(modulePathType, "_lookup_").co…
Dtsc.js102521 var modulePathType = ts.getModuleByPMType(options.packageManagerType);
102522 …var resolveFrom = ts.combinePaths(currentDirectory, "__lib_".concat(modulePathType, "_lookup_").co…