estree v2.7.0 ESTree.Property View Source
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %ESTree.Property{
computed: boolean(),
key: ESTree.Expression.t(),
kind: :init | :get | :set,
loc: ESTree.SourceLocation.t() | nil,
method: boolean(),
shorthand: boolean(),
type: binary(),
value: ESTree.Expression.t()
}
t() :: %ESTree.Property{ computed: boolean(), key: ESTree.Expression.t(), kind: :init | :get | :set, loc: ESTree.SourceLocation.t() | nil, method: boolean(), shorthand: boolean(), type: binary(), value: ESTree.Expression.t() }