// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`t-on t-on expression captured in t-foreach 1`] = ` "function anonymous(bdom, helpers ) { let { text, createBlock, list, multi, html, toggler, component, comment } = bdom; let { isBoundary, withDefault, setContextValue, prepareList, withKey } = helpers; let block1 = createBlock(\`
\`); let block3 = createBlock(\`
\`); return function template(ctx, node, key = \\"\\") { ctx = Object.create(ctx); ctx[isBoundary] = 1 setContextValue(ctx, \\"iter\\", 0); ctx = Object.create(ctx); const [k_block2, v_block2, l_block2, c_block2] = prepareList(ctx['arr']); for (let i1 = 0; i1 < l_block2; i1++) { ctx[\`val\`] = v_block2[i1]; let key1 = ctx['val']; const v1 = ctx['otherState']; const v2 = ctx['iter']; let hdlr1 = [()=>v1.vals.push(v2+'_'+v2), ctx]; setContextValue(ctx, \\"iter\\", ctx['iter']+1); c_block2[i1] = withKey(block3([hdlr1]), key1); } let b2 = list(c_block2); return block1([], [b2]); } }" `; exports[`t-on t-on expression in t-foreach 1`] = ` "function anonymous(bdom, helpers ) { let { text, createBlock, list, multi, html, toggler, component, comment } = bdom; let { prepareList, withKey } = helpers; let block1 = createBlock(\`
\`); let block3 = createBlock(\`
:
\`); return function template(ctx, node, key = \\"\\") { ctx = Object.create(ctx); const [k_block2, v_block2, l_block2, c_block2] = prepareList(ctx['state'].values); for (let i1 = 0; i1 < l_block2; i1++) { ctx[\`val\`] = v_block2[i1]; ctx[\`val_index\`] = i1; let key1 = ctx['val']; let txt1 = ctx['val_index']; let txt2 = ctx['val']+''; const v1 = ctx['otherState']; const v2 = ctx['val']; let hdlr1 = [()=>v1.vals.push(v2), ctx]; c_block2[i1] = withKey(block3([txt1, txt2, hdlr1]), key1); } let b2 = list(c_block2); return block1([], [b2]); } }" `; exports[`t-on t-on expression in t-foreach with t-set 1`] = ` "function anonymous(bdom, helpers ) { let { text, createBlock, list, multi, html, toggler, component, comment } = bdom; let { isBoundary, withDefault, setContextValue, prepareList, withKey } = helpers; let block1 = createBlock(\`
\`); let block3 = createBlock(\`
:
\`); return function template(ctx, node, key = \\"\\") { ctx = Object.create(ctx); ctx[isBoundary] = 1 setContextValue(ctx, \\"bossa\\", 'nova'); ctx = Object.create(ctx); const [k_block2, v_block2, l_block2, c_block2] = prepareList(ctx['state'].values); for (let i1 = 0; i1 < l_block2; i1++) { ctx[\`val\`] = v_block2[i1]; ctx[\`val_index\`] = i1; let key1 = ctx['val']; setContextValue(ctx, \\"bossa\\", ctx['bossa']+'_'+ctx['val_index']); let txt1 = ctx['val_index']; let txt2 = ctx['val']+''; const v1 = ctx['otherState']; const v2 = ctx['val']; const v3 = ctx['bossa']; let hdlr1 = [()=>v1.vals.push(v2+'_'+v3), ctx]; c_block2[i1] = withKey(block3([txt1, txt2, hdlr1]), key1); } let b2 = list(c_block2); return block1([], [b2]); } }" `; exports[`t-on t-on method call in t-foreach 1`] = ` "function anonymous(bdom, helpers ) { let { text, createBlock, list, multi, html, toggler, component, comment } = bdom; let { prepareList, withKey } = helpers; let block1 = createBlock(\`
\`); let block3 = createBlock(\`
:
\`); return function template(ctx, node, key = \\"\\") { ctx = Object.create(ctx); const [k_block2, v_block2, l_block2, c_block2] = prepareList(ctx['state'].values); for (let i1 = 0; i1 < l_block2; i1++) { ctx[\`val\`] = v_block2[i1]; ctx[\`val_index\`] = i1; let key1 = ctx['val']; let txt1 = ctx['val_index']; let txt2 = ctx['val']+''; const v1 = ctx['val']; let hdlr1 = [()=>this.addVal(v1), ctx]; c_block2[i1] = withKey(block3([txt1, txt2, hdlr1]), key1); } let b2 = list(c_block2); return block1([], [b2]); } }" `; exports[`t-on t-on on destroyed components 1`] = ` "function anonymous(bdom, helpers ) { let { text, createBlock, list, multi, html, toggler, component, comment } = bdom; let block1 = createBlock(\`
\`); return function template(ctx, node, key = \\"\\") { let b2; if (ctx['state'].flag) { b2 = component(\`Child\`, {}, key + \`__1\`, node, ctx); } return block1([], [b2]); } }" `; exports[`t-on t-on on destroyed components 2`] = ` "function anonymous(bdom, helpers ) { let { text, createBlock, list, multi, html, toggler, component, comment } = bdom; let block1 = createBlock(\`
\`); return function template(ctx, node, key = \\"\\") { let hdlr1 = [ctx['onClick'], ctx]; return block1([hdlr1]); } }" `;