coffee-to-ts
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"
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"
Seems to be caused by prefix "_" in class method names, removing them before conversion fixed it for me.