Conversation
edemaine
left a comment
There was a problem hiding this comment.
This old PR looks nice too. I recently ran into this issue when editing the CoffeeScript source, and wanting to write:
if (really_long_line
or another_long_line) and ...(because the or didn't fit on the first line). I think it'd be nice for this to be equivalent to
if (really_long_line or
another_long_line) and ...which this PR does.
|
This one is fine too, it just needs a rebase. |
|
I like this proposal, let me know if there is anything I can do to help. |
|
Hi guys, sorry I've been MIA on Coffeescript stuff, mostly been focusing on other things I merged Also the details of this PR are a bit fuzzy but I'd tend to trust my past self 😜 |
|
Run I put a note on the other version of this, is there a way to handle this without introducing a new rewriter pass? It feels like something that should be doable within the lexer. |
@GeoffreyBooth re-opening against
masterSee original PR: #5068