rushstack
rushstack copied to clipboard
Monorepo for tools developed by the Rush Stack community
## Summary Add feature for https://github.com/microsoft/rushstack/issues/2616 ## Details 1. `rush scan` support scanning esm dynamic import 2. support scan unused `@types/` packages. 3. rewrite `console` to `Terminal` ## How it...
## Summary Adds an option `suppressStartupBanner` that can be specified in `command-line.json` to skip logging of Rush's startup banner, e.g. if the command output is meant to be parsed as...
## Summary add feature for: https://github.com/microsoft/rushstack/issues/2635 ## Details Add `rush upgrade-self` command line 1. fetch `microsoft/rush` versions with npm 2. prompt user to select a version 3. setup specified version...
## Summary Trying to solve #2607 by forward informational CLI output on `stderr` ## Details Rather than using and `stdout` for informational output we want to use `sterr`, this is...
## Summary Fixes #2534. ## Details When generating docModel for exported entity, previously we use "nameForEmit" to naming it. But "nameForEmit" only represents the name of its local declaration, not...
## Summary Adds support for `heft --trace ` to record a timeline view in Chrome Trace Events format of all tap invocations. ## Details Logs all tap invocations, listing the...
## Summary Adds a `--trace` flag, which generates a trace of when each project was built and how long they took, in a format easily visualized using the `about:tracing` page...
We found that with 100+ projects in our rush.json packages array it was getting difficult to maintain. To fix this I have added a "projectsExtended" property to rush.json that stores...
## Summary Keep alphabetic order for keys like dependencies, devDependencies when updating package.json Fixes https://github.com/microsoft/rushstack/issues/2115 ## Details As per https://github.com/microsoft/rushstack/blob/master/apps/rush-lib/src/api/PackageJsonEditor.ts#L143, I think originally `PackageJsonEditor` tends to sort dependencies and devDependencies,...
## Summary This is a proof-of-concept fix for the issue that @wachunga reported in https://rushstack.zulipchat.com/#narrow/stream/262521-api-extractor/topic/packageDocumentation ## Details Normally API Extractor requires the `@packageDocumentation` doc comment to be the first comment...