()
| 191 | addon.registry = { |
| 192 | app: addon, |
| 193 | load() { |
| 194 | return [ |
| 195 | { |
| 196 | toTree(tree) { |
| 197 | return tree; |
| 198 | }, |
| 199 | }, |
| 200 | ]; |
| 201 | }, |
| 202 | |
| 203 | extensionsForType() { |
| 204 | return ['js']; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…