add async functions to features

This commit is contained in:
Sebastian McKenzie
2014-11-12 02:03:11 +11:00
parent b8cac9787e
commit beaa2fa540
2 changed files with 11 additions and 0 deletions

View File

@@ -55,6 +55,7 @@ It's as easy as:
## [Features](FEATURES.md)
- [Array comprehension](FEATURES.md#array-comprehension)
- [Async functions](FEATURES.md#async-functions) via [regenerator](https://github.com/facebook/regenerator)
- [Arrow functions](FEATURES.md#arrow-functions)
- [Classes](FEATURES.md#classes)
- [Computed property names](FEATURES.md#computed-property-names)