Mozi

Results 57 issues of Mozi

We have some code to find "vcvarsall.bat" manually when "vswhere" does not exist: https://github.com/ilammy/msvc-dev-cmd/blob/f456b805b3f63911738cb71d4f255e4e129c7e7a/index.js#L33-L44 However, the test in the current [main.yml](https://github.com/ilammy/msvc-dev-cmd/blob/f456b805b3f63911738cb71d4f255e4e129c7e7a/.github/workflows/main.yml) doesn't cover this case. I think we should test...

[Root Dirs - `rootDirs` § TypeScript: TSConfig Reference - Docs on every TSConfig option](https://www.typescriptlang.org/tsconfig#rootDirs)

Re fix #62 . #63 is not complete. [`core.error()`](https://github.com/actions/toolkit/blob/243a8bba07ca25564b20bc359db606fbe82edaec/packages/core/README.md#logging) just did logging, so the error handling code at [main.ts#L322-L323](https://github.com/marvinpinto/actions/blob/9ecff5f61cbff8b2d81c3a064cb805931e730fdd/packages/automatic-releases/src/main.ts#L322-L323) would not work. I think that if a user wants to...

Re fix #62 . #63 is not complete. [`core.error()`](https://github.com/actions/toolkit/blob/243a8bba07ca25564b20bc359db606fbe82edaec/packages/core/README.md#logging) just did logging, so the error handling code at [main.ts#L322-L323](https://github.com/marvinpinto/actions/blob/9ecff5f61cbff8b2d81c3a064cb805931e730fdd/packages/automatic-releases/src/main.ts#L322-L323) would not work. I think that if a user wants to...

This important function should be tested. I'm not very familiar with Jest. After reading docs, googling and stackoverflowing, I wrote this. Please feel free to point out problems in my...

Original: ```console $ which node && node -e \ > ' > require("child_process").exec( > require("which").sync("node") + " --version", > {}, > (err, stdout) => { > if (err) throw err;...

Added: + "@types/express": "^4.17.13", + "@types/semver": "^7.3.9", + "@types/which": "^2.0.1",