Michael Ficarra

Results 578 comments of Michael Ficarra

@epidemian: It's very useful, especially when you can easily write a script that fails when it detects the bug.

Huh, I still can't reproduce this on current `master`. ``` $ bin/coffee --js --cli 'a extends b' // Generated by CoffeeScript 2.0.0-beta3 extends$(a, b); function isOwn$(o, p) { return {}.hasOwnProperty.call(o,...

It's a bug. They're both bugs, since `throw` is a statement in JS. Also, @epidemian: you forgot `break` and `continue`.

@kevinmehall: Yep, I believe I was the one that added that support. **edit:** Never mind, it was Jeremy.

If we can do it the way I'm thinking, this should be pretty easy. Unfortunately, it'll probably be at least 2 weeks before I'll have the chance to try it...

@Nami-Doc: it it just the globbing in the Makefile that fails on Windows? Send over a pull request if it's simple. Let's continue this in #194.

I like this PR a lot. I am willing to merge it in. @ef4: Can you rebase?

Unnecessarily indented member accesses are not yet supported. This is a duplicate of some issue, but I can't find it right now.

Sure. I can start you off. It's going to require some fancy trickery here: https://github.com/michaelficarra/CoffeeScriptRedux/blob/a7448ea26e6887000d828af595e9c3b693fec4ef/src/grammar.pegjs#L594-L625

We should fix the accidentally missing `raw` field.