1
noe132 2017-08-29 12:38:36 +08:00 1
|
2
noe132 2017-08-29 12:40:40 +08:00 1
草案里的很多功能很少有支持的。。只有极个别的有个别平台支持。
|
3
noe132 2017-08-29 12:43:45 +08:00 1
https://babeljs.io/docs/plugins/transform-decorators/
如果是按照这个的话安装 node,新建文件夹 npm install babel,写好 js 后 ./node_modules/.bin/babel --plugins transform-decorators script.js 就能得到编译后的结果了。 |
4
NonClockworkChen OP @noe132 http://blog.csdn.net/LaurenTime/article/details/75315218
按照这个把.babelrc 配置一下,babel-node 就能运行了,美滋滋 |
5
doublleft 2017-08-29 16:31:18 +08:00
你可以直接包裹嘛 HOC()(Component)
|
6
fulvaz 2017-08-30 01:41:21 +08:00
等等, decorator 还是 stage2, es7 里面没有, es8 页没有吧? 所以 babel 在线 repl 不能用...
|