JavaScriptState

class JavaScriptState(var tokenize: Int = 0, var stringQuote: String = "", var lastType: String = "sof", var indented: Int = 0, var lexical: JSLexical = JSLexical(-2, 0, "block"), var fatArrowAt: Int? = null)

Constructors

Link copied to clipboard
constructor(tokenize: Int = 0, stringQuote: String = "", lastType: String = "sof", indented: Int = 0, lexical: JSLexical = JSLexical(-2, 0, "block"), fatArrowAt: Int? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard