Skip to content

Commit

Permalink
chore: update sourcemap 8.0.0 (#2788)
Browse files Browse the repository at this point in the history
  • Loading branch information
underfin committed Mar 22, 2024
1 parent 29d8a64 commit dc3f6e7
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 3 deletions.
45 changes: 43 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/oxc_codegen/Cargo.toml
Expand Up @@ -23,7 +23,7 @@ oxc_ast = { workspace = true }
oxc_span = { workspace = true }
oxc_allocator = { workspace = true }
oxc_syntax = { workspace = true }
sourcemap = { version = "7.1.1" }
sourcemap = { version = "8.0.0" }
bitflags = { workspace = true }
rustc-hash = { workspace = true }

Expand Down
1 change: 1 addition & 0 deletions crates/oxc_codegen/src/sourcemap_builder.rs
Expand Up @@ -74,6 +74,7 @@ impl SourcemapBuilder {
original_column,
Some(self.source_id),
name_id,
false,
);
self.last_position = Some(position);
}
Expand Down

0 comments on commit dc3f6e7

Please sign in to comment.