estree v2.4.0 ESTree.MethodDefinition
Summary
Types
t :: %ESTree.MethodDefinition{computed: boolean, key: ESTree.Identifier.t, kind: :contructor | :method | :get | :set, loc: ESTree.SourceLocation.t | nil, static: boolean, type: binary, value: ESTree.FunctionExpression.t}