aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/modules/NodeModuleModule.h
blob: 1722e779f2f432d20b560f7d29c16b3e8eea2d15 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#include "../bindings/ZigGlobalObject.h"
#include "JavaScriptCore/JSGlobalObject.h"

namespace Zig {

// node:module
JSValue generateNodeModuleModule(JSC::JSGlobalObject *globalObject,
                                 JSC::Identifier moduleKey,
                                 Vector<JSC::Identifier, 4> &exportNames,
                                 JSC::MarkedArgumentBuffer &exportValues);

} // namespace Zig