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

Function noPackageId

test/fixtures/snapshot/typescript.js:42350–42352  ·  view source on GitHub ↗
(r)

Source from the content-addressed store, hash-verified

42348 return r && { path: r.path, extension: r.ext, packageId: packageId };
42349 }
42350 function noPackageId(r) {
42351 return withPackageId(/*packageInfo*/ undefined, r);
42352 }
42353 function removeIgnoredPackageId(r) {
42354 if (r) {
42355 ts.Debug.assert(r.packageId === undefined);

Callers 4

loaderFunction · 0.85
tryLoadModuleUsingPathsFunction · 0.85

Calls 1

withPackageIdFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…