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:
commit
1a4f622d92
@ -672,7 +672,7 @@ for (let [,value] of map) {
|
||||
|
||||
**(7)输入模块的指定方法**
|
||||
|
||||
加载模块时,往往需要指定输入那些方法。解构赋值使得输入语句非常清晰。
|
||||
加载模块时,往往需要指定输入哪些方法。解构赋值使得输入语句非常清晰。
|
||||
|
||||
```javascript
|
||||
const { SourceMapConsumer, SourceNode } = require("source-map");
|
||||
|
Loading…
x
Reference in New Issue
Block a user