1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-25 19:22:21 +00:00

Merge pull request #350 from JeremyFan/gh-pages

typo fix
This commit is contained in:
Ruan YiFeng 2017-03-17 15:26:17 +08:00 committed by GitHub
commit b9a5e3b91a

View File

@ -740,7 +740,7 @@ TypeError: even is not a function
[ES6 module transpiler](https://github.com/esnext/es6-module-transpiler)是 square 公司开源的一个转码器,可以将 ES6 模块转为 CommonJS 模块或 AMD 模块的写法,从而在浏览器中使用。
首先,安装这个转器。
首先,安装这个转器。
```bash
$ npm install -g es6-module-transpiler