(id)
| 222 | return undefined; |
| 223 | }, |
| 224 | async load(id) { |
| 225 | if (id !== RESOLVED_ID) return undefined; |
| 226 | return loadVirtualSource(); |
| 227 | }, |
| 228 | handleHotUpdate(ctx) { |
| 229 | const configPath = resolveConfigPath(); |
| 230 | const jsoncPath = resolveJsoncPath(); |
nothing calls this directly
no test coverage detected