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(common): Fix handling of input source maps #6561

Merged
merged 25 commits into from Dec 2, 2022
Merged

Commits on Dec 1, 2022

  1. Add .swcrc

    kdy1 committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    71d3cfc View commit details
    Browse the repository at this point in the history
  2. sourcemap

    kdy1 committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    1efa944 View commit details
    Browse the repository at this point in the history
  3. swcrc

    kdy1 committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    81537e8 View commit details
    Browse the repository at this point in the history
  4. Add a test

    kdy1 committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    c729d9c View commit details
    Browse the repository at this point in the history
  5. Update test refs

    kdy1 committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    6ecbec9 View commit details
    Browse the repository at this point in the history
  6. Not sure

    kdy1 committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    ff145a0 View commit details
    Browse the repository at this point in the history
  7. Add a test

    kdy1 committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    767c047 View commit details
    Browse the repository at this point in the history
  8. Fix base64 decode

    kdy1 committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    4d1873d View commit details
    Browse the repository at this point in the history
  9. Use Url

    kdy1 committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    ea276d9 View commit details
    Browse the repository at this point in the history
  10. Dep

    kdy1 committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    2ad8cc1 View commit details
    Browse the repository at this point in the history
  11. Fix import

    kdy1 committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    7ff08d4 View commit details
    Browse the repository at this point in the history
  12. fix

    kdy1 committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    c638250 View commit details
    Browse the repository at this point in the history
  13. Improve a bit

    kdy1 committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    d724867 View commit details
    Browse the repository at this point in the history
  14. Fix

    kdy1 committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    2b636f2 View commit details
    Browse the repository at this point in the history
  15. Update test refs

    kdy1 committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    f65e03b View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. Use lookup_token with filter

    kdy1 committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    87115e7 View commit details
    Browse the repository at this point in the history
  2. Make input source map better

    kdy1 committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    ad868d0 View commit details
    Browse the repository at this point in the history
  3. input.js

    kdy1 committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    d02f8a7 View commit details
    Browse the repository at this point in the history
  4. Fix input

    kdy1 committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    811d3a3 View commit details
    Browse the repository at this point in the history
  5. Update test ref

    kdy1 committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    e0ab2ad View commit details
    Browse the repository at this point in the history
  6. Revert "Use lookup_token with filter"

    This reverts commit 87115e7.
    kdy1 committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    5d5cdff View commit details
    Browse the repository at this point in the history
  7. Update test ref

    kdy1 committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    8ecee8d View commit details
    Browse the repository at this point in the history
  8. Update sourcemap tracing logic

    Fixes a few things:
    - Propagates the input's sourcesContent item
    - Propagates the input's original name, if found (else, uses our name)
    - Uses much faster lookup_token (instead of a full traversal, that would be sooo slow)
    jridgewell committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    9939ca0 View commit details
    Browse the repository at this point in the history
  9. clippy

    kdy1 committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    96f07c5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ddaabee View commit details
    Browse the repository at this point in the history