Update headers-handwritten.h

This commit is contained in:
Jarred Sumner
2022-11-02 20:10:12 -07:00
parent 34fce03f0f
commit fb903bb091

View File

@@ -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,