@ babel / plugin-proposal-class-properties与babel-plugin-transform-class-properties

时间:2018-09-25 15:34:47

标签: babel

这两个babel插件之间有什么区别?

  • @ babel / plugin-proposal-class-properties

  • babel-plugin-transform-class-properties。

我应该使用哪个?

看了herehere之后,我还是不清楚。

1 个答案:

答案 0 :(得分:1)

我认为您应该使用@babel/plugin-proposal-class-properties,因为它遵循当前的命名约定。

  

重命名:-proposal-
  现在,所有提案都将以-proposal-命名,以表示它们尚未正式在JavaScript中使用。
  因此,@ babel / plugin-transform-class-properties变为@ babel / plugin-proposal-class-properties,一旦进入阶段4,我们便将其重新命名。

来自We’re nearing the 7.0 Babel release. Here’s all the cool stuff we’ve been doing.