(packageJsonPath)
| 42801 | var cache; |
| 42802 | return { getPackageJsonInfo: getPackageJsonInfo, setPackageJsonInfo: setPackageJsonInfo, clear: clear, entries: entries }; |
| 42803 | function getPackageJsonInfo(packageJsonPath) { |
| 42804 | return cache === null || cache === void 0 ? void 0 : cache.get(ts.toPath(packageJsonPath, currentDirectory, getCanonicalFileName)); |
| 42805 | } |
| 42806 | function setPackageJsonInfo(packageJsonPath, info) { |
| 42807 | (cache || (cache = new ts.Map())).set(ts.toPath(packageJsonPath, currentDirectory, getCanonicalFileName), info); |
| 42808 | } |
no test coverage detected