Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages

This commit is contained in:
ruanyf
2017-03-04 11:05:18 +08:00
+1 -1
View File
@@ -672,7 +672,7 @@ for (let [,value] of map) {
**7)输入模块的指定方法**
加载模块时,往往需要指定输入些方法。解构赋值使得输入语句非常清晰。
加载模块时,往往需要指定输入些方法。解构赋值使得输入语句非常清晰。
```javascript
const { SourceMapConsumer, SourceNode } = require("source-map");