gpt4 book ai didi

Babel 中的 Javascript 代理支持

转载 作者:行者123 更新时间:2023-12-03 02:45:02 24 4
gpt4 key购买 nike

我正在使用设置为阶段 0 的 babelify 版本 6.3.0。ES6/ES7 运行良好。然而,当我尝试使用 Javascript 的 proxy functionality 时:

set product(product={}) {
this._product = new Proxy({}, {})
}

我得到:

ReferenceError: Can't find variable: Proxy

有什么想法吗?

最佳答案

来自Babel website :

Due to the limitations of ES5, Proxies cannot be transpiled or polyfilled. See support in various JavaScript engines.

关于Babel 中的 Javascript 代理支持,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35025204/

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