rushstack
rushstack copied to clipboard
Monorepo for tools developed by the Rush Stack community
## Summary If there are >1 contributors in package.json and there is no dependencies yet, running `rush add --package ` will cause the package.json to be malformed. ## Repro steps...
## Summary A prototype for Rush alerts feature. Learn more about background of this feature: https://github.com/microsoft/rushstack/issues/4782 In this PR, we presents a MVP for this feature, and explains the idea,...
## Summary I have a project that references argon2. I develop on an ARM host, but I build an x86_64 dockerfile from this ARM host. (Using macos M3 macbook and...
## Summary See this repo for a repro of the issue: https://github.com/Josmithr/api-extractor-playground/tree/re-export-module-namespace The repo contains 2 packages, `package-a` and `package-b`. `package-b` depends on `package-a`, and both are configured with API-Extractor....
## Summary It would be great if api-extractor could add `in` and `out` information to generics in the api report, as changing a generic from `in` to `out` or vice...
## Summary ## Details ## How it was tested ## Impacted documentation
## Summary There are no clear examples of how to best cache installed dependencies using rushjs. It would be a boon to both rushstack and developers to be able to...
## Summary I am using the plain api-documenter markdown command line and processing the output with github pages' jekyll processing. This seems to work pretty well except for a couple...
## Summary The latest versions of rush (after 5.112.2) doesn't support variants anymore for `rush install` command even though an error (when running `rush update`) states that variants won't be...
## Summary How to remove redundant newlines on trimmed members? ## Repro steps I want to trim internal members in my public release. Let's say a sample .d.ts file is...