estree v2.5.0 ESTree.FunctionDeclaration

Summary

Types

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