Rick Waldron
Rick Waldron
@frxnz nice catch, I'll revise the list above


That seems easy enough.
But I'm not sure "where", so I'm not going to fiddle around with it.
> https://github.com/samuelgoto/proposal-block-params#bindings Hopefully any suggestions that include special properties of a `this` object are off limits until https://github.com/samuelgoto/proposal-block-params/issues/16 is resolved.
> ``` > // can a parser tell the difference between a built-in match() and a > // userland match performantly? > ``` It's not about telling the difference, it's...
@samuelgoto > Does that make sense? Mostly, but @leobalter already pointed out the important corrections. > Still, point being that this is NOT equivalent to `a(function {})`. That's what I...
> ```js > a { > b { > } > } > > // equivalent to > > a(function() { > b.call(this, function() { > }) > }) >...
> Not if a calls its callback like func.call(inst, ...). a sets this I explicitly addressed this in number 3 of my first comment.