estree v2.4.2 ESTree.Property
Summary
Types
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}