gwsbhqt

Results 4 issues of gwsbhqt

https://github.com/microsoft/just/blob/dc1c033ee1a49c1ee85a9c5897ae337dc1d9b619/packages/just-task/src/option.ts#L24 Just 's option function define the "default" member as object type, but at yargs example code, the "default" member is primitive type. https://github.com/yargs/yargs/blob/59a86fb83cfeb8533c6dd446c73cf4166cc455f2/example/complex.js#L9 ![image](https://user-images.githubusercontent.com/16471930/171141648-351c7051-7604-4cbc-8d91-7190b4d00735.png) In practice, I did encounter...

**Is your feature request related to a problem? Please describe.** I'm using vite to build a library, and sometimes the library requires a dozen lines of simple styles. After building,...

enhancement
feat: library mode

## Failing module - **GitHub**: https://github.com/DouyinFE/semi-design - **npm**: https://www.npmjs.com/package/@douyinfe/semi-ui ```js import * as SemiUI from 'https://esm.sh/@douyinfe/semi-ui' ``` ## Error message Everything seems to be ok, but for .scss style files...

browser

experimentalDecorators false: ```ts const decorate = (() => {}) as any; @decorate export class Class { #field = "field"; } /** * output const decorate = () => { };...

classes