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
There is a variable in my code called package, it would be great if I would be allowed to write this in coffescript. Compilation could then rename this to something thats not reserved.
Any thoughts?
The text was updated successfully, but these errors were encountered:
Duplicate of #1452, which was closed with this comment:
It breaks API compatibility with JavaScript: JS cannot reference a variable, or call a function, by the same name that CoffeeScript identifies it with. You would never want to write a library that took advantage of this feature.
Hi!
There is a variable in my code called package, it would be great if I would be allowed to write this in coffescript. Compilation could then rename this to something thats not reserved.
Any thoughts?
The text was updated successfully, but these errors were encountered: