Shana-AE
Shana-AE
> Thanks for your effort. What if we just convert it in `for(let i=0; i< length; i++)`? I believe we'll not need to do an external check then. And can...
Hello, @amitguptagwl I added this two line in the front of `describe("XMLParser", function() {` in `spec\xmlParser_spec.js`, I don't know if it's appropriate. ```js Object.prototype.test = ''; Array.prototype.test = ''; ```...
ok, I will keep an eye on this. Thank you for your instruction. By the way, I found these 4-5 failing test caused by [nimnjs](https://github.com/nimndata/nimnjs) for...in loop, I encountered these...
@amitguptagwl These failing caused by for...in loop in [nmnjs](https://github.com/nimndata/nimnjs), the same reason of this bug. I added prototype to Object and Array before testing starts. so it failed. Change the...
> Please provide a reproduction 🙏🏼 sorry, I lost my env and cannot reproduce. I'll keep an eye on this.
> [@Shana-AE](https://github.com/Shana-AE) 考虑发布到@types/browser-tool吗?我问了chatGPT,它给了发布步骤 https://chatgpt.com/share/681b143e-82dc-800d-bd4a-4e60b9e42c74 @mumuy 交给作者决定吧~
> > > [@Shana-AE](https://github.com/Shana-AE) 考虑发布到@types/browser-tool吗?我问了chatGPT,它给了发布步骤 https://chatgpt.com/share/681b143e-82dc-800d-bd4a-4e60b9e42c74 > > > > > > [@mumuy](https://github.com/mumuy) 交给作者决定吧~ > > 作者说过他[不使用TypeScript](https://github.com/mumuy/browser/issues/102#issuecomment-2644462166) 那尊重作者,就这样吧,而且发布到@types需要有维护者,直接添加文件自己修改也方方便
> @Baroshem just a general comment here on providing a regex serializer/deserializer The official Nuxt docs say that we should not do this: > > On balance though, the CORS...
> Hey @Shana-AE could you work on the improvements suggested by @vejja ? :) About the test and document, I want to know if there's a better solution to solve...
> Because a file will only be converted once, converted files will be marked with an `/* unplugin-vue-components disabled */` thanks. but if it supports multiple instances or multiple separated...