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 full import map mapping #43

Merged
merged 2 commits into from
Jun 13, 2022
Merged

Conversation

trygve-lie
Copy link
Owner

@trygve-lie trygve-lie commented Jun 13, 2022

This take use of a full featured import map parser instead of a home grown parser only supporting rewrite of the import statements without taking the fill spec into account.

BREAKING CHANGE: Module should now be spec compliant and this might break builds where parts of an import map might have been ignored. The load() do now also take a second argument for setting a base URL to be applied to relative import references.

Trygve Lie added 2 commits June 13, 2022 09:12
This take use of a full featured import map parser instead of a home grown parser only supporting rewrite of the import statements without taking the fill spec into account.

BREAKING CHANGE: Module should now be spec compliant and this might break builds where parts of an import map might have been ignored. The `load()` do now also take a second argument for setting a base URL to be applied to relative import references.
@trygve-lie trygve-lie changed the title Full import map support feat: Support full import map mapping Jun 13, 2022
@trygve-lie trygve-lie merged commit 4423dbb into next Jun 13, 2022
@trygve-lie trygve-lie deleted the full-import-map-support branch June 13, 2022 07:42
@github-actions
Copy link

🎉 This PR is included in version 3.0.0-next.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant