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 SDoc
s:
- The
SDoc
rendering is improved from previously, which usedlayLeft
for code size. Now, because we only useSDoc
s for debug rendering, the code is readably intended - The
HLine
andSDoc
rendering only differs by whitespace - controlled by theJsRender
class.