rushstack icon indicating copy to clipboard operation
rushstack copied to clipboard

Monorepo for tools developed by the Rush Stack community

Results 515 rushstack issues
Sort by recently updated
recently updated
newest added

## 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...

bug
help wanted
effort: easy

## 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)....

enhancement

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...

enhancement
needs design

**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...

general discussion

`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...

help wanted
effort: easy

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; }...

bug
repro confirmed
ae-ambiguous-ids

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...