()
| 324 | } |
| 325 | |
| 326 | getI18n(): I18nBundleAccessors { |
| 327 | if (!this.metadata.i18n) { |
| 328 | this.metadata.i18n = {}; |
| 329 | } |
| 330 | return this.metadata.i18n; |
| 331 | } |
| 332 | } |
| 333 | |
| 334 | const validateSingleSlot = (value: Node, slotData: Slot) => { |
no outgoing calls
no test coverage detected