Skip to content

experimental support of es6 global module #1193

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

Merged
merged 1 commit into from
Feb 9, 2017

Conversation

bobzhang
Copy link
Member

@bobzhang bobzhang commented Feb 9, 2017

This commit introduces two package format, amdjs-global and es6-global, which will use relative path so that for some bundlers like rollup or google closure, it does not need have knowledge of node_modules path resolution
couple of design issues:

  1. how to know the path of external JS library, currently we leave it as it
    Implementation details:
    we might need have a global view of dependencies and pass a package map unlike current implementation which did lots of path calculation

@bobzhang bobzhang merged commit 89c46a5 into master Feb 9, 2017
@bobzhang bobzhang deleted the non_node_module_resolution_cont branch February 9, 2017 20:57
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