feat: Add AST nodes for the var and const declarations #29
Annotations
7 errors and 1 warning
|
|
|
internal/ast/variable_declaration.go#L22
exported: exported method VariableDeclaration.Position should have comment or be unexported (revive)
|
|
internal/ast/variable_declaration.go#L14
exported: exported method VariableDeclaration.Expr should have comment or be unexported (revive)
|
|
internal/ast/variable_declaration.go#L7
exported: exported type VariableDeclaration should have comment or be unexported (revive)
|
|
internal/ast/constant_declaration.go#L22
exported: exported method ConstantDeclaration.Position should have comment or be unexported (revive)
|
|
internal/ast/constant_declaration.go#L14
exported: exported method ConstantDeclaration.Expr should have comment or be unexported (revive)
|
|
internal/ast/constant_declaration.go#L7
exported: exported type ConstantDeclaration should have comment or be unexported (revive)
|
|
|
The logs for this run have expired and are no longer available.
Loading