mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Update headers-handwritten.h
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user