JsWriter.
Slots
- indentSource
-
JsWriter indent()
Increment the indentation.
- indentationSource
-
Int indentation := 0
- makeSource
-
new make(OutStream out)
Make for specified output stream
- minifySource
-
Write the minified content of the InSteam.
- needIndentSource
-
Bool needIndent := false
- nlSource
-
JsWriter nl()
Write newline and then return this.
- outSource
-
OutStream out
- unindentSource
-
JsWriter unindent()
Decrement the indentation.
- wSource
-
Write and then return this.