mirror of https://github.com/t1meshift/js.git
Make Property ES6+ compliant
parent
74d53ddf34
commit
245bae4175
|
@ -1029,7 +1029,7 @@ class Property(Node):
|
|||
def __init__(
|
||||
self,
|
||||
loc: Optional[SourceLocation],
|
||||
key: Union[Literal, Identifier],
|
||||
key: Expression,
|
||||
value: Expression,
|
||||
kind: PropKind,
|
||||
method: bool,
|
||||
|
|
Loading…
Reference in New Issue