estree v2.7.0 ESTree.ArrowFunctionExpression View Source
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %ESTree.ArrowFunctionExpression{
async: boolean(),
body: ESTree.BlockStatement.t() | ESTree.Expression.t(),
defaults: [ESTree.Expression.t()],
expression: boolean(),
generator: boolean(),
loc: ESTree.SourceLocation.t() | nil,
params: [ESTree.Pattern.t()],
rest: ESTree.Identifier.t() | nil,
type: binary()
}
t() :: %ESTree.ArrowFunctionExpression{ async: boolean(), body: ESTree.BlockStatement.t() | ESTree.Expression.t(), defaults: [ESTree.Expression.t()], expression: boolean(), generator: boolean(), loc: ESTree.SourceLocation.t() | nil, params: [ESTree.Pattern.t()], rest: ESTree.Identifier.t() | nil, type: binary() }