TypeError: unknown: Property key of ClassMethod expected node to be of a type ["Identifier","StringLiteral","NumericLiteral"] but instead got "ScopeModifiedIdentifier"
Opened this issue · 1 comments
retorquere commented
On trying to convert this, I'm getting
TypeError: unknown: Property key of ClassMethod expected node to be of a type ["Identifier","StringLiteral","NumericLiteral"] but instead got "ScopeModifiedIdentifier"
mhzed commented
Seems to be caused by prefix "_" in class method names, removing them before conversion fixed it for me.