Skip to content

Commit

Permalink
Fix TSImportType
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Mar 4, 2024
1 parent 8872e2f commit 1ab22a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/oxc_ast/src/ast/ts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -838,6 +838,7 @@ pub enum TSTypeQueryExprName<'a> {
TSImportType(TSImportType<'a>),
}

#[ast_node]
#[derive(Debug, Hash)]
#[cfg_attr(feature = "serde", derive(Serialize), serde(tag = "type", rename_all = "camelCase"))]
#[cfg_attr(all(feature = "serde", feature = "wasm"), derive(tsify::Tsify))]
Expand Down

0 comments on commit 1ab22a7

Please sign in to comment.