coffee-to-ts icon indicating copy to clipboard operation
coffee-to-ts copied to clipboard

TypeError: unknown: Property key of ClassMethod expected node to be of a type ["Identifier","StringLiteral","NumericLiteral"] but instead got "ScopeModifiedIdentifier"

Open retorquere opened this issue 6 years ago • 1 comments

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"

retorquere avatar Sep 24 '17 17:09 retorquere

Seems to be caused by prefix "_" in class method names, removing them before conversion fixed it for me.

mhzed avatar Dec 09 '17 05:12 mhzed