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

Function ModuleExportNameIsDefault

internal/ast/utilities.go:2520–2522  ·  view source on GitHub ↗
(node *Node)

Source from the content-addressed store, hash-verified

2518}
2519
2520func ModuleExportNameIsDefault(node *Node) bool {
2521 return node.Text() == InternalSymbolNameDefault
2522}
2523
2524func IsDefaultImport(node *Node /*ImportDeclaration | ImportEqualsDeclaration | ExportDeclaration*/) bool {
2525 switch node.Kind {

Calls 1

TextMethod · 0.65

Tested by

no test coverage detected