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

Method AsNodeFactory

internal/ast/ast.go:67–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65
66type NodeFactoryCoercible interface {
67 AsNodeFactory() *NodeFactory
68}
69
70func NewNodeFactory(hooks NodeFactoryHooks) *NodeFactory {

Callers 15

hasCommentsAtPositionMethod · 0.65
emitLeadingCommentsMethod · 0.65
emitTrailingCommentsMethod · 0.65
emitDetachedCommentsMethod · 0.65
NewNodeVisitorMethod · 0.65
newNodeBuilderImplFunction · 0.65
isInternalDeclarationMethod · 0.65
transformSourceFileMethod · 0.65

Implementers 1

NodeFactoryinternal/ast/ast_generated.go

Calls

no outgoing calls

Tested by

no test coverage detected