Node types that does not require semicolon insertion
Type: array
protected $noSemicolon = array( "ClassDeclaration", "ExportDefaultDeclaration", "ForInStatement", "ForOfStatement", "ForStatement", "FunctionDeclaration", "IfStatement", "LabeledStatement", "StaticBlock", "SwitchStatement", "TryStatement", "WhileStatement", "WithStatement", "MethodDefinition", );