From 600e15ec7beb6df69d212b2376db66f5874c2853 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Fri, 10 Oct 2014 00:49:06 +1100 Subject: [PATCH] remove non-es6 features from transpiler comparison table - thanks @zenparsing --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 55b9033729..5895a95d40 100644 --- a/README.md +++ b/README.md @@ -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 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |