feat: Add AST nodes for the var and const declarations #29
Annotations
7 errors and 1 warning
|
Build and Lint
issues found
|
|
Build and Lint:
internal/ast/variable_declaration.go#L22
exported: exported method VariableDeclaration.Position should have comment or be unexported (revive)
|
|
Build and Lint:
internal/ast/variable_declaration.go#L14
exported: exported method VariableDeclaration.Expr should have comment or be unexported (revive)
|
|
Build and Lint:
internal/ast/variable_declaration.go#L7
exported: exported type VariableDeclaration should have comment or be unexported (revive)
|
|
Build and Lint:
internal/ast/constant_declaration.go#L22
exported: exported method ConstantDeclaration.Position should have comment or be unexported (revive)
|
|
Build and Lint:
internal/ast/constant_declaration.go#L14
exported: exported method ConstantDeclaration.Expr should have comment or be unexported (revive)
|
|
Build and Lint:
internal/ast/constant_declaration.go#L7
exported: exported type ConstantDeclaration should have comment or be unexported (revive)
|
|
Build and Lint
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|