(loadedId)
| 23 | } |
| 24 | }, |
| 25 | load(loadedId) { |
| 26 | if (loadedId === id) { |
| 27 | return `export default '${readFileSync(resolve(__dirname, fileName), 'utf8')}';`; |
| 28 | } |
| 29 | } |
| 30 | }); |
nothing calls this directly
no test coverage detected
searching dependent graphs…