File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[package ]
22name = " swc_sourcemap"
3- version = " 9.3.0 "
3+ version = " 9.3.1 "
44authors = [" Sentry <hello@sentry.io>" , " swc-project <https://swc.rs>" ]
55keywords = [" javascript" , " sourcemap" , " sourcemaps" ]
66description = " Forked from https://github.com/getsentry/rust-sourcemap"
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ pub struct RawSourceMap<'a> {
2424 pub ( crate ) version : Option < u32 > ,
2525 #[ serde( default , borrow, skip_serializing_if = "Option::is_none" ) ]
2626 pub ( crate ) file : Option < MaybeRawValue < ' a , Str > > ,
27- #[ serde( borrow, skip_serializing_if = "MaybeRawValue::is_empty" ) ]
27+ #[ serde( borrow) ]
2828 pub ( crate ) sources : MaybeRawValue < ' a , Vec < StrValue < ' a > > > ,
2929 #[ serde( default , borrow, skip_serializing_if = "Option::is_none" ) ]
3030 pub ( crate ) source_root : Option < StrValue < ' a > > ,
You can’t perform that action at this time.
0 commit comments