remove non-es6 features from transpiler comparison table - thanks @zenparsing

This commit is contained in:
Sebastian McKenzie 2014-10-10 00:49:06 +11:00
parent 8118836a67
commit 600e15ec7b

View File

@ -260,7 +260,6 @@ limitations in ES5 implementations.
| No runtime | ✓ | | | | ✓ | ✓ |
| Source maps | ✓ | ✓ | ✓ | | ✓ | ✓ |
| No compiler global pollution | ✓ | | ✓ | | ✓ | ✓ |
| Array comprehension | ✓ | ✓ | ✓ | | ✓ | |
| Arrow functions | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| Block binding | ✓ | ✓ | | | ✓ | |
| Classes | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
@ -269,7 +268,6 @@ limitations in ES5 implementations.
| Default parameters | ✓ | ✓ | ✓ | ✓ | ✓ | |
| Destructuring | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| For-of | ✓ | ✓ | ✓ | ✓ | ✓ | |
| Generator comprehension | | ✓ | ✓ | | ✓ | |
| Generators | | ✓ | ✓ | | | |
| Modules | ✓ | ✓ | | ✓ | | |
| Property method assignment | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |