Yuxin Liu

Results 20 issues of Yuxin Liu

## Link to bug demonstration repository ## Expected Behavior branch coverage 100%, other metrics are not 0% ## Observed Behavior branch coverage 100%, but other metrics are all 0% ###...

I ran the `npm run test`, and got a result of "57 tests passed". Is there any information about the radio on test coverage?

Hi, is there a ranking list showing which GitHub repos have the highest test coverage? What if I want to visit your website and choose the package with high test...

documentation
suggestions

Hi, I found that six transitive dependencies are not used in your package. So I created a package-lock.json file that excludes the useless dependencies. Would you consider removing useless dependencies...

Hi, I'm doing research on detecting unnecessary dependencies in NodeJs packages. I found that one dependency (abort-controller) is not necessary for your package. I modified the `package.json` file to remove...

type: cleanup
api: storage
next major: breaking change

Issue Type: Bug Nothing else happens except that it keeps alerting the same issue. Extension version: 1.8.0 VS Code version: Code 1.64.2 (Universal) (f80445acd5a3dadef24aa209168452a3d97cc326, 2022-02-09T22:00:58.347Z) OS version: Darwin x64 21.4.0...

Hi, I found that five transitive dependencies are not used in your package, according to your tests. So I created a package-lock.json file that excludes the useless dependencies. Would you...

Hi, is there any tree-shaking strategy in ncc, like what bundlers do on front-end applications? I wonder how do you deal with the dynamic "require" while compiling. Thank you.

Hi, I found that six transitive dependencies are not used in your package. So I created a package-lock.json file that excludes the useless dependencies. Would you consider removing useless dependencies...

Hi, Thanks for developing this good project, which provides high-coverage tests. I'm doing dynamic analysis on npm packages, and your project is one of my samples. Through our dynamic analysis...