(id)
| 12 | load: { |
| 13 | filter: { id: RE_NODE_MODULES }, |
| 14 | handler(id) { |
| 15 | const name = slash(id).split('/node_modules/').at(-1)!.split('/')[0] |
| 16 | return `export const ${name} = 42` |
| 17 | }, |
| 18 | }, |
| 19 | } |
| 20 |
nothing calls this directly
no test coverage detected
searching dependent graphs…