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

recognize when //# sourceMappingURL is percent-encoded #1330

Merged
merged 7 commits into from
May 23, 2021

Commits on May 22, 2021

  1. Configuration menu
    Copy the full SHA
    ea97eae View commit details
    Browse the repository at this point in the history
  2. lint-fix

    cspotcode committed May 22, 2021
    Configuration menu
    Copy the full SHA
    6fd11c8 View commit details
    Browse the repository at this point in the history
  3. dedupe const value

    cspotcode committed May 22, 2021
    Configuration menu
    Copy the full SHA
    9ef8c0e View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/main' into ab/handle-percent-enc…

    …oded-sourcemappingurls
    cspotcode committed May 22, 2021
    Configuration menu
    Copy the full SHA
    73e9fc9 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2021

  1. fix

    cspotcode committed May 23, 2021
    Configuration menu
    Copy the full SHA
    f66316f View commit details
    Browse the repository at this point in the history
  2. use encodeURI instead of url.format because it seems closer to what T…

    …S does; it percent-encodes the square brackets in [eval].ts
    cspotcode committed May 23, 2021
    Configuration menu
    Copy the full SHA
    c837b75 View commit details
    Browse the repository at this point in the history
  3. remove unused import

    cspotcode committed May 23, 2021
    Configuration menu
    Copy the full SHA
    e813ef7 View commit details
    Browse the repository at this point in the history