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