2016-06-14 浩阳
content {:toc} Babel 用于将 ES6 的代码转化为 ES5,使得 ES6 可以在目前的浏览器环境下使用。学习使用 babel 是为了使用 ES2015 做准备。本文将介绍如何使用 babel,以及一些相关的配置。 继续阅读 »
2016-04-16 jude
声明 文中的 promisify 函数原型出自 月影 的这篇博客。 了解Promise 继续阅读 »
2015-11-18 W.Y.
ES6
more 参考原文:[ES6 In Depth: The Future](https://hacks.mozilla.org/2015/08/es6-in-depth-the-future/) 原文作者:[Jason Orendorff](https://hacks.mozilla.org/author/jorendorffmozillacom/) 原文日期:2015-08-21 继续阅读 »
2015-11-18 W.Y.
ES6
more 参考原文:[ES6 In Depth: Proxies](https://hacks.mozilla.org/2015/07/es6-in-depth-proxies-and-reflect/) 原文作者:[Jason Orendorff](https://hacks.mozilla.org/author/jorendorffmozillacom/) 原文日期:2015-07-17 继续阅读 »
2015-11-18 W.Y.
ES6
more 参考原文:[ES6 In Depth: Generators, continued](https://hacks.mozilla.org/2015/07/es6-in-depth-generators-continued/) 原文作者:[Jason Orendorff](https://hacks.mozilla.org/author/jorendorffmozillacom/) 原文日期:2015-07-09 继续阅读 »
2015-11-18 W.Y.
ES6
more 参考原文:[ES6 In Depth: let and const](https://hacks.mozilla.org/2015/07/es6-in-depth-let-and-const/) 原文作者:[Jason Orendorff](https://hacks.mozilla.org/author/jorendorffmozillacom/) 原文日期:2015-07-31 继续阅读 »
2015-11-18 W.Y.
ES6
more 参考原文:[ES6 In Depth: Subclassing](https://hacks.mozilla.org/2015/08/es6-in-depth-subclassing/) 原文作者:[Jason Orendorff](https://hacks.mozilla.org/author/jorendorffmozillacom/) 原文日期:2015-08-07 继续阅读 »
2015-10-09 W.Y.
ES6
more 参考原文:[ES6 In Depth: Collections](https://hacks.mozilla.org/2015/06/es6-in-depth-collections/) 原文作者:[Jason Orendorff](https://hacks.mozilla.org/author/jorendorffmozillacom/) 原文日期:2015-06-19 继续阅读 »
2015-11-18 W.Y.
ES6
more 参考原文:[ES6 In Depth: Classes](https://hacks.mozilla.org/2015/07/es6-in-depth-classes/) 原文作者:[Jason Orendorff](https://hacks.mozilla.org/author/jorendorffmozillacom/) 原文日期:2015-07-22 继续阅读 »
2015-11-18 W.Y.
ES6
more 参考原文:[ES6 In Depth: Modules](https://hacks.mozilla.org/2015/08/es6-in-depth-modules/) 原文作者:[Jason Orendorff](https://hacks.mozilla.org/author/jorendorffmozillacom/) 原文日期:2015-08-14 继续阅读 »