(node *ast.ExportSpecifierNode)
| 4116 | } |
| 4117 | |
| 4118 | func (p *Printer) emitExportSpecifierNode(node *ast.ExportSpecifierNode) { |
| 4119 | p.emitExportSpecifier(node.AsExportSpecifier()) |
| 4120 | } |
| 4121 | |
| 4122 | func (p *Printer) emitEmbeddedStatement(parentNode *ast.Node, node *ast.Statement) { |
| 4123 | if ast.IsBlock(node) || |
nothing calls this directly
no test coverage detected