JS: Convert rendering to use HLine instead of SDoc
This MR changes the JavaScript code rendering of rts.js and out.js to use the newer HLine system.
Additionally, a flag (-ddisable-js-minifier) is added which sets the code rendering back to use SDocs:
- The
SDocrendering is improved from previously, which usedlayLeftfor code size. Now, because we only useSDocs for debug rendering, the code is readably intended - The
HLineandSDocrendering only differs by whitespace - controlled by theJsRenderclass.
Edited by Josh Meredith