Knockout.js - Utils - 最新版本缺少 makeArray 函数
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
缩小版本中仅公开最有用功能的子集。在调试版本中,查找 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).