From c22f03dba05101da3054af5e3a4c2d8445976952 Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Wed, 11 Mar 2015 18:46:54 +0800 Subject: [PATCH] Update ES6 --- es6.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/es6.md b/es6.md index fe81c6072..3c29b1090 100644 --- a/es6.md +++ b/es6.md @@ -5,7 +5,8 @@ layout: default ## Stable (io.js) -New features you can use on io.js. +New features you can use on [io.js](http://iojs.org/). +{:.brief-intro.center.top-space-0} ### [Promises](http://babeljs.io/docs/learn-es6/#promises) For asynchronous programming. @@ -95,9 +96,10 @@ App = { }; ``` -## Stable ([Babel]) +## Stable in Babel -Available via [Babel] +Available via the [Babel] transpiler. +{:.brief-intro.center.top-space-0} ### Module imports `import` is the new `require()`. @@ -226,7 +228,8 @@ Works for Arrays and iterables (eg, generators). ## Experimental -Available via 6to5's experimental mode +Available via Babel's experimental mode. +{:.brief-intro.center.top-space-0} ```js /*