aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/bindings/BunJSCModule.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bun.js/bindings/BunJSCModule.h')
-rw-r--r--src/bun.js/bindings/BunJSCModule.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bun.js/bindings/BunJSCModule.h b/src/bun.js/bindings/BunJSCModule.h
new file mode 100644
index 000000000..7df47a566
--- /dev/null
+++ b/src/bun.js/bindings/BunJSCModule.h
@@ -0,0 +1,4 @@
+#include "root.h"
+#include "JavaScriptCore/JSObject.h"
+
+JSC::JSObject* createJSCModule(JSC::JSGlobalObject* globalObject); \ No newline at end of file