JazzleWare / jazzle

An Innovative, Fast Transpiler for ECMAScript 2015 and later
Other
65 stars 2 forks source link

streamline the way emitter handles writes #3

Open icefapper opened 7 years ago

icefapper commented 7 years ago

breaking spaces, optional spaces, line breaks, write guards, raw writes, controlled writes, and (the currently-not-autonomously-implemented line-wrap) can (and must) have a much simpler implementation. They currently look like solutions that have been spit-stuck over previous spit-stuck ones.