(n: html.Node)
| 668 | } |
| 669 | |
| 670 | function _isClosingComment(n: html.Node): boolean { |
| 671 | return !!(n instanceof html.Comment && n.value && n.value === '/i18n'); |
| 672 | } |
| 673 | |
| 674 | function _getI18nAttr(p: html.Element | html.Component): html.Attribute | null { |
| 675 | return ( |
no outgoing calls
no test coverage detected
searching dependent graphs…