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

Function getLibReferences

test/fixtures/snapshot/typescript.js:108339–108341  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

108337 updated.exportedModulesFromDeclarationEmit = exportedModulesFromDeclarationEmit;
108338 return updated;
108339 function getLibReferences() {
108340 return ts.map(ts.arrayFrom(libs.keys()), function (lib) { return ({ fileName: lib, pos: -1, end: -1 }); });
108341 }
108342 function getFileReferencesForUsedTypeReferences() {
108343 return necessaryTypeReferences ? ts.mapDefined(ts.arrayFrom(necessaryTypeReferences.keys()), getFileReferenceForSpecifierModeTuple) : [];
108344 }

Callers 1

transformRootFunction · 0.85

Calls 2

mapMethod · 0.65
keysMethod · 0.65

Tested by

no test coverage detected