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

Function updateNamespaceExport

test/fixtures/snapshot/typescript.js:25442–25446  ·  view source on GitHub ↗
(node, name)

Source from the content-addressed store, hash-verified

25440 }
25441 // @api
25442 function updateNamespaceExport(node, name) {
25443 return node.name !== name
25444 ? update(createNamespaceExport(name), node)
25445 : node;
25446 }
25447 // @api
25448 function createNamedImports(elements) {
25449 var node = createBaseNode(269 /* SyntaxKind.NamedImports */);

Callers

nothing calls this directly

Calls 2

createNamespaceExportFunction · 0.85
updateFunction · 0.70

Tested by

no test coverage detected