mirror of
https://github.com/oven-sh/bun
synced 2026-02-14 12:51:54 +00:00
import bun (#4055)
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
This commit is contained in:
@@ -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) \
|
||||
|
||||
Reference in New Issue
Block a user