(id)
| 172 | root: server.config.root, |
| 173 | base: server.config.base, |
| 174 | async fetchModule(id) { |
| 175 | return node.fetchModule(id); |
| 176 | }, |
| 177 | async resolveId(id, importer) { |
| 178 | return node.resolveId(id, importer); |
| 179 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected