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

feat(ecmascript): Module object internal methods #174

Merged
merged 3 commits into from
Apr 20, 2024

Conversation

aapoalas
Copy link
Collaborator

I'll probably be using this as a "show-off" on how to implement internal methods for most exotic objects. Module strikes a relative nice balance: It doesn't have special properties by-name in itself but on the other hand it does through the exported properties. It's also has quite a bit of special internal method definitions but those are fairly simple.

Hopefully this will serve as a good template for others on how to go about doing this for other object types.

@aapoalas aapoalas merged commit dfed3a5 into main Apr 20, 2024
1 check passed
@aapoalas aapoalas deleted the feat/ecmascript-module-internal-methods branch May 17, 2024 11:13
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.

1 participant