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