remove reference to regenerator runtime and say that the explicit polyfill is required
This commit is contained in:
parent
1a4110e0a1
commit
3d975da530
@ -5,10 +5,10 @@ satisfy **all** 6to5 feature requirements by using the included
|
|||||||
[polyfill](polyfill.md). You may alternatively selectively include what you need:
|
[polyfill](polyfill.md). You may alternatively selectively include what you need:
|
||||||
|
|
||||||
| Feature | Requirements |
|
| Feature | Requirements |
|
||||||
| --------------------------- | ---------------------------------------------------------------------------------------------------------------------------- |
|
| --------------------------- | -------------------------------------------------------------- |
|
||||||
| Abstract References | [experimental](experimental.md), `Symbol` |
|
| Abstract References | [experimental](experimental.md), `Symbol` |
|
||||||
| Array destructuring | `Array.isArray`, `Array.from` |
|
| Array destructuring | `Array.isArray`, `Array.from` |
|
||||||
| Async functions, Generators | [experimental](experimental.md), [regenerator runtime](https://github.com/facebook/regenerator/blob/master/runtime.js) |
|
| Async functions, Generators | [experimental](experimental.md), [polyfill](polyfill.md) |
|
||||||
| Comprehensions | [experimental](experimental.md), `Array.isArray`, `Array.from` |
|
| Comprehensions | [experimental](experimental.md), `Array.isArray`, `Array.from` |
|
||||||
| For Of | `Symbol`, `prototype[Symbol.iterator]` |
|
| For Of | `Symbol`, `prototype[Symbol.iterator]` |
|
||||||
| Object spread/rest | [experimental](experimental.md), `Object.assign` |
|
| Object spread/rest | [experimental](experimental.md), `Object.assign` |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user