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

Function createExternalModuleExport

test/fixtures/snapshot/typescript.js:26671–26678  ·  view source on GitHub ↗
(exportName)

Source from the content-addressed store, hash-verified

26669 /*isExportEquals*/ false, expression);
26670 }
26671 function createExternalModuleExport(exportName) {
26672 return createExportDeclaration(
26673 /*decorators*/ undefined,
26674 /*modifiers*/ undefined,
26675 /*isTypeOnly*/ false, createNamedExports([
26676 createExportSpecifier(/*isTypeOnly*/ false, /*propertyName*/ undefined, exportName)
26677 ]));
26678 }
26679 //
26680 // Utilities
26681 //

Callers

nothing calls this directly

Calls 3

createExportDeclarationFunction · 0.85
createNamedExportsFunction · 0.85
createExportSpecifierFunction · 0.85

Tested by

no test coverage detected