lsh

Results 16 issues of lsh

All tests passed😊

### Describe the bug Eg: ![IMG](https://img-blog.csdnimg.cn/70e601ce52bb43519a4bcb256c3c8bbc.png) ### Reproduction etc ### System Info ```Shell no need ``` ### Used Package Manager npm ### Validations - [X] Follow our [Code of Conduct](https://github.com/vueuse/vueuse/blob/main/CODE_OF_CONDUCT.md)...

### Environment [email protected] node@^18 ### Reproduction Refer https://github.com/unjs/unbuild/issues/372 ### Describe the bug Even if the content of the `dist/index.mjs` is expected, but the file extension should be `js` not `mjs`...

### Describe the feature ```ts export default defineBuildConfig({ entries: [ './packages/core/jimu' ], failOnWarn: false, stub: true, alias: { // Not effective when stub is true '@': resolve(__dirname, './') }, });...

I want to do something with this nice repo: `support config of size`. Such as: ```sh $ qrcode-terminal https://github.com/peterroe -w 300 $ qrcode-terminal https://github.com/peterroe -w 100 ``` It will output...

### Describe the feature I am using `citty` in my project, And I think it's maybe a good idea to support it. 👀 This is my source code: ```ts export...

enhancement

### Describe the feature ```ts import { createMain, defineCommand } from 'citty' const command = defineCommand({ //... async run() { return Promise.resolve("hello") } }) const apiCommand = createMain(_rDefault(command)) const value...