(tagName, props)
| 6636 | } |
| 6637 | |
| 6638 | function isCustomComponent(tagName, props) { |
| 6639 | return tagName.indexOf('-') >= 0 || props.is != null; |
| 6640 | } |
| 6641 | |
| 6642 | var globalIdCounter = 1; |
| 6643 |
no outgoing calls
no test coverage detected
searching dependent graphs…