ESTree.FunctionDeclaration

Source

Types

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