Remove the Meta field from parsed filter objects
This commit is contained in:
committed by
Jože Fortun
parent
048e51ac00
commit
99f6503226
@@ -16,7 +16,7 @@ type (
|
||||
|
||||
// Meta holds additional node data
|
||||
// while processing the AST
|
||||
Meta map[string]any
|
||||
Meta map[string]any `json:"-"`
|
||||
|
||||
Ref string `json:"ref,omitempty"`
|
||||
Args ASTNodeSet `json:"args,omitempty"`
|
||||
|
||||
Reference in New Issue
Block a user