Ecma262: ES7 "do expression" proposal is not listed in README

Created on 27 Oct 2015  Â·  11Comments  Â·  Source: tc39/ecma262

Chromium (V8) has implemented "do expression" parsing: https://chromium.googlesource.com/v8/v8/+/b6596aa73b069aaa6e52291c3756b0e0f0e483b6

I would like to read about this ES7 proposal, but I can’t find anything on the Web (ecmascript.org seems to be down). Is there a GitHub repo for this feature? If so, could you add it to the “Current proposals” table?

Most helpful comment

I'm finding more and more that I have to invoke web.archive.org for ecmascript.org: http://web.archive.org/http://wiki.ecmascript.org/doku.php?id=strawman:do_expressions

All 11 comments

@simevidas it's stage 0 proposal.

@zloirock Thanks! It links to ecmascript.org which is currently down. I’ll wait.

@rossberg-chromium perhaps you could put the proposal up on a github repo and PR it into the stage 0 proposals list?

Can do.

I'm finding more and more that I have to invoke web.archive.org for ecmascript.org: http://web.archive.org/http://wiki.ecmascript.org/doku.php?id=strawman:do_expressions

For other people stumbling over this issue (it's doing well on Google): Looks like the latest version is the stage 1 proposal that's also properly linked in the proposals repo.

@jkrems The official repo is https://github.com/tc39/proposal-do-expressions. It seems, the tc39/proposals table hasn’t been updated with this link yet.

Updated the proposals list.

I don't remember getting a chance to cover @dherman's proposal in committee yet; IIRC the last time it was discussed in committee was before ES6 was released. I'm not sure how much it makes sense to have it in the proposals repository in this form (since many other things which haven't been presented to the committee are left off).

Oh that's right, sorry for my bad memory here.

Was this page helpful?
0 / 5 - 0 ratings