(parentURL: string, request: ModuleRequest, requestType?: ModuleRequestType)
| 87 | import(specifier: string, parentURL: string, importAttributes: ImportAttributes, phase?: ModulePhase, isEntryPoint?: boolean): Promise<any> |
| 88 | register(specifier: string | URL, parentURL?: string | URL, data?: any, transferList?: any[], isInternal?: boolean): void |
| 89 | getOrCreateModuleJob(parentURL: string, request: ModuleRequest, requestType?: ModuleRequestType): Promise<ModuleJob> |
| 90 | resolveSync(parentURL: string, request: ModuleRequest): ResolveResult |
| 91 | load(url: string, context: Pick<LoadHookContext, 'format' | 'importAttributes'>): Promise<LoadResult> |
| 92 | } |
nothing calls this directly
no outgoing calls
no test coverage detected