I like the `@@return` proposal, and I would like to eventually use `yield`
inside try/finally (with something like `Promise.async` to implement the
poor man's pre-ES7 `await`/`async`), and *yet*:

I support banning `yield` inside try/finally for ES6.  That seems the
smallest possible fix for the immediate issue (unreliable `finally` clause
execution), and it buys us time to fix things properly for ES7 (whether
that's @@return or something else).
  --scott
​
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to