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

fix(compile): Support import maps #13756

Merged
merged 1 commit into from
Feb 24, 2022

Conversation

littledivy
Copy link
Member

Fixes #13748

@littledivy littledivy force-pushed the compile_import_maps branch 2 times, most recently from 0d27b55 to 858dd9f Compare February 24, 2022 09:53
Copy link
Member

@bartlomieju bartlomieju left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, good fix

@littledivy littledivy merged commit 03c55b4 into denoland:main Feb 24, 2022
@littledivy littledivy deleted the compile_import_maps branch February 24, 2022 13:28
dsherret pushed a commit to dsherret/deno that referenced this pull request Feb 24, 2022
dsherret pushed a commit that referenced this pull request Feb 24, 2022
@@ -423,6 +425,8 @@ async fn compile_command(
generic_error("There should only be one reference to ModuleGraph")
})?;

graph.valid().unwrap();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should not be a panic…

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yikes, good catch, you are right

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.

deno compile ignores --import-map in 1.19.0
3 participants