3
0

Remove the Meta field from parsed filter objects

This commit is contained in:
Tomaž Jerman
2022-11-22 11:40:34 +01:00
committed by Jože Fortun
parent 048e51ac00
commit 99f6503226
+1 -1
View File
@@ -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"`