6 ms·
> Which is exactly what the fat arrow does in Coffeescript. Except when there's a regression in the compiler, and then it doesn't. https://github.com/jashkena
by mjijackson 15y ago
> Which is exactly what the fat arrow does in Coffeescript.
Except when there's a regression in the compiler, and then it doesn't.
https://github.com/jashkenas/coffee-script/issues/1842 https://github.com/jashkenas/coffee-script/issues/1842
It's all good though, because "Pull requests are always welcome." :P
- cheald 15y agoHah, touche. Okay, I'll clarify - $.proxy and => are functionally equivalent in my locally installed version of Coffeescript. :P
- jashkenas 15y agoYes -- that needs to be fixed pronto, and a 1.1.4 release cut -- which should include both that patch and a fix for Node 0.6's inconsistent "fs.watch" behavior.
- jashkenas 15y agoThat regression is now fixed here: https://github.com/jashkenas/coffee-script/issues/1842#commits-ref-85286b8 https://github.com/jashkenas/coffee-script/issues/1842#commi...