rushstack
rushstack copied to clipboard
Monorepo for tools developed by the Rush Stack community
Fixes https://github.com/microsoft/rushstack/issues/1830
I bypass version selector just checking if command name is 'myrush'. If not it continues with its expected behavior. Let me know if i'm going about it correctly. **WIP (Please...
I wanted to make use of the experimental `tableOfContents` part of the `api-documenter.json` config file in markdown, since it's only used in the yaml output today. I created an `ExperimentalMarkdownDocumenter`...
## Summary Some builds were failing randomly because the VM was under heavy load.
## Summary Fixes #4400 Makes #3994 more feasible. ## Details Splits the functionality of ProjectChangeAnalyzer into two components: 1) `ProjectChangeAnalyzer#_tryGetSnapshotAsync` - Performs all the async I/O operations to determine the...
## Summary Fixes #4467 ## Details @bartvandenende-wm has proposed a simpler fix in PR https://github.com/microsoft/rushstack/pull/4468 However, it seems error-prone and unnecessary to allow operations to be started entirely anonymously. My...
## Summary This MR adds many useful changes introduced in the split-workspace PR (https://github.com/microsoft/rushstack/pull/3481) such as the creation of the `BaseFlag` class as well as the addition of the --ignore-scripts...
This PR is attempting to repro the issue reported in https://github.com/microsoft/rushstack/issues/4301 However the project builds successfully, so we need more information: ``` rush install rush build --verbose --to eslint-8-test ```
## Summary This PR refactors the `executeCommand` and related functions to be async. This is in preparation for some follow-up work to merge `executeCommandAndProcessOutputWithRetryAsync` into the `executeCommandAsync` function. ## How...
## Summary Adds the ability for tools consuming API-Extractor to customize the default values when loading config files. ## Details Provided custom defaults override global defaults, then the config file...