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
As per CoffeeScript's default behavior of evaluating statements, I was surprised to find that the following statements within a spread operator result in the CJSX error: SyntaxError: Unexpected end of input: unclosed CJSX_EL
It passes all existing tests and it should fix #62 and #39; however, I'm having some trouble with the assignment requirement outlined in this issue (#73).
It seems like the closing curly brace in structured assignment / Object creation isn't being output... I'm wondering if there's some code that might be de-duplicating curly braces that are back to back?
As per CoffeeScript's default behavior of evaluating statements, I was surprised to find that the following statements within a spread operator result in the CJSX error:
SyntaxError: Unexpected end of input: unclosed CJSX_EL
Expected output is for a structured assignment of
{ foo: foo }
and passing that result to the spread method.The text was updated successfully, but these errors were encountered: