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

Support dynamic System.register #2

Open
guybedford opened this issue Jul 30, 2014 · 0 comments
Open

Support dynamic System.register #2

guybedford opened this issue Jul 30, 2014 · 0 comments

Comments

@guybedford
Copy link

See https://github.com/systemjs/systemjs/blob/master/lib/extension-register.js#L63

When creating bundles for SystemJS, to allow AMD, CommonJS and ES6 to all bundle together we use dynamic System.register with 4 arguments to allow this.

If we could support this form as well in the micro loader, then we would be able to create bundles of any module format and have them work against a micro loader. That would provide a really nice dev -> production workflow with SystemJS -> micro loader.

I'm keen to work along these lines.

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

No branches or pull requests

1 participant