mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 10:58:56 +00:00
chore: Fix multiple typos (#8105)
This commit is contained in:
@@ -662,7 +662,7 @@ bool JSCommonJSModule::evaluate(
|
||||
auto throwScope = DECLARE_THROW_SCOPE(vm);
|
||||
generator(globalObject, JSC::Identifier::fromString(vm, key), propertyNames, arguments);
|
||||
RETURN_IF_EXCEPTION(throwScope, false);
|
||||
// This goes off of the assumption that you only call this `evaluate` using a generator that explicity
|
||||
// This goes off of the assumption that you only call this `evaluate` using a generator that explicitly
|
||||
// assigns the `default` export first.
|
||||
JSValue defaultValue = arguments.at(0);
|
||||
this->putDirect(vm, WebCore::clientData(vm)->builtinNames().exportsPublicName(), defaultValue, 0);
|
||||
|
||||
Reference in New Issue
Block a user