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

Fix Scala.JS source map URIs #14243

Merged
merged 1 commit into from
Jan 10, 2022
Merged

Fix Scala.JS source map URIs #14243

merged 1 commit into from
Jan 10, 2022

Commits on Jan 10, 2022

  1. Fix Scala.JS source map URIs

    Dotty publishes release versions without a `v` in the tag, but the Scala.JS source map URI configuration is published with a `v` prefix. This causes incorrect source map URLs like: https://raw.githubusercontent.com/lampepfl/dotty/v3.1.0/library/src/scala/IArray.scala (this is in the current releases JAR).
    
    This commit fixes the source map URIs to no longer use the `v` prefix.
    hugo-vrijswijk committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    fed32b9 View commit details
    Browse the repository at this point in the history