ESTree.Property

Summary

Types

t :: %ESTree.Property{type: binary, loc: ESTree.SourceLocation.t | nil, key: ESTree.Expression.t, value: ESTree.Expression.t, kind: :init | :get | :set, method: boolean, shorthand: boolean, computed: boolean}