Skip to content

Commit 7c1ff78

Browse files
authored
chore(deps): oxc_sourcemap v4.0.4 (#12683)
1 parent 2aa65b9 commit 7c1ff78

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

Cargo.lock

Lines changed: 6 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/oxc_codegen/src/sourcemap_builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ mod test {
547547
// The name `b` -> `c`, save `b` to token.
548548
assert_eq!(
549549
sm.get_source_view_token(1_u32).as_ref().and_then(|token| token.get_name()),
550-
Some("b")
550+
Some(&"b".into())
551551
);
552552
}
553553

0 commit comments

Comments
 (0)