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

Method NewModifier

internal/ast/ast.go:1671–1673  ·  view source on GitHub ↗
(kind Kind)

Source from the content-addressed store, hash-verified

1669}
1670
1671func (f *NodeFactory) NewModifier(kind Kind) *Node {
1672 return f.NewToken(kind)
1673}
1674
1675func (node *Decorator) computeSubtreeFacts() SubtreeFacts {
1676 return propagateSubtreeFacts(node.Expression) |

Calls 1

NewTokenMethod · 0.95

Tested by

no test coverage detected