Make Property ES6+ compliant

master
Yury Kurlykov 2020-04-28 16:51:14 +10:00
parent 74d53ddf34
commit 245bae4175
Signed by: t1meshift
GPG Key ID: B133F3167ABF94D8
1 changed files with 1 additions and 1 deletions

View File

@ -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,