Skip to content

Commit

Permalink
fix: struct for namedexport
Browse files Browse the repository at this point in the history
  • Loading branch information
ClarkXia committed Sep 18, 2023
1 parent 73db784 commit c19574b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/keep-export/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ impl Fold for KeepExportsExprs {
specifiers: Vec::new(),
src: None,
type_only: false,
asserts: None
with: Default::default(),
})));
}

Expand Down

0 comments on commit c19574b

Please sign in to comment.