robotlolita/siren

`use` expressions don't return a value

robotlolita opened this issue · 0 comments

use a in { b }

Gets compiled to:

function (_Context) {
  $Siren.$global.send0(_Context, 'b');
}(_Context.send1(_Context, 'with:', $Siren.$global.send0(_Context, 'a')));