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
Unhappily enough, comments are the single language feature that is the most difficult to parse in CoffeeScript, largely because they can appear in almost any location within the syntax tree. If anyone can come up with a better scheme for handling them ... it would greatly benefit the codebase.
Here's an odd edge case: The following pointless but well-documented piece of code compiles just fine
as does this
but this won't parse:
The text was updated successfully, but these errors were encountered: