mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
toml: rename ast.Node -> ast.Value (#11974)
This commit is contained in:
@@ -11,7 +11,7 @@ pub struct Root {
|
||||
pub:
|
||||
input input.Config // User input configuration
|
||||
pub mut:
|
||||
table Node
|
||||
table Value
|
||||
// errors []errors.Error // all the checker errors in the file
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user