Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

async?: boolean
generator?: boolean

It is null when a function declaration is a part of the export default function statement

leadingComments?: Comment[]
loc?: null | SourceLocation
params: Pattern[]
range?: [number, number]
trailingComments?: Comment[]
type: "FunctionDeclaration"