Skip to content

feat: Allow better if conditions in files

Ralf Mueller requested to merge codegen into main

if not allows an and: !!if .Foo .Bar means .Foo && .Bar new: ifor allows for an or !!ifor .Foo .Bar means .Foo || .Bar

Merge request reports