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 bool
|
||||||
script_mode_start_token token.Token
|
script_mode_start_token token.Token
|
||||||
pub mut:
|
pub mut:
|
||||||
scanner &scanner.Scanner
|
scanner &scanner.Scanner
|
||||||
errors []errors.Error
|
errors []errors.Error
|
||||||
warnings []errors.Warning
|
warnings []errors.Warning
|
||||||
notices []errors.Notice
|
notices []errors.Notice
|
||||||
vet_errors []vet.Error
|
vet_errors []vet.Error
|
||||||
}
|
}
|
||||||
|
|
||||||
__global codegen_files = []&ast.File{}
|
__global codegen_files = []&ast.File{}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user