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