mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
Align CommonJS evaluation order closer to Node.js
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
namespace Zig {
|
||||
|
||||
inline void
|
||||
inline JSValue
|
||||
generateStringDecoderSourceCode(JSC::JSGlobalObject *lexicalGlobalObject,
|
||||
JSC::Identifier moduleKey,
|
||||
Vector<JSC::Identifier, 4> &exportNames,
|
||||
@@ -28,6 +28,7 @@ generateStringDecoderSourceCode(JSC::JSGlobalObject *lexicalGlobalObject,
|
||||
|
||||
exportNames.append(vm.propertyNames->defaultKeyword);
|
||||
exportValues.append(defaultObject);
|
||||
return {};
|
||||
}
|
||||
|
||||
} // namespace Zig
|
||||
|
||||
Reference in New Issue
Block a user