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

Next #44

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Next #44

wants to merge 7 commits into from

Conversation

trygve-lie
Copy link
Owner

No description provided.

Trygve Lie and others added 7 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.
feat: Support full import map mapping
# [3.0.0-next.1](v2.1.0...v3.0.0-next.1) (2022-06-13)

### Bug Fixes

* Lint love ([1b5efdd](1b5efdd))

### Features

* Support full import map mapping ([50c021d](50c021d))

### BREAKING CHANGES

* 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.
BREAKING CHANGE: The first argument to the `.load()` method now takes a base URL which the import map parser will use when parsing.
feat: Make first argument to .load() the base URL
# [3.0.0-next.2](v3.0.0-next.1...v3.0.0-next.2) (2022-06-15)

### Features

* Make first argument to .load() the base URL ([789ead3](789ead3))

### BREAKING CHANGES

* The first argument to the `.load()` method now takes a base URL which the import map parser will use when parsing.
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.

2 participants