mirror of
https://github.com/oven-sh/bun
synced 2026-02-14 21:01:52 +00:00
module pr 2 (#18266)
This commit is contained in:
@@ -106,3 +106,11 @@
|
||||
while (0) { \
|
||||
}
|
||||
|
||||
namespace Zig {
|
||||
#define FORWARD_DECL_GENERATOR(id, enumName) \
|
||||
void generateNativeModule_##enumName( \
|
||||
JSC::JSGlobalObject *lexicalGlobalObject, JSC::Identifier moduleKey, \
|
||||
Vector<JSC::Identifier, 4> &exportNames, \
|
||||
JSC::MarkedArgumentBuffer &exportValues);
|
||||
BUN_FOREACH_ESM_NATIVE_MODULE(FORWARD_DECL_GENERATOR)
|
||||
} // namespace Zig
|
||||
Reference in New Issue
Block a user