estree v2.4.2 ESTree.AssignmentExpression
Summary
Types
t :: %ESTree.AssignmentExpression{left: ESTree.Pattern.t, loc: ESTree.SourceLocation.t | nil, operator: ESTree.assignment_operator, right: ESTree.Expression.t, type: binary}
t :: %ESTree.AssignmentExpression{left: ESTree.Pattern.t, loc: ESTree.SourceLocation.t | nil, operator: ESTree.assignment_operator, right: ESTree.Expression.t, type: binary}