mirror of
https://github.com/ruanyf/es6tutorial.git
synced 2025-05-24 18:32:22 +00:00
typo fix
This commit is contained in:
parent
5ad3802d84
commit
e4c267e217
@ -740,7 +740,7 @@ TypeError: even is not a function
|
|||||||
|
|
||||||
[ES6 module transpiler](https://github.com/esnext/es6-module-transpiler)是 square 公司开源的一个转码器,可以将 ES6 模块转为 CommonJS 模块或 AMD 模块的写法,从而在浏览器中使用。
|
[ES6 module transpiler](https://github.com/esnext/es6-module-transpiler)是 square 公司开源的一个转码器,可以将 ES6 模块转为 CommonJS 模块或 AMD 模块的写法,从而在浏览器中使用。
|
||||||
|
|
||||||
首先,安装这个转玛器。
|
首先,安装这个转码器。
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ npm install -g es6-module-transpiler
|
$ npm install -g es6-module-transpiler
|
||||||
|
Loading…
x
Reference in New Issue
Block a user