TModuleStatus
Bun

type

vm.ModuleStatus

type ModuleStatus = 'unlinked' | 'linking' | 'linked' | 'evaluating' | 'evaluated' | 'errored'