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

BREAKING: remove support for remote import maps in deno.json #25836

Conversation

dsherret
Copy link
Member

@dsherret dsherret commented Sep 23, 2024

This is for security reasons for the time being for Deno 2. Details to follow post Deno 2.0 release.

Remote import maps seem incredibly rare (only 2 usages on GitHub from what I can tell), so we'll add this back with more permissions if there's enough demand for it: https://github.com/search?type=code&q=%2F%22importMap%22%3A+%22http%2F

In the meantime, use the --import-map flag and "deno.importMap" config in the LSP for remote import maps.

@dsherret dsherret added this to the 2.0.0 milestone Sep 23, 2024
@dsherret dsherret enabled auto-merge (squash) September 23, 2024 18:40
@dsherret dsherret merged commit e1c8d27 into denoland:main Sep 23, 2024
17 checks passed
@dsherret dsherret deleted the breaking_remove_support_remote_import_maps_config branch September 24, 2024 13:29
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.

2 participants