1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-24 18:32:22 +00:00
This commit is contained in:
prettykernel 2017-02-28 20:27:36 +08:00 committed by GitHub
parent 4d06e3681d
commit 3136117acc

View File

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