(resolution)
| 121910 | } |
| 121911 | ts.createResolutionCache = createResolutionCache; |
| 121912 | function resolutionIsSymlink(resolution) { |
| 121913 | var _a, _b; |
| 121914 | return !!(((_a = resolution.resolvedModule) === null || _a === void 0 ? void 0 : _a.originalPath) || |
| 121915 | ((_b = resolution.resolvedTypeReferenceDirective) === null || _b === void 0 ? void 0 : _b.originalPath)); |
| 121916 | } |
| 121917 | })(ts || (ts = {})); |
| 121918 | // Used by importFixes, getEditsForFileRename, and declaration emit to synthesize import module specifiers. |
| 121919 | /* @internal */ |
no outgoing calls
no test coverage detected
searching dependent graphs…