MCPcopy Index your code
hub / github.com/microsoft/typescript-go / emitExportSpecifierNode

Method emitExportSpecifierNode

internal/printer/printer.go:4118–4120  ·  view source on GitHub ↗
(node *ast.ExportSpecifierNode)

Source from the content-addressed store, hash-verified

4116}
4117
4118func (p *Printer) emitExportSpecifierNode(node *ast.ExportSpecifierNode) {
4119 p.emitExportSpecifier(node.AsExportSpecifier())
4120}
4121
4122func (p *Printer) emitEmbeddedStatement(parentNode *ast.Node, node *ast.Statement) {
4123 if ast.IsBlock(node) ||

Callers

nothing calls this directly

Calls 2

emitExportSpecifierMethod · 0.95
AsExportSpecifierMethod · 0.80

Tested by

no test coverage detected