mirror of
https://github.com/bellard/quickjs.git
synced 2025-11-16 10:41:51 +03:00
export JS_GetModuleNamespace (github issue #34)
This commit is contained in:
@@ -876,6 +876,7 @@ void JS_SetModuleLoaderFunc(JSRuntime *rt,
|
||||
/* return the import.meta object of a module */
|
||||
JSValue JS_GetImportMeta(JSContext *ctx, JSModuleDef *m);
|
||||
JSAtom JS_GetModuleName(JSContext *ctx, JSModuleDef *m);
|
||||
JSValue JS_GetModuleNamespace(JSContext *ctx, JSModuleDef *m);
|
||||
|
||||
/* JS Job support */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user