You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Integrate changes from upstream getsentry/rust-sourcemap v9.3.0 release:
- Update CHANGELOG.md with upstream changes
- Merge improvements to decoder, encoder, and type definitions
- Update test suite with upstream enhancements
Conflicts resolved by keeping swc-project fork modifications:
- Cargo.toml: Maintain package name as 'swc_sourcemap' and current version
- src/sourceview.rs: Keep BytesStr-based implementation
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,19 @@
1
1
# Changelog
2
2
3
+
## 9.3.0
4
+
5
+
### New Features ✨
6
+
7
+
- feat(debugId): Serialize source maps with `debugId`, not `debug_id` by @szokeasaurusrex in [#134](https://github.com/getsentry/rust-sourcemap/pull/134)
8
+
9
+
### Build / dependencies / internal 🔧
10
+
11
+
- chore: Fix 1.88.0 clippy lints by @loewenheim in [#130](https://github.com/getsentry/rust-sourcemap/pull/130)
12
+
13
+
### Other
14
+
15
+
- Store SourceView linecache as offsets rather than pointers by @coolreader18 in [#133](https://github.com/getsentry/rust-sourcemap/pull/133)
0 commit comments