Skip to content

Commit

Permalink
ref(injection): Rebuild fixup_js_file on top of magic-string and …
Browse files Browse the repository at this point in the history
…sourcemap composition (#1693)

Co-authored-by: Kamil Ogórek <kamil.ogorek@gmail.com>
  • Loading branch information
loewenheim and kamilogorek committed Aug 3, 2023
1 parent cf6f451 commit e09295f
Show file tree
Hide file tree
Showing 42 changed files with 414 additions and 359 deletions.
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
Original file line number Diff line number Diff line change
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.

Loading

0 comments on commit e09295f

Please sign in to comment.