diff --git a/src/bun.js/bindings/headers-handwritten.h b/src/bun.js/bindings/headers-handwritten.h index ee0a936c35..5b8f6ad8d4 100644 --- a/src/bun.js/bindings/headers-handwritten.h +++ b/src/bun.js/bindings/headers-handwritten.h @@ -230,15 +230,15 @@ extern "C" JSC::EncodedJSValue Bun__runVirtualModule( ZigString* specifier); extern "C" bool Bun__transpileFile( -extern "C" JSC::EncodedJSValue CallbackJob__onResolve(JSC::JSGlobalObject*, JSC::CallFrame*); -extern "C" JSC::EncodedJSValue CallbackJob__onReject(JSC::JSGlobalObject*, JSC::CallFrame*); - void* bunVM, JSC::JSGlobalObject* global, ZigString* specifier, ZigString* referrer, ErrorableResolvedSource* result); +extern "C" JSC::EncodedJSValue CallbackJob__onResolve(JSC::JSGlobalObject*, JSC::CallFrame*); +extern "C" JSC::EncodedJSValue CallbackJob__onReject(JSC::JSGlobalObject*, JSC::CallFrame*); + extern "C" bool Bun__fetchBuiltinModule( void* bunVM, JSC::JSGlobalObject* global,