(info)
| 29 | return await ctx.findComponent(name, 'component', filename ? [filename] : []) |
| 30 | }, |
| 31 | stringifyImport(info) { |
| 32 | return stringifyComponentImport(info, ctx) |
| 33 | }, |
| 34 | } |
| 35 | |
| 36 | return { |
nothing calls this directly
no test coverage detected
searching dependent graphs…