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.