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

Function createExportDefault

test/fixtures/snapshot/typescript.js:26665–26670  ·  view source on GitHub ↗
(expression)

Source from the content-addressed store, hash-verified

26663 return createVoidExpression(createNumericLiteral("0"));
26664 }
26665 function createExportDefault(expression) {
26666 return createExportAssignment(
26667 /*decorators*/ undefined,
26668 /*modifiers*/ undefined,
26669 /*isExportEquals*/ false, expression);
26670 }
26671 function createExternalModuleExport(exportName) {
26672 return createExportDeclaration(
26673 /*decorators*/ undefined,

Callers

nothing calls this directly

Calls 1

createExportAssignmentFunction · 0.85

Tested by

no test coverage detected