mirror of
https://github.com/oven-sh/bun
synced 2026-02-15 13:22:07 +00:00
17 lines
157 B
Plaintext
17 lines
157 B
Plaintext
BUN_1.1 {
|
|
global:
|
|
napi*;
|
|
node_api_*;
|
|
node_module_register;
|
|
|
|
uv_os_getpid;
|
|
uv_os_getppid;
|
|
|
|
extern "C++" {
|
|
v8::*;
|
|
node::*;
|
|
};
|
|
local:
|
|
*;
|
|
};
|