gpt4 book ai didi

javascript - `Experimental decorator usage` 的流类型消除警告

转载 作者:行者123 更新时间:2023-11-29 17:48:59 25 4
gpt4 key购买 nike

我使用 autobind-decorator bind 上下文到 this

但是我得到了警告/错误 Experimental decorator usage(Decorators 是一个可能会改变的早期提案)

enter image description here

我怎样才能消除这个警告?

最佳答案

您需要在 .flowconfig 文件的 [options] 部分下添加 esproposal.decorators=ignore。请注意,Flow 不会理解您添加的装饰器的任何类型含义,它只会忽略它们。

Here is the explanation for this flag in the Flow documentation.

关于javascript - `Experimental decorator usage` 的流类型消除警告,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45975255/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com