rushstack
rushstack copied to clipboard
Monorepo for tools developed by the Rush Stack community
## Summary The RushJS documentation for [rush install](https://rushjs.io/pages/commands/rush_install/) states that I can run with `--only` flag which will select only the one specified project and install only the dependencies for...
## Summary microsoft-api-extractor throws 'Unable to follow symbol for "Set"' after I added a JavaScript Set to my code. I added a Set to an exported type: export type SiteSetting...
I see rush try to find rush.json location by using 'Path.dirname' at most 10 times. Why was the final decision made ten times? It seems like a magic number. Why...
## Summary The default for reportFolder is `etc`: https://github.com/microsoft/rushstack/blob/8a33edff8d980dabb4c3dd2f56c515c12979051f/apps/api-extractor/src/schemas/api-extractor-defaults.json#L20 The change in #3465 changed this to `temp`. This is wrong, and it makes the template comments confusing, because the `temp`...
## Use Case My team has begun using API-Extractor in our mono-repository to help manage our API surfaces via release-tag-based trimming. We plan to begin leveraging the generated API report...
## Summary Then running generation of docs I want to have custom escaping for Table cells. ## Repro steps Create a `SpecialCustomMarkdownEmitter` that extends `CustomMarkdownEmitter`. Provide `getTableEscapedText` with custom escape...
Just wondering if there was a plan to add bun's package manager as supported to rush alongside pnpm/npm/yarn? Thanks for your time!
## Summary I'm confused. I thought `rush deploy` was supposed to create a generic artifact to be deployed in restrict environments, like Google Cloud which doesn't support NPM. However, when...
## Summary For diagnosing missing peer dependency issues, the log output of `pnpm install` is very useful, but by default `rush update` only writes to the console and the output...
## Summary When following the setup steps [here](https://api-extractor.com/pages/setup/invoking/), I encountered: ``` $ npx api-extractor run api-extractor 7.33.7 - https://api-extractor.com/ Using configuration from ./api-extractor.json Analysis will use the bundled TypeScript version...