I was a bit worried because I discovered quite lat...
# devlog-together
t
I was a bit worried because I discovered quite late in the day that my decompiler/compiler pair was stripping comments. Urgh, of course, 'cos its AST based. Luckily, escodegen and acorn do have comment preserving features, and Observable's acorn wrapper passes on arguments in a way that means I could get comments round tripping too 😅 Close call, programming without comments would be a fairly substantial deficiency.
image.png
One substantial deficiency I cannot get around is that you have no code layout control! But I don't mind forced code formatters and the escodegen format is quite like prettifier anyway.