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

Propose JS module reflection API #20

Closed
wants to merge 24 commits into from
Closed

Propose JS module reflection API #20

wants to merge 24 commits into from

Conversation

guybedford
Copy link
Collaborator

@guybedford guybedford commented May 31, 2022

This proposes a new JS module reflection API for this proposal, to support a JS module reflection returning a SourceTextModule class instance, and which can be instantiated into a ModuleInstance instance, linked and executed.

The provided documentation details the entire API as well as an example of how to construct a comprehensive module loader in less than 50 lines of code that obeys spec semantics and invariants while allowing resolution and linkage customization.

@guybedford guybedford changed the title Propose JS reflection API Propose JS module reflection API May 31, 2022
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Show resolved Hide resolved
README.md Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
@guybedford guybedford closed this Jul 6, 2022
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.

2 participants