TModuleLinker
Bun

type

vm.ModuleLinker

type ModuleLinker = (specifier: string, referencingModule: Module, extra: { attributes: ImportAttributes }) => Module | Promise<Module>