Skip to content

feat: deprecate import assertions #25281

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

Merged
merged 5 commits into from
Aug 29, 2024

Conversation

dsherret
Copy link
Member

This is for Deno 2.0.

Import assertions were deprecated as part of ECMAScript and were replaced with the import attribute standard https://github.com/tc39/proposal-import-attributes

Unfortunately this will affect some code in the wild. This was one of the rare cases when a proposal was downgraded after hitting Stage 3.

@bartlomieju bartlomieju added this to the 2.0.0-rc.0 milestone Aug 28, 2024
@dsherret dsherret requested a review from bartlomieju August 28, 2024 23:37
@dsherret dsherret enabled auto-merge (squash) August 29, 2024 00:13
@dsherret dsherret merged commit 2afbc1a into denoland:main Aug 29, 2024
17 checks passed
@bartlomieju bartlomieju deleted the feat_error_import_assertions branch August 29, 2024 01:31
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