mirror of
https://github.com/oven-sh/bun
synced 2026-02-16 22:01:47 +00:00
@@ -22,7 +22,7 @@ inline void generateNativeModule_AbortControllerModule(
|
||||
|
||||
const auto controllerIdent = Identifier::fromString(vm, "AbortController"_s);
|
||||
const auto signalIdent = Identifier::fromString(vm, "AbortSignal"_s);
|
||||
const Identifier esModuleMarker = builtinNames(vm).__esModulePublicName();
|
||||
const Identifier& esModuleMarker = vm.propertyNames->__esModule;
|
||||
|
||||
exportNames.append(vm.propertyNames->defaultKeyword);
|
||||
exportValues.append(abortController);
|
||||
|
||||
Reference in New Issue
Block a user