Skip to content

feat: inline import maps + stacked plugin support#47

Merged
lucacasonato merged 1 commit intomainfrom
big_refactor
Mar 13, 2023
Merged

feat: inline import maps + stacked plugin support#47
lucacasonato merged 1 commit intomainfrom
big_refactor

Conversation

@lucacasonato
Copy link
Copy Markdown
Owner

@lucacasonato lucacasonato commented Mar 13, 2023

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.

Closes #45
Closes #32
Closes #24

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.
@lucacasonato lucacasonato merged commit a51bece into main Mar 13, 2023
@lucacasonato lucacasonato deleted the big_refactor branch March 13, 2023 18:41
@jsejcksn jsejcksn mentioned this pull request Mar 15, 2023
@milotheirself
Copy link
Copy Markdown

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?

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.

[feature request] Add support for imports in Deno config Option to filter out protocols Adding a custom file extension

2 participants