mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
bun run clang-format (#14148)
Co-authored-by: Electroid <Electroid@users.noreply.github.com>
This commit is contained in:
@@ -11,7 +11,8 @@ void generateNativeModule_BunObject(JSC::JSGlobalObject *lexicalGlobalObject,
|
||||
JSC::MarkedArgumentBuffer &exportValues) {
|
||||
// FIXME: this does not add each property as a top level export
|
||||
JSC::VM &vm = lexicalGlobalObject->vm();
|
||||
Zig::GlobalObject *globalObject = jsCast<Zig::GlobalObject *>(lexicalGlobalObject);
|
||||
Zig::GlobalObject *globalObject =
|
||||
jsCast<Zig::GlobalObject *>(lexicalGlobalObject);
|
||||
|
||||
JSObject *object = globalObject->bunObject();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user