(id: string, base: string)
| 45 | polyfills, |
| 46 | from, |
| 47 | async loadModule(id: string, base: string) { |
| 48 | return loadModule(id, base, onDependency, customJsResolver) |
| 49 | }, |
| 50 | async loadStylesheet(id: string, sheetBase: string) { |
| 51 | let sheet = await loadStylesheet(id, sheetBase, onDependency, customCssResolver) |
| 52 |
no test coverage detected