1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-24 18:32:22 +00:00

edit docs/intro

This commit is contained in:
ruanyf 2014-04-30 13:37:26 +08:00
parent 6b761e8e5b
commit c028d898ae

View File

@ -50,7 +50,9 @@ node --harmony
```
启动命令中的--harmony选项可以打开大部分的ES6功能但是还是--use_strict选项打开块级作用域功能、--harmony_generators选项打开generator功能。使用下面的命令可以查看所有与ES6有关的选项。
启动命令中的--harmony选项可以打开大部分的ES6功能但是还有一些特性需要单独打开主要是使用--use_strict选项打开块级作用域功能、使用--harmony_generators选项打开generator功能。
使用下面的命令可以查看所有与ES6有关的选项。
```bash