Expand description
Declaration nodes
Re-exports§
pub use self::arrow_function_decl::ArrowFunctionDecl;pub use self::async_function_decl::AsyncFunctionDecl;pub use self::async_function_expr::AsyncFunctionExpr;pub use self::function_decl::FunctionDecl;pub use self::function_expr::FunctionExpr;
Modules§
- arrow_
function_ decl - async_
function_ decl - Async Function Declaration.
- async_
function_ expr - Async Function Expression.
- function_
decl - function_
expr
Structs§
- Declaration
Pattern Array - DeclarationPatternArray represents an array binding pattern.
- Declaration
Pattern Object - DeclarationPatternObject represents an object binding pattern.
Enums§
- Binding
Pattern Type Array - BindingPatternTypeArray represents the different types of bindings that an array binding pattern may contain.
- Binding
Pattern Type Object - BindingPatternTypeObject represents the different types of bindings that an object binding pattern may contain.
- Declaration
- Declaration represents either an individual binding or a binding pattern.
- Declaration
List - Declaration
Pattern - DeclarationPattern represents an object or array binding pattern.