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__(
|
def __init__(
|
||||||
self,
|
self,
|
||||||
loc: Optional[SourceLocation],
|
loc: Optional[SourceLocation],
|
||||||
key: Union[Literal, Identifier],
|
key: Expression,
|
||||||
value: Expression,
|
value: Expression,
|
||||||
kind: PropKind,
|
kind: PropKind,
|
||||||
method: bool,
|
method: bool,
|
||||||
|
|
Loading…
Reference in New Issue