mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
fix(ast): fix Serialization on ImportOrExportKind
This commit is contained in:
parent
1530b2695f
commit
722a1c4df2
1 changed files with 1 additions and 1 deletions
|
|
@ -911,7 +911,7 @@ pub struct TSInstantiationExpression<'a> {
|
|||
}
|
||||
|
||||
#[derive(Debug, Serialize, Clone, Copy, PartialEq, Eq, Hash)]
|
||||
#[serde(untagged, rename_all = "camelCase")]
|
||||
#[serde(rename_all = "camelCase")]
|
||||
pub enum ImportOrExportKind {
|
||||
Value,
|
||||
Type,
|
||||
|
|
|
|||
Loading…
Reference in a new issue