(componentEl)
| 90 | } |
| 91 | |
| 92 | function parentContext(componentEl) { |
| 93 | var parent = componentEl.parentElement; |
| 94 | return parent ? runtime.makeContext(parent, null, parent, null) : null; |
| 95 | } |
| 96 | |
| 97 | /** Create an `attrs` proxy that lazily evaluates attribute strings as hyperscript in the parent scope */ |
| 98 | function createAttrs(componentEl) { |
no test coverage detected