PugState
constructor(indentUnit: Int = 2, javaScriptLine: Boolean = false, javaScriptLineExcludesColon: Boolean = false, javaScriptArguments: Boolean = false, javaScriptArgumentsDepth: Int = 0, isInterpolating: Boolean = false, interpolationNesting: Int = 0, jsState: Any? = null, restOfLine: String = "", isIncludeFiltered: Boolean = false, isEach: Boolean = false, lastTag: String = "", isAttrs: Boolean = false, attrsNest: MutableList<Char> = mutableListOf(), inAttributeName: Boolean = true, attributeIsType: Boolean = false, attrValue: String = "", indentOf: Int = Int.MAX_VALUE, indentToken: String = "", mixinCallAfter: Boolean = false)