David Bonnet
David Bonnet
Still no support of `super`?
…or this, which is [faster](http://jsperf.com/call-apply-segu): `Foo::bla.call @, message`. Perhaps, the reason why it is called CoffeeScript _Redux_ is that it is missing some of the features… :) Yet omitting `super`...
@GervinFung Thanks for this suggestion. Are there any files that shouldn't be in the package?
Right, `.eslintrc.json` shouldn't be there.
Thanks @wooorm for sending this, it looks great! Adding inline comments about what a node does is also a great idea. The reason behind template-based tests is to avoid malformed...
Just a quick note to mention that I haven't forgotten this PR.
Thanks @mamaniv for suggesting this change. It's going in the right direction, however I'm afraid that the performance impact of `filter` calls with inline functions will be huge. An alternative...
Hi @mamaniv, thanks for reporting this. The formatting of comments intentionally puts trailing comments on top due to a personal preference. However, I can see how this is confusing and...
The suggested change is incomplete though. IMHO, it would be more practical to transform the AST using a tool like [`astravel`](https://github.com/davidbonnet/astravel) which would remove unknown nodes prior rendering them to...
Agreed, this feature is the next milestone on the roadmap.