docs(module): 拆分《Module》一章

This commit is contained in:
ruanyf
2017-02-13 00:25:47 +08:00
parent 002dddabf9
commit 9ed5c759e9
3 changed files with 860 additions and 771 deletions
+2 -1
View File
@@ -26,7 +26,8 @@
1. [async 函数](#docs/async)
1. [Class](#docs/class)
1. [Decorator](#docs/decorator)
1. [Module](#docs/module)
1. [Module 的语法](#docs/module)
1. [Module 的加载实现](#docs/module-loader)
1. [编程风格](#docs/style)
1. [读懂规格](#docs/spec)
1. [二进制数组](#docs/arraybuffer)