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

esm: drop support for import assertions #52104

Merged
merged 2 commits into from
Apr 19, 2024

Commits on Mar 16, 2024

  1. esm: drop support for import assertions

    This patch removes support for the `assert` keyword
    for import attributes. It was an old variant of the
    proposal that was only shipped in V8 and no other
    engine, and that has then been replaced by the `with`
    keyword.
    
    Chrome is planning to remove support for `assert`
    in version 126, which will be released in June.
    
    Node.js already supports the `with` keyword for
    import attributes, and this patch does not change that.
    nicolo-ribaudo committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    4c227bd View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. empty commit

    nicolo-ribaudo committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    8c98666 View commit details
    Browse the repository at this point in the history