[refactoring] update ast structure of "ArrayDimFetch" and "ArrayItem" nodes
This commit is contained in:
@@ -620,11 +620,6 @@ func (v *Dump) ExprArrayItem(n *ast.ExprArrayItem) {
|
||||
v.printIndentIfNotSingle(v.indent - 1)
|
||||
v.print("&ast.ExprArrayItem{\n")
|
||||
v.printNode(n.GetNode())
|
||||
|
||||
if n.Unpack {
|
||||
v.printIndent(v.indent)
|
||||
v.print("Unpack: true,\n")
|
||||
}
|
||||
}
|
||||
|
||||
func (v *Dump) ExprArrowFunction(n *ast.ExprArrowFunction) {
|
||||
|
||||
Reference in New Issue
Block a user