-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
coffeescript compatibility #5
Comments
These may very well be related to CoffeeScriptRedux rather than EmberScript. One of CSR's aims is to iron out any of the corner case language quirks of the original CS compiler, and these changes might be the result of it. That said, I am surprised that your |
Thanks @machty, I'll give CSR a try, and possibly move this issue over there. |
Found the first issue at michaelficarra/CoffeeScriptRedux#45 and michaelficarra/CoffeeScriptRedux#153 |
The other one is a new issue, opened at michaelficarra/CoffeeScriptRedux#189. Closing and my apologies, I didn't realize this would be related to general issues from CSR - I thought it would be 100% backwards compatible. |
Does
ember-script
preserve the full set of coffeescript syntax?I tried it today and the compiler caught a couple of unexpected errors (all compiling fine in
coffee-script
:An explicit bracket resolves the above:
Again an explicit bracket resolves it:
The text was updated successfully, but these errors were encountered: