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

Configurable syntax support #100

Open
jdalton opened this issue Mar 28, 2017 · 1 comment
Open

Configurable syntax support #100

jdalton opened this issue Mar 28, 2017 · 1 comment
Assignees

Comments

@jdalton
Copy link
Contributor

jdalton commented Mar 28, 2017

Related to #90. Having the option to configure syntax support of nested imports and others allows for some nice optimizations.

For example, top-level parse is great but not practical as long as living binding isn't configurable. Ideally I'd like to have live bindings but also top-parsing when possible (say if all exports are const) but that means I'd have to punt on nested imports (since that requires a full parse regardless).

@jdalton
Copy link
Contributor Author

jdalton commented Apr 19, 2017

If this could have a rank it would be the next feature to tackle. It takes reify the next step closer in being used as a generic esm loader and unlocks optimization possibilities. This could be tackled in steps with optional nested imports being top priority and then optional namespace exports as the secondary priority.

@jdalton jdalton mentioned this issue May 16, 2017
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants