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

Function updateNamespaceExportDeclaration

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

Source from the content-addressed store, hash-verified

25300 }
25301 // @api
25302 function updateNamespaceExportDeclaration(node, name) {
25303 return node.name !== name
25304 ? update(createNamespaceExportDeclaration(name), node)
25305 : node;
25306 }
25307 // @api
25308 function createImportEqualsDeclaration(decorators, modifiers, isTypeOnly, name, moduleReference) {
25309 var node = createBaseNamedDeclaration(265 /* SyntaxKind.ImportEqualsDeclaration */, decorators, modifiers, name);

Callers

nothing calls this directly

Calls 2

updateFunction · 0.70

Tested by

no test coverage detected