Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
DmoduleSpecifiers.ts864 … const mainExportFile = toPath(mainFileRelative, packageRootPath, getCanonicalFileName); constant
865 …if (removeFileExtension(mainExportFile) === removeFileExtension(getCanonicalFileName(moduleFileToT…
/third_party/typescript/lib/
DtypingsInstaller.js127905 … var mainExportFile = ts.toPath(mainFileRelative, packageRootPath, getCanonicalFileName);
127906 …if (ts.removeFileExtension(mainExportFile) === ts.removeFileExtension(getCanonicalFileName(moduleF…
Dtsc.js106294 … var mainExportFile = ts.toPath(mainFileRelative, packageRootPath, getCanonicalFileName);
106295 …if (ts.removeFileExtension(mainExportFile) === ts.removeFileExtension(getCanonicalFileName(moduleF…