-
-
Notifications
You must be signed in to change notification settings - Fork 32
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: getsentry/rust-sourcemap
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: swc-project/swc-sourcemap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 12 commits
- 34 files changed
- 4 contributors
Commits on Jun 5, 2025
-
In case of most transforms (for ECMAScript), the original input source map is used only to adjust mappings, and other fields are kept intact. The _lazy_ variant source maps are source maps used only to call `adjust_mappings`. It does not deserialize everything. Instead, it only deserializes the fields required to calculate the new mappings. This is done in the name of the performance, and the justification for introducing a new type is at vercel/next.js#80177 (comment) <img width="881" alt="image" src="https://github.com/user-attachments/assets/7ca4b084-ba46-4384-ac25-fefeae0e2513" />
Configuration menu - View commit details
-
Copy full SHA for a3e5686 - Browse repository at this point
Copy the full SHA a3e5686View commit details -
fix: Fix serialization of source maps (#2)
I added some `skip_serializing_if` to `RawSourceMap`
Configuration menu - View commit details
-
Copy full SHA for 76a5863 - Browse repository at this point
Copy the full SHA 76a5863View commit details -
Configuration menu - View commit details
-
Copy full SHA for 804d663 - Browse repository at this point
Copy the full SHA 804d663View commit details
Commits on Jun 9, 2025
-
refactor: Use
BytesStrinstead ofArc<str>(#1)`BytesStr` is a more efficient variant of `Arc<str>` Since swc-project/swc#10580, SWC also uses it to store the source map strings
Configuration menu - View commit details
-
Copy full SHA for acd7bbb - Browse repository at this point
Copy the full SHA acd7bbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 62102ed - Browse repository at this point
Copy the full SHA 62102edView commit details
Commits on Jun 11, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 72e82b1 - Browse repository at this point
Copy the full SHA 72e82b1View commit details
Commits on Jul 23, 2025
-
chore: Fix 1.88.0 clippy lints (#5)
cherry pick #130 Co-authored-by: Sebastian Zivota <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6bc7ac9 - Browse repository at this point
Copy the full SHA 6bc7ac9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34efd0c - Browse repository at this point
Copy the full SHA 34efd0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 68cd09a - Browse repository at this point
Copy the full SHA 68cd09aView commit details
Commits on Aug 14, 2025
-
fix: Fix 1.89.0 clippy lints (#132) (#8)
cherry-pick #132 --------- Co-authored-by: Sebastian Zivota <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6dd8518 - Browse repository at this point
Copy the full SHA 6dd8518View commit details -
fix: Use correct id in
set_source_contents(#7)Caused invalid source content: <img width="2018" height="721" alt="image" src="https://github.com/user-attachments/assets/dca54abd-fec5-4f4e-88ac-67e2d255dbfd" />
Configuration menu - View commit details
-
Copy full SHA for c168b3d - Browse repository at this point
Copy the full SHA c168b3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 64fcb47 - Browse repository at this point
Copy the full SHA 64fcb47View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...main