You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 19, 2018. It is now read-only.
This code gives a parse error without the class-properties-transform plugin, and is parsed as a class containing a single method x with it. Neither is correct; it's valid syntax for a class with a getter (not method) for 'x'.
The text was updated successfully, but these errors were encountered:
Input code
Description
This code gives a parse error without the class-properties-transform plugin, and is parsed as a class containing a single method
x
with it. Neither is correct; it's valid syntax for a class with a getter (not method) for 'x'.The text was updated successfully, but these errors were encountered: