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
Fixes#882
We need to put a `+` unary op at the front to avoid string concatenation when
adding `1`. Also add a space after the `+` when it would otherwise create `++`.
decaffeinate is producing the wrong JavaScript based on my CoffeeScript input:
(repl)
I get this output:
Here's what I expect it to be instead:
Otherwise, it takes the range from '1' to '31'.
The text was updated successfully, but these errors were encountered: