MCPcopy Create free account
hub / github.com/microsoft/typescript-go / getTargetOfExportAssignment

Method getTargetOfExportAssignment

internal/checker/checker.go:14902–14906  ·  view source on GitHub ↗
(node *ast.Node)

Source from the content-addressed store, hash-verified

14900}
14901
14902func (c *Checker) getTargetOfExportAssignment(node *ast.Node) *ast.Symbol {
14903 resolved := c.getTargetOfAliasLikeExpression(node.Expression())
14904 c.markSymbolOfAliasDeclarationIfTypeOnly(node, nil)
14905 return resolved
14906}
14907
14908func (c *Checker) getTargetOfBinaryExpression(node *ast.Node) *ast.Symbol {
14909 resolved := c.getTargetOfAliasLikeExpression(node.AsBinaryExpression().Right)

Callers 1

Tested by

no test coverage detected