(url: string)
| 51 | const addBrowserModule = (url: string) => |
| 52 | clientModuleGraph.ensureEntryFromUrl(url) |
| 53 | const getBrowserModule = (url: string) => |
| 54 | clientModuleGraph.getModuleById(url) |
| 55 | |
| 56 | const addServerModule = (url: string) => |
| 57 | ssrModuleGraph.ensureEntryFromUrl(url) |
no test coverage detected