Knockout.js - Utils - 最新版本缺少 makeArray 函数

发布于 2024-12-10 15:47:50 字数 226 浏览 0 评论 0原文

最新的knockout.js 版本中的奇怪行为

ko.utils 调试版本定义了 makeArray 函数。 但它在最小化版本中丢失了(或者现在被重命名为一些 xx jiberish?)

Strange behavour in the latest knockout.js build

The ko.utils debug version has the makeArray function defined.
but it missing in the minimised version (or is it now renamed to some xx jiberish?)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

苍暮颜 2024-12-17 15:47:50

缩小版本中仅公开最有用功能的子集。在调试版本中,查找 ko.exportSymbol 调用以查看包含哪些函数。

所以,这是故意的。您可以在 github 上记录问题以要求公开它或在本地​​获取该函数的副本(因为它是一个相当简单的函数并且不太可能更改)。

Only a subset of the most useful functions are exposed in the minified build. In the debug build, look for the ko.exportSymbol calls to see which functions are included.

So, this is intentional. You can log an issue on github to ask for it to be exposed or take a copy of the function locally (since it is a fairly simple function and unlikely to change).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文