mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: vfmt vlib/v/parser/parser.v
This commit is contained in:
parent
031629faa1
commit
ed759b2ec9
@ -91,11 +91,11 @@ mut:
|
||||
script_mode bool
|
||||
script_mode_start_token token.Token
|
||||
pub mut:
|
||||
scanner &scanner.Scanner
|
||||
errors []errors.Error
|
||||
warnings []errors.Warning
|
||||
notices []errors.Notice
|
||||
vet_errors []vet.Error
|
||||
scanner &scanner.Scanner
|
||||
errors []errors.Error
|
||||
warnings []errors.Warning
|
||||
notices []errors.Notice
|
||||
vet_errors []vet.Error
|
||||
}
|
||||
|
||||
__global codegen_files = []&ast.File{}
|
||||
|
Loading…
Reference in New Issue
Block a user