babel / proposals

✍️ Tracking the status of Babel's implementation of TC39 proposals (may be out of date)
https://github.com/tc39/proposals
432 stars 39 forks source link

remove object rest/spread, and async iterators #45

Closed dnalborczyk closed 5 years ago

dnalborczyk commented 6 years ago

both are part of the ES2018 spec now.

suchipi commented 5 years ago

Thanks!

littledan commented 5 years ago

This seems a little unfortunate, that that nice documentation was straight-up removed. Is there any possibility of making a "finished proposals" section, to save this sort of thing around as an archive (which is more accessible than git)?

egeriis commented 5 years ago

@littledan What kind of documentation are you looking for? This website has a nice overview of all proposals and even lists how they are supported across browsers. http://kangax.github.io/compat-table/es6/

littledan commented 5 years ago

Well, I imagine the plugins based on the proposals will stay around for a while. Wouldn't it be nice to link the plugins to the finished spec work?

nicolo-ribaudo commented 5 years ago

I agree with Daniel; I opened #49 since I find discussions in open issues easier to find than comments on closed PRs 🙂