HE Shi-Jun
HE Shi-Jun
I'd like to champion this proposal and reshape it. But I first need ask the original champions or tc39 committee whether it was possible.
I meet a similar issue. You can't use `for await` on `ReadableStream` because `AsyncIterable` interface has not been added into `dom` lib or `@types/web`. Even you use `@types/node`, if you...
I still don't get why new primitive type would cause high cost (my impression is engine delegates said new primitive types would have performance penalty in `===` operations but I...
> Having an explicit way of doing this kind of deep assignment seem more appropriate. It seems Swift do not use explicit way but not cause confusion. So maybe it's...
Meet the same issue. I'm curious why these packages are not auto published?
I think it's very impossible to force every libs to migrate. The only chance is AI might take over most npm packages and update the deps in year 203x 🤪
Indeed, `click` is already device-independent, so technically speaking, `clickaction` is not an issue. However, ordinary developers might not necessarily understand this point. On the other hand, the name `clickactiontarget` is...
Another problem is `ts.getMutableClone` seems have been totally removed. (though it already be deprecated in previous versions).
@fouber 其实商业价值是非常巨大的。 年前有很多事情,过完年我来找你和教主玩,届时给你们说说,呵呵。
@mooncakelmn 资源更新后的预热这个事情看起来困难,实际上如果你联系我们一些其他需求,比如灰度发布、稳步升级依赖、线上问题自动监控和自动rollback之类的,就会发现其实是互相关联的。也就是,如果你不把它视作一个单独需求,而是看整个更大的图景,可能就会有不一样的(很可能是更好的)解决方案。