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