(name)
| 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 |
no test coverage detected