We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4968ef6 commit 3d32f6dCopy full SHA for 3d32f6d
quickjs.h
@@ -837,7 +837,7 @@ JS_EXTERN void JS_SetModuleLoaderFunc(JSRuntime *rt,
837
/* return the import.meta object of a module */
838
JS_EXTERN JSValue JS_GetImportMeta(JSContext *ctx, JSModuleDef *m);
839
JS_EXTERN JSAtom JS_GetModuleName(JSContext *ctx, JSModuleDef *m);
840
-JSValue JS_GetModuleNamespace(JSContext *ctx, JSModuleDef *m);
+JS_EXTERN JSValue JS_GetModuleNamespace(JSContext *ctx, JSModuleDef *m);
841
842
/* JS Job support */
843
0 commit comments