mirror of
https://github.com/oven-sh/bun
synced 2026-02-14 21:01:52 +00:00
Add missing headers
This commit is contained in:
@@ -230,6 +230,9 @@ 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,
|
||||
|
||||
Reference in New Issue
Block a user