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: support loading import map from URL #9519

Merged
merged 3 commits into from
Feb 17, 2021

Conversation

bartlomieju
Copy link
Member

This commit adds support for loading import maps from URLs,
both remote and local.

This feature is supported in CLI flag as well as in runtime
compiler API.

Closes #9510

This commit adds support for loading import maps from URLs,
both remote and local.

This feature is supported in CLI flag as well as in runtime
compiler API.
Copy link
Member

@lucacasonato lucacasonato left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice! Awesome that it was so easy to implement. Just one minor comment.

@bartlomieju bartlomieju merged commit f6d6b24 into denoland:master Feb 17, 2021
@bartlomieju bartlomieju deleted the import_map_url branch February 17, 2021 13:33
@flying-sheep
Copy link
Contributor

Awesome that it was so easy to implement

Even better: This actually reduced the amount of code we have!

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.

Support loading import maps from URL
3 participants