-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make import maps registration priorities and error events in-order
Previously, import maps were processed when they are fetched, and therefore the priority of import maps and order of error events was nondeterministic. This commit introduces a mechanism to process import maps in the order of "prepare a script", and thus fixes #114. To do so, it expands the general integration of import maps with "prepare a script" to make them more symmetrical to module and classic scripts in that regard.
- Loading branch information
1 parent
d714af0
commit 3c36105
Showing
1 changed file
with
105 additions
and
35 deletions.
There are no files selected for viewing
This file contains 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