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 Fixes #5292 ## Details Adds emoji status indicators. Note that the status indicators displayed in the headers are _real-time_, so errors may show up before the operation that...

## Current Design In large monorepos, monitoring status of an ongoing build becomes difficult, especially under verbose logging. The header between operations is the only indicator provided to the developer...

## Summary When trying to run api-extractor on a project that attempts to bundle the [axe-core library](https://github.com/dequelabs/axe-core), api-extractor fails with the message: > ERROR: Internal Error: Unable to analyze the...

Our type definition files use the `@throws` [tag from TSDoc](https://tsdoc.org/pages/tags/throws/). The current [api-extractor reference](https://api-extractor.com/pages/tsdoc/declaration_references/) doesn't list this as a supported tag. We'd like support for that tag implemented in api-extractor,...

## Summary I'm trying to get a doc model (.api.json) to report all APIs: internal, alpha, beta, and public. By specifying `"releaseTagsToTrim": []"` config option in the doc model I...