Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Jul 31, 2024
1 parent 52de208 commit 839a1bb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions wasm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,7 @@ impl TryFrom<ImportMapJsInput> for ImportMapInput {
#[derive(serde::Serialize, Debug)]
pub struct SerializableBundleEmit {
pub code: String,
#[cfg_attr(
feature = "serialization",
serde(rename = "map", skip_serializing_if = "Option::is_none")
)]
#[serde(rename = "map", skip_serializing_if = "Option::is_none")]
pub maybe_map: Option<String>,
}

Expand Down

0 comments on commit 839a1bb

Please sign in to comment.