mirror of
https://github.com/bellard/quickjs.git
synced 2025-09-30 06:54:26 +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