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: JSON modules no longer experimental #27752

Closed

Commits on May 22, 2019

  1. esm: remove experimental status from JSON modules

    The HTML spec has officially landed JSON Modules and as such I think
    we can move them out of the "experimental" status. They will still
    be behind the `--experimental-modules` flag until the entire esm
    implementation moves out of experimental.
    
    Refs: https://html.spec.whatwg.org/#creating-a-json-module-script
    MylesBorins committed May 22, 2019
    Configuration menu
    Copy the full SHA
    ec8776d View commit details
    Browse the repository at this point in the history