Benjamin Lupton

Results 435 comments of Benjamin Lupton

I've setup a repo here as well with a comparison between CoffeeScript and ES6: https://github.com/balupton/coffeescript-to-es6/blob/master/README.md

> From what I understand, both CoffeeScriptRedux and Babel generate code from a SpiderMonkey AST. Babel uses Acorn instead of Esprima which is why it's esnext support is way higher.

Converting the example code on the task class from js to coffeescript fixed it

More specifically, here is the diff output of one of the files: ``` diff diff --git a/docs/HISTORY.md.html b/docs/HISTORY.md.html index 6518fe6..0fdb767 100644 --- a/docs/HISTORY.md.html +++ b/docs/HISTORY.md.html @@ -1079,7 +1079,7 @@ Generated...

Personally, I don't see use in any of the generated time information. So the removal of any of it, is better than none of it for me.

"There are many implementations of AJAX pagination out there. There is only 1 right way. This is that way." It's a bit arrogant no? Using that terminology, one could say...

Sorry the late reply, for whatever reason (can't remember now) we ended up going with our own solution here: https://github.com/bevry/backbone-nesty All the best with the rewrite, hope this work still...

Would be lovely.