docs(module): add Node 加载 ES6 模块

This commit is contained in:
ruanyf
2017-02-02 08:54:35 +08:00
parent 4d599e8785
commit 4bf719ef8f
5 changed files with 241 additions and 42 deletions
+1
View File
@@ -209,6 +209,7 @@
- Jason Orendorff, [ES6 In Depth: Modules](https://hacks.mozilla.org/2015/08/es6-in-depth-modules/): ES6模块设计思想的介绍
- Ben Newman, [The Importance of import and export](http://benjamn.github.io/empirenode-2015/#/): ES6模块的设计思想
- ESDiscuss, [Why is "export default var a = 1;" invalid syntax?](https://esdiscuss.org/topic/why-is-export-default-var-a-1-invalid-syntax)
- Bradley Meck, [ES6 Module Interoperability](https://github.com/nodejs/node-eps/blob/master/002-es6-modules.md): 介绍 Node 如何处理 ES6 语法加载 CommonJS 模块
## 二进制数组