import bun (#4055)

Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
This commit is contained in:
Jarred Sumner
2023-08-08 01:42:44 -07:00
committed by GitHub
parent 38df5b146f
commit 320ee6b6b7
8 changed files with 61 additions and 18 deletions

View File

@@ -24,6 +24,7 @@
// given is the default export
#define BUN_FOREACH_NATIVE_MODULE(macro) \
macro("bun"_s, BunObject) \
macro("bun:jsc"_s, BunJSC) \
macro("node:buffer"_s, NodeBuffer) \
macro("node:constants"_s, NodeConstants) \