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 change: Don't try to prepend https to module specifiers #3451

Merged
merged 1 commit into from
Nov 10, 2023

Commits on Nov 9, 2023

  1. breaking change: Don't try to prepend https to module specifiers

    This has been deprecated for years and never really made much sense, but
    made a bunch of the error messages way more convoluted.
    
    Closes #3287
    
    This also fixes tc39 tests and some archive ones that were depending on
    this functionality.
    
    AFAIK all of those tests should've not been written the way they were to
    begin with - they just happened to work due to the previous behaviour.
    mstoykov committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    d5dc437 View commit details
    Browse the repository at this point in the history