MCPcopy Index your code
hub / github.com/nodejs/node / resolutionIsSymlink

Function resolutionIsSymlink

test/fixtures/snapshot/typescript.js:121912–121916  ·  view source on GitHub ↗
(resolution)

Source from the content-addressed store, hash-verified

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 */

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…