Shana-AE

Results 10 issues of 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...

type: bug

### 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 ![image](https://github.com/unjs/unbuild/assets/31391693/2c95fb6d-d995-4dda-a99b-5d1322a68c58) ![image](https://github.com/unjs/unbuild/assets/31391693/f0d232c7-8954-4eb1-bf63-c39962980c75) ###...

bug
dts

### Version nuxt-security: v2.0.0-rc.9 nuxt: v3.12.4 ### Reproduction Link ![image](https://github.com/user-attachments/assets/7f7df473-96da-4bb0-93bf-1c254e165503) ![image](https://github.com/user-attachments/assets/a8d5819a-836b-467e-a009-e84ace5be838) `useRuntimeConfig` retrieve runtimeConfig from `process.env` which made `RegExp` inside `origin` be `JSON.stringify`ed to `{}`, so `corsHandler.origin` `RegExp[]` is not...

bug

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`,...

enhancement