流量不支持以下内容吗?
/* @flow */
module.exports = {
get rules() {
return require("./rules").default;
}
}
为什么我在本地获取get/set properties not yet supported by flow
并使其正常工作here?
注意:使用flow-bin v0.60.0
答案 0 :(得分:0)
这已在最新版本的流程中修复,因为默认情况下unsafe.enable_getters_and_setters
设置为true。