We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41efa95 commit 465b825Copy full SHA for 465b825
docs/generator-async.md
@@ -219,7 +219,7 @@ Thunk 函数早在上个世纪 60 年代就诞生了。
219
```javascript
220
var x = 1;
221
222
-function f(m){
+function f(m) {
223
return m * 2;
224
}
225
docs/module-loader.md
@@ -464,7 +464,7 @@ console.log(es_namespace.default);
464
// { bar:'my-default' }
465
```
466
467
-上面代码中,`default`接口变成了`es_namespace.default`属性。另外,由于存在缓存机制,`es.js`对`foo`的重新赋值没有在模块外部反映出来。
+上面代码中,`default`接口变成了`es_namespace.default`属性。另外,由于存在缓存机制,`es.mjs`对`foo`的重新赋值没有在模块外部反映出来。
468
469
下面是另一个例子。
470
0 commit comments