Add the ability to ignore errors in ExprTags
This commit is contained in:
@@ -32,8 +32,9 @@ func (t Tag) Pos() Position {
|
||||
}
|
||||
|
||||
type ExprTag struct {
|
||||
Value Node
|
||||
Position Position
|
||||
Value Node
|
||||
IgnoreError bool
|
||||
Position Position
|
||||
}
|
||||
|
||||
func (et ExprTag) Pos() Position {
|
||||
|
||||
Reference in New Issue
Block a user