rushstack
rushstack copied to clipboard
Monorepo for tools developed by the Rush Stack community
## Summary Hello, I made (making) a node library that is stored inside a rush monorepo. I can link to this library fine from sibling projects (in the same monorepo)...
[api-extractor] Don't annotate items with `{@inheritDoc}` comments as "undocumented" in API reports
For API members documented with `{@inheritDoc Foo}`, the resulting generated API report marks these as `// undocumented`. This isn't true, and leads to confusion in PRs, etc. It would be...
**Is this a feature or a bug?** - [ ] Feature - [x] Bug **Please describe the actual behavior.** When rush uses the `.npmrc-publish` to provide custom settings for the...
*This idea has been around for a while, but it seems we didn't have an issue tracking it.* Copied from https://github.com/microsoft/web-build-tools/issues/1503#issuecomment-527542375: --- There are several problems that this could solve....
## Summary I have two packages A and B, which both depend on `react-redux@~8.0.2`. Project B depends on project A. The dependency is listed identically in both projects package.json. With...
## Summary I noticed that my CPU usage is unusually high whenever I open a Rush project inside VS Code without doing anything. ## Repro steps 1. Create a Rush...
## Summary In the Rushstack monorepo, it gives the _appearance_ that the `_phase:build` and `_phase:test` are built in a way that is replicable from cache, but this is not true....
## Summary The purpose of this issue is to kick off a discussion for how API Extractor can provide better support for handling unexported base classes. Consider the following scenario:...
## Summary Using a comment like this, I would expect the admonition contain to retain formatting. ```ts /** * :::admonition type="info" * Works on **all platforms** * ::: */ ```...
API-Extractor offers the option (for a number of settings) to either report issues in the generated API report file, xor fail with a console error. Missing documentation is not one...