(name)
| 73767 | return getJsxElementTypeAt(node) || anyType; |
| 73768 | } |
| 73769 | function isHyphenatedJsxName(name) { |
| 73770 | return ts.stringContains(name, "-"); |
| 73771 | } |
| 73772 | /** |
| 73773 | * Returns true iff React would emit this tag name as a string rather than an identifier or qualified name |
| 73774 | */ |
no outgoing calls
no test coverage detected