Update shippedProposals in preset-env docs [skip ci] (#7807)

This commit is contained in:
Brian Ng 2018-04-25 09:16:03 -05:00 committed by GitHub
parent eab4c0e93e
commit 408124438a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -426,15 +426,11 @@ The following are currently supported:
**Builtins**
- [Promise.prototype.finally](https://github.com/tc39/proposal-promise-finally)
- [Symbol.asyncIterator](https://github.com/tc39/proposal-async-iteration)
- None
**Features**
- [Asynchronous Iterators](https://github.com/tc39/proposal-async-iteration)
- [Object rest/spread properties](https://github.com/tc39/proposal-object-rest-spread)
- [Optional catch binding](https://github.com/tc39/proposal-optional-catch-binding)
- [Unicode property escapes in regular expressions](https://github.com/tc39/proposal-regexp-unicode-property-escapes)
---