Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Align module export API with upstream #261

Merged
merged 1 commit into from Feb 12, 2024
Merged

Align module export API with upstream #261

merged 1 commit into from Feb 12, 2024

Conversation

saghul
Copy link
Contributor

@saghul saghul commented Feb 12, 2024

Partially reverts
6868fb9 but the same behavior can be implemented in userland by getting the module ns and querying its properties.

Ref: bellard/quickjs@c6cc6a9
Fixes: #259

Partially reverts
6868fb9
but the same behavior can be implemented in userland by getting the
module ns and querying its properties.

Ref: bellard/quickjs@c6cc6a9
Fixes: #259
@saghul saghul merged commit 7ded62c into master Feb 12, 2024
33 checks passed
@saghul saghul deleted the module-export branch February 12, 2024 10:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

expose JS_GetModuleNamespace (or rebase on upstream)
2 participants