class compilerJs::JsWriter
sys::Obj compilerJs::JsWriter
JsWriter.
- indent
-
JsWriter indent()Increment the indentation.
- indentation
-
Int indentation := 0 - make
-
new make(OutStream out)Make for specified output stream
- minify
-
Write the minified content of the InSteam.
- needIndent
-
Bool needIndent := false - nl
-
JsWriter nl()Write newline and then return this.
- out
-
OutStream out - unindent
-
JsWriter unindent()Decrement the indentation.
- w
-
Write and then return this.