rushstack
rushstack copied to clipboard
Monorepo for tools developed by the Rush Stack community
## Summary I'm trying to create a new rush monorepo. After adding my first empty package, I invoked `rush update`, and it failed with ```text $ rush --debug update Rush...
## Summary If I get it right, the purpose of `@types/heft-jest` is to provide `mocked()` helper. Seems like code was copied from `ts-jest`. The fact is that it was moved...
## Summary We have been copying around a script to a couple monorepos to check whether a file is "too big" (and so probably needs to be added to LFS)....
Usage: `$ rush analyze-telemetry --build-times --file telemetry_datestamp.json` `$ rush analyze-telemetry -b --file telemetry_datestamp.json` `$ rush analyze-telemetry --simulate --file telemetry_datastamp.json` ## Summary When building projects, it is very helpful to have...
For open source projects, the documentation web site may need to point people to the source code where an API is declared. API Extractor should track the original source file...
**Is this a feature or a bug?** - [x] Feature - [ ] Bug **Please describe the actual behavior.** Currently, Rush can download and manage the version of the package...
`rush add` executes `rush update` under the hood, but does not pass --bypass-policy flag to it. ## Summary ## Repro steps ```shell rush add --bypass-policy -p ts-node --dev ``` OR...
When an interface and a namespace have the same name as shown by `TestName` in this sample `.d.ts` file ``` interface TestName { type: number; index: number; size: number; }...
Implements https://github.com/microsoft/rushstack/issues/1596 More precisely it implements level 1 described in https://github.com/microsoft/rushstack/issues/1596#issuecomment-546790721 by @octogonz Main changes: - Add `additionalEntryPoints` field to the config file - Generate multiple entry points in `api.json`...
## Summary 1. Every package manager that exists (except for rush) adds a package without a special flag for the package name. What else would you be adding if not...