Enhance linter errors for invalid root-level 'if` statements #64
Labels
bloblang
Bloblang features
needs investigation
It looks as though have all the information needed but investigation is required
Linting the following bloblang mapping:
produces the following error:
Not sure if it's possible to enhance it without a breaking change though, because I think
root =
is implicit when there's noelse
clause (i.e.if true { deleted() }
)The text was updated successfully, but these errors were encountered: