moreandmore

Results 7 issues of moreandmore

脚本文件 `assets/Script/modelView/JsonOb.ts` 的 `OAM`定义里面的 `short` 是不是应该是 `sort`呀? OAM定义如下 : ``` const OAM = ['push', 'pop', 'shift', 'unshift', 'short', 'reverse', 'splice']; ``` 我没记错的话,数组里面有个 `sort` 方法,没有 `short` 方法。

jszip demo 无法发布H5 项目, egret engine版本:5.2.6 ![egret 5 2 6](https://user-images.githubusercontent.com/14242816/43637661-63448f72-9748-11e8-8873-a414ed3ada06.png)

- [x] I have searched the [issues](https://github.com/vueComponent/ant-design-vue/issues) of this repository and believe that this is not a duplicate. ### Version 3.2.11 ### Environment ant-design-vue:3.2.11;vue:3.2.37;os:windows:Windows 10 21H2 ### Reproduction link [https://github.com/v9u/antd-tree-scroll-bug](https://github.com/v9u/antd-tree-scroll-bug)...

爱民老师你好, `2.3.5.1 类型运算符(typeof)`中,`当typeof运算符操作一个“使用let/const声明但未绑定值”的名字时`的报错的描述现已正确,我在新版Edge浏览器(v99)和node14中测试后返回的报错信息是`Cannot access 'x' before initialization`,针对这种新版本js引擎修复或优化过的问题,还需要发在Issues吗?

最近了解到 nodejs的 worker_threads 可以跑多线程,如果electron-re用worker_threads来实现,是不是会好一点呢? 刚好找到了一个electron用worker_threads跑ts代码的帖子,Electron使用worker_thread多线程:https://blog.xdean.cn/posts/2022/electron-webworker

项目是用ts写的,想问下services支持ts脚本吗?