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

feat!: Support URI encoded source maps #75

Merged
merged 10 commits into from Oct 15, 2022

Commits on Oct 10, 2022

  1. fix: Support uri encoded source maps

    * Export a new regex compliant with RFC 2397.
    * Recognise comments without base64 encoding.
    * Add methods to convert from and to uri encoded strings.
    prantlf authored and phated committed Oct 10, 2022
    Copy the full SHA
    73379c5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4e8a67b View commit details
    Browse the repository at this point in the history
  3. cleanup readme

    phated committed Oct 10, 2022
    Copy the full SHA
    26a71eb View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. Apply suggestions from code review

    Co-authored-by: Thorsten Lorenz <thlorenz10@gmail.com>
    phated and thlorenz committed Oct 14, 2022
    Copy the full SHA
    208e1ab View commit details
    Browse the repository at this point in the history
  2. reduce diff

    phated committed Oct 14, 2022
    Copy the full SHA
    10f2a99 View commit details
    Browse the repository at this point in the history
  3. more diff reduction

    phated committed Oct 14, 2022
    Copy the full SHA
    cc55ab3 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    7455ce4 View commit details
    Browse the repository at this point in the history
  5. cleanup decode test stuff

    phated committed Oct 14, 2022
    Copy the full SHA
    99b8cd2 View commit details
    Browse the repository at this point in the history
  6. one last diff cleanup

    phated committed Oct 14, 2022
    Copy the full SHA
    9c396c1 View commit details
    Browse the repository at this point in the history
  7. unbreak the test

    phated committed Oct 14, 2022
    Copy the full SHA
    7bcc891 View commit details
    Browse the repository at this point in the history