estree v2.7.0 ESTree.MemberExpression View Source

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %ESTree.MemberExpression{
  computed: boolean(),
  loc: ESTree.SourceLocation.t() | nil,
  object: ESTree.Expression.t() | ESTree.Super.t(),
  property: ESTree.Identifier.t() | ESTree.Expression.t(),
  type: binary()
}