Brian Donovan

Results 80 comments of Brian Donovan

Leaving a note with the exploration I did. It looks like the `getPatchedSource` that `DoOpPatcher` does for the default param value only gets `b.c : undefined` instead of the full...

Simpler [reproduction](https://decaffeinate-project.org/repl/#?useCS2=false&useJSModules=false&loose=false&optionalChaining=false&evaluate=true&stage=full&code=new%20Object().toString()%5B0%5D): ```coffee new Object().toString()[0] ```

Nice, @madskonradsen! I like the concept.

This issue is a bit stale, but if you have a suggestion please share it.

This is great stuff. A few notes: > We could also do a better job of picking the variable name from the expression. I wrote [expression-namer](https://github.com/eventualbuddha/expression-namer) for exactly that a...

I haven't contributed much recently for a few reasons: - my personal life has been rather busy lately - I've been sick (just a cold for the last week) -...

@jhpratt decaffeinate really isn't intended to be used as a CoffeeScript compiler in the sense that you write and maintain CoffeeScript code and use it to convert to JavaScript for...

Thanks for reporting this. This is a bug in decaffeinate-parser where it assumes that `Parens` nodes always have non-comment expressions in the body. This is an example where that's not...

Looks like decaffeinate needs to place the parentheses for the `map` call alongside the `}` rather than on its own line.

I'm running into what might be the same thing when trying to debug a test with a backtick in the name: ``` ❯ cd /Users/donovan/src/public/coffee-lex ; env "CI=vscode-jest-tests" /Users/donovan/bin/node --inspect-brk=49907...