Use right side verbatim for ES6 class setter.
This commit is contained in:
@@ -48,7 +48,7 @@ ReplaceSupers.prototype.setSuperProperty = function (property, value, isStatic,
|
||||
]
|
||||
),
|
||||
isComputed ? property : t.literal(property.name),
|
||||
t.identifier(value.name),
|
||||
value,
|
||||
thisExpression
|
||||
]
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user