Gray Zhang

Results 66 issues of Gray Zhang

第一个问题是`package.json`中没有`types`字段,所以解析不到: ![image](https://user-images.githubusercontent.com/639549/88037833-ff1f2780-cb77-11ea-92ad-74784989f92b.png) 第二个问题是代码库用了`export =`导出整个,但实际上我觉得应该是named export更合适些?

### Environment * OS Version: macOS 14.2.1 * Node.js Version: 20.10.0 Reference: https://github.com/sindresorhus/globby/issues/261 1. Can't stop glob from working when timed out or 1 file is found 2. Not easy...

Type: Enhancement

Maybe this is a strange feature request but a red console output is strongly frightening, many times I was cheated as our unit tests fail. ![image](https://user-images.githubusercontent.com/639549/92990301-da0ebb80-f50d-11ea-9f4c-b97e6685d3bb.png) ## Expected Behavior Choose...

I was racing a globby call with a 200ms timeout so that I can fallback to a default value if glob takes too long, I’d also like to abort glob...

If we have a code like: ```tsx function Ok() { return ( { isThisConditionOk ? ( Yes ) : ( No ) } ); } ``` We expect it to...

https://github.com/webpack/webpack-dev-server/blob/master/migration-v5.md

https://github.com/stylelint-stylistic/stylelint-stylistic 社区是真能折腾……

For now python's block comments is tested by `/^"""/`, but python also allows `'''` to be block comment

According to [release notes of v0.17.0](https://github.com/evanw/esbuild/releases/tag/v0.17.0), `watch` option is removed and it cause `bundle-require` to error: ``` ✘ [ERROR] Invalid option in build() call: "watch" /Users/otakustay/Develop/reskript/node_modules/.pnpm/[email protected]/node_modules/esbuild/lib/main.js:255:12: 255 │ throw new...

Is it possible that we can change a property to a getter / setter in decorator's `descriptor.initializer` function? ``` js class CustomView { constructor() { this.controls = { table: 'table'...