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

Function serializeExportSpecifier

test/fixtures/snapshot/typescript.js:54994–54999  ·  view source on GitHub ↗
(localName, targetName, specifier)

Source from the content-addressed store, hash-verified

54992 }
54993 }
54994 function serializeExportSpecifier(localName, targetName, specifier) {
54995 addResult(ts.factory.createExportDeclaration(
54996 /*decorators*/ undefined,
54997 /*modifiers*/ undefined,
54998 /*isTypeOnly*/ false, ts.factory.createNamedExports([ts.factory.createExportSpecifier(/*isTypeOnly*/ false, localName !== targetName ? targetName : undefined, localName)]), specifier), 0 /* ModifierFlags.None */);
54999 }
55000 /**
55001 * Returns `true` if an export assignment or declaration was produced for the symbol
55002 */

Callers 2

serializeAsAliasFunction · 0.85

Calls 1

addResultFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…