(el)
| 8777 | } |
| 8778 | |
| 8779 | function needsNormalization (el) { |
| 8780 | return el.for !== undefined || el.tag === 'template' || el.tag === 'slot' |
| 8781 | } |
| 8782 | |
| 8783 | function maybeComponent (el) { |
| 8784 | return !isPlatformReservedTag$1(el.tag) |
no outgoing calls
no test coverage detected