aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/bun.js/bindings/headers-handwritten.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bun.js/bindings/headers-handwritten.h b/src/bun.js/bindings/headers-handwritten.h
index 4843802f7..ee0a936c3 100644
--- a/src/bun.js/bindings/headers-handwritten.h
+++ b/src/bun.js/bindings/headers-handwritten.h
@@ -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,