Shana-AE
Shana-AE
Hi, thank you for your great lib! ## Problem I recently encountered a weird situation that image immediately reloads after switch the my carousel component ## (maybe) bug causes I...
fix unexpected empty string caused by for...in iterating over Array custom prototype properties. by adding hasOwnProperty check in for..in iterator. # Purpose / Goal check own property in for...in iterator....
### Verify latest release - [X] I verified that the issue exists in the latest pnpm release ### pnpm version v8,v9 ### Which area(s) of pnpm are affected? (leave empty...
### Environment ubuild v2.0.0 node 18 typescript 5.2.2 vue3.3.4 ### Reproduction build a project that import vue3.3.4 types ### Describe the bug when I build, I got   ###...
### Version nuxt-security: v2.0.0-rc.9 nuxt: v3.12.4 ### Reproduction Link   `useRuntimeConfig` retrieve runtimeConfig from `process.env` which made `RegExp` inside `origin` be `JSON.stringify`ed to `{}`, so `corsHandler.origin` `RegExp[]` is not...
Sorry for not being able to provide minimal reproduction. But I found the plugin changed code that should not be modified, like vue3's createApp, or vue2_normalizer. Is there a option...
Hello, thank you for your great work first. Since top-level-await has not been well supported now. and the using vite-plugin-top-level-await to handle compatibility problem may cause async contamination which may...
定义了一下browser-tool的类型,需要的同志可以自取 ```typescript declare module 'browser-tool' { type UnionToIntersection = ( U extends any ? (k: U) => void : never ) extends (k: infer I) => void ? I :...
dprint markup_fmt format ``` :class="{ //.... }" ``` to ``` :class=" { //... } " ``` which make vite-plugin-vue2 failed during development but it works in vue3 and build process.
### Clear and concise description of the problem https://stackblitz.com/edit/vitejs-vite-tytgmrg8?file=vite.config.ts I have multiple components folders need to be resolved. one is business components put in `src/components` and should has `directoryAsNamespace: true`,...