estree v2.7.0 ESTree.MethodDefinition View Source
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t()
View Source
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()
}
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() }