Expand description
Variable declarations.
Structs§
- Variable
Declaration - A variable declaration (
var x = 1, y;etc.). - Variable
Declarator - One declarator inside a variable declaration: a binding pattern with an optional initialiser.
Enums§
- Variable
Kind - Which keyword introduces a variable declaration.