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

Function createNamespaceExportDeclaration

test/fixtures/snapshot/typescript.js:25294–25300  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

25292 }
25293 // @api
25294 function createNamespaceExportDeclaration(name) {
25295 var node = createBaseNamedDeclaration(264 /* SyntaxKind.NamespaceExportDeclaration */,
25296 /*decorators*/ undefined,
25297 /*modifiers*/ undefined, name);
25298 node.transformFlags = 1 /* TransformFlags.ContainsTypeScript */;
25299 return node;
25300 }
25301 // @api
25302 function updateNamespaceExportDeclaration(node, name) {
25303 return node.name !== name

Callers 1

Calls 1

Tested by

no test coverage detected