This commit is contained in:
Jarred Sumner
2024-10-20 15:02:44 -07:00
committed by GitHub
parent ae8de1926e
commit 8063e9d6b8
10 changed files with 101 additions and 13 deletions

View File

@@ -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);