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

ref(injection): Rebuild fixup_js_file on top of magic-string and sourcemap composition #1693

Merged
merged 16 commits into from Aug 3, 2023
Merged
Show file tree
Hide file tree
Changes from 14 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
24 changes: 22 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Expand Up @@ -65,7 +65,7 @@ sentry = { version = "0.31.2", default-features = false, features = [
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.93"
sha1_smol = { version = "1.0.0", features = ["serde"] }
sourcemap = { version = "6.3.0", features = ["ram_bundle"] }
sourcemap = { version = "6.4.0", features = ["ram_bundle"] }
symbolic = { version = "12.1.5", features = ["debuginfo-serde", "il2cpp"] }
thiserror = "1.0.38"
url = "2.3.1"
Expand All @@ -75,6 +75,7 @@ walkdir = "2.3.2"
which = "4.4.0"
zip = "0.6.4"
data-encoding = "2.3.3"
magic_string = "0.3.4"

[dev-dependencies]
insta = { version = "1.26.0", features = ["redactions", "yaml"] }
Expand Down
256 changes: 144 additions & 112 deletions src/utils/sourcemaps.rs

Large diffs are not rendered by default.