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

Make import maps unstable #4934

Merged
merged 1 commit into from
Apr 27, 2020

Conversation

lucacasonato
Copy link
Member

@lucacasonato lucacasonato commented Apr 27, 2020

I couldn't use State::check_unstable, because I need to check before I have a State instance to work with (inside State::new because I need to check before import map loading which occurs in State::new).

Fixes #4931

api_name
);
std::process::exit(70);
}
Copy link
Member

Choose a reason for hiding this comment

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

Nice - thanks!

@bartlomieju bartlomieju merged commit e6f70c7 into denoland:master Apr 27, 2020
SASUKE40 pushed a commit to SASUKE40/deno that referenced this pull request May 7, 2020
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.

discussion: Import maps should be an unstable feature
3 participants