add modules caveat - fixes #368

This commit is contained in:
Sebastian McKenzie
2015-01-03 05:23:12 +11:00
parent 57c0ebc5f4
commit c2c8e52430

View File

@@ -13,9 +13,12 @@ You may alternatively selectively include what you need:
| Async functions, Generators | [experimental](experimental.md), [regenerator runtime](https://github.com/facebook/regenerator/blob/master/runtime.js) |
| Comprehensions | [experimental](experimental.md), `Array.from` |
| For Of | `Symbol`, `prototype[Symbol.iterator]` |
| Modules | `Object.assign`* |
| Object spread/rest | [experimental](experimental.md), `Object.assign` |
| Spread | `Array.from` |
*Only required for exporting a non-function `default` with additional `export`s.
## ES5
Since 6to5 assumes that your code will be ran in an ES5 environment it uses ES5