1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-26 03:32:20 +00:00

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
commit 1a4f622d92

View File

@ -672,7 +672,7 @@ for (let [,value] of map) {
**7输入模块的指定方法**
加载模块时,往往需要指定输入些方法。解构赋值使得输入语句非常清晰。
加载模块时,往往需要指定输入些方法。解构赋值使得输入语句非常清晰。
```javascript
const { SourceMapConsumer, SourceNode } = require("source-map");