(component: html.Component, context: I18nMessageVisitorContext)
| 102 | } |
| 103 | |
| 104 | visitComponent(component: html.Component, context: I18nMessageVisitorContext) { |
| 105 | return this._visitElementLike(component, context); |
| 106 | } |
| 107 | |
| 108 | visitDirective(directive: html.Directive, context: any) { |
| 109 | throw new Error('Unreachable code'); |
nothing calls this directly
no test coverage detected