const n0 = _createIf(() => (_ctx.ok) ? () => {
const n2 = t0()
return n2
- } : _ctx.orNot ? () => {
+ } : (_ctx.orNot) ? () => {
const n5 = t1()
const n6 = t2()
return [n5, n6]
const n0 = _createIf(() => (_ctx.ok) ? () => {
const n2 = t0()
return n2
- } : _ctx.orNot ? () => {
+ } : (_ctx.orNot) ? () => {
const n4 = t1()
return n4
} : () => {
const n0 = _createIf(() => (_ctx.ok) ? () => {
const n2 = t0()
return n2
- } : _ctx.orNot ? () => {
+ } : (_ctx.orNot) ? () => {
const n4 = t1()
return n4
} : undefined)
const [frag, push] = buildCodeFragment()
const codes: CodeFragment[] = [
- isNested ? undefined : '() => (',
+ isNested ? '(' : '() => (',
...genExpression(condition, context),
- isNested ? undefined : ')',
+ ')',
]
let positiveArg = genBlock(positive, context)