type

CodePrinter

mixin CodePrinter

Pretty print transpiled source code

methods

indent

Indent next lines

m

Class state

nl

Print newline

sp

Print space

unindent

Unindent next lines

w

Print object - must never include newline, use` nl`

Slot Details

indent

This indent()

Indent next lines

m

abstract CodePrinterState m()

Class state

nl

This nl()

Print newline

sp

This sp()

Print space

unindent

This unindent()

Unindent next lines

w

This w(Obj o)

Print object - must never include newline, use` nl`