From 1753afa78249d1ad3e73ab34c949d4b4922ecd85 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Sun, 23 Nov 2014 15:18:00 +1100 Subject: [PATCH] rename no runtime to optional runtime in differences table --- doc/differences.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/doc/differences.md b/doc/differences.md index d0f688cb7c..0a887a0ec0 100644 --- a/doc/differences.md +++ b/doc/differences.md @@ -62,7 +62,7 @@ better suited if you'd like a full ES6 environment with polyfills and all. | ---------------------------- | ---- | ------- | -------------- | ------ | ------ | ----------- | | Source maps | ✓ | ✓ | ✓ | ✓ | | ✓ | | No compiler global pollution | ✓ | | ✓ | ✓ | | ✓ | -| No runtime | ✓ | | ✓ | | | ✓ | +| Optional runtime | ✓ | | ✓ | | | ✓ | | Browser support | ✓ | ✓ | | ✓ | | | ### Language Support @@ -89,10 +89,6 @@ better suited if you'd like a full ES6 environment with polyfills and all. | Template literals | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | Unicode regex | ✓ | ✓ | ✓ | | | | - - - - ### [Traceur](https://github.com/google/traceur-compiler) Traceur requires quite a bulky runtime (~75KB) and produces quite verbose code.