estree v2.7.0 ESTree.FunctionExpression View Source

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %ESTree.FunctionExpression{
  async: boolean(),
  body: ESTree.BlockStatement.t(),
  defaults: [ESTree.Expression.t()],
  expression: boolean(),
  generator: boolean(),
  loc: ESTree.SourceLocation.t() | nil,
  params: [ESTree.Pattern.t()],
  type: binary()
}