ETHproductions / japt

Japt 1.4.5, the other JavaScript golfing language
http://ethproductions.github.io/japt
74 stars 10 forks source link

Line Breaks in Transpiled Code #54

Closed PeterShaggyNoble closed 5 years ago

PeterShaggyNoble commented 5 years ago

The transpiled code is a great tool for helping debug a programme but, for some reason, I often struggle to find the section I want when writing multi-line programmes.

Would it be possible to have the transpiled code preserve the line breaks in a programme? I'm assuming the fact that it doesn't is a holdover from the days before Japt could handle multiple lines and that it's a simple "fix"?

ETHproductions commented 5 years ago

Yeah, should be a quick change, I'll see what I can do.

PeterShaggyNoble commented 5 years ago

Thanks. That's going to be a big help.