mirror of
https://github.com/swc-project/swc.git
synced 2024-12-24 14:16:12 +03:00
FIx
This commit is contained in:
parent
27cd169522
commit
b6a4d1548a
@ -476,7 +476,7 @@ pub enum TsTypeOperatorOp {
|
||||
pub struct TsIndexedAccessType {
|
||||
#[serde(default)]
|
||||
pub span: Span,
|
||||
$[serde(rename="objectType")]
|
||||
#[serde(rename="objectType")]
|
||||
pub obj_type: Box<TsType>,
|
||||
pub index_type: Box<TsType>,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user