我如何在业力中使用 ES2016 装饰器?

How can I use ES2016 decorators in karma?

我已经在预设中使用 karma-babel-preprocessores2015 设置了 karma。

我在我的代码中使用装饰器,但我不知道如何配置 karma 来接受它们。我试了一段时间没成功。

plugins: ['transform-decorators'] 添加到 babelPreprocessor 选项没有帮助。

我们将不胜感激。

这是由当前未解决的有关装饰器(我正在使用)和 babel 的问题引起的。

在 Babel 中查看这些问题:

#2645 - Fix Decorators

#2801 - Failed to transform decorators with babel-plugin-transform-decorators@6.0.14

#2727 - Decorators are broken in 6.x