node.js - 在power shell里面运行node --v8-options | Select-String "harmony"
黄舟
黄舟 2017-04-17 13:50:55
0
1
651

黄舟
黄舟

人生最曼妙的风景,竟是内心的淡定与从容!

reply all(1)
洪涛

node --v8-options is used to view the available v8 virtual machine options. To use these options, add them directly after the node.
For example, execute node --harmony to enter the repl with es6 features enabled.
In addition The latest version 6.0 of node.js has turned on most of the es6 features by default, you can use it directly

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template