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
It's really a small thing, but given that var has no legitimate use in coffeescript, it would be nice to be able to use it as a variable name instead of giving a syntax error. CS could map it to _var (with a unique suffix if that is also used)
It's really a small thing, but given that
varhas no legitimate use in coffeescript, it would be nice to be able to use it as a variable name instead of giving a syntax error. CS could map it to _var (with a unique suffix if that is also used)