Home Reference Source Repository
import {FunctionExpression} from 'esast/src/ast.js'
public class | source

FunctionExpression

Extends:

NodeFunctionAbstractFunctionNonArrow → FunctionExpression

Function in expression position.

Inherited Summary

From class Node
public get

type: *

For compatibility with other AST representations, all Node instances have a 'type' property that is the name of that type.
public

toJSON(): *

Convert to JSON.
public

toString(): *

From class FunctionNonArrow
public
public
public
public