feat: inline import maps + stacked plugin support#47
Merged
lucacasonato merged 1 commit intomainfrom Mar 13, 2023
Merged
Conversation
This commit splits the loader plugin into two - the sync resolver, and the loader. This allows inserting other esbuild plugins between these two. Additionally a `configPath` option has been added which can be used to specify a deno.json file that can have an inline import map, or can have a referenced import map that will be loaded.
ae3d40c to
7ae0dd5
Compare
Closed
|
The commit still uses version 0.6.0 in the import path. Is it already planned when the next version with support for stacked plugins will be released? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This commit splits the loader plugin into two - the sync resolver, and
the loader. This allows inserting other esbuild plugins between these
two.
Additionally a
configPathoption has been added which can be used tospecify a deno.json file that can have an inline import map, or can have
a referenced import map that will be loaded.
Closes #45
Closes #32
Closes #24