module pr 2 (#18266)

This commit is contained in:
chloe caruso
2025-03-20 00:45:44 -07:00
committed by GitHub
parent 2024fa09d7
commit b5cbf16cb8
739 changed files with 29158 additions and 1274 deletions

View File

@@ -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