MCPcopy Create free account
hub / github.com/nodejs/node / reExportStar

Function reExportStar

test/fixtures/snapshot/typescript.js:152348–152350  ·  view source on GitHub ↗
(moduleSpecifier)

Source from the content-addressed store, hash-verified

152346 exports.size > 1 ? [[reExportStar(moduleSpecifier), reExportDefault(moduleSpecifier)], true] : [[reExportDefault(moduleSpecifier)], true];
152347 }
152348 function reExportStar(moduleSpecifier) {
152349 return makeExportDeclaration(/*exportClause*/ undefined, moduleSpecifier);
152350 }
152351 function reExportDefault(moduleSpecifier) {
152352 return makeExportDeclaration([ts.factory.createExportSpecifier(/*isTypeOnly*/ false, /*propertyName*/ undefined, "default")], moduleSpecifier);
152353 }

Callers 1

convertReExportAllFunction · 0.85

Calls 1

makeExportDeclarationFunction · 0.85

Tested by

no test coverage detected