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 Hi, i'm here to report a recently update compatibility issue in the package imports, that breaks the compatibility with node under v20. 1 month ago the package @microsoft/api-extractor...

## Summary I'm bundling a set of d.ts files and getting the following error: ```sh Symbol not found for identifier: ... ``` I found this old issue where the same...

## Summary I’m trying to update from Rush 5.155.1 to 5.162.0 and pnpm 8.15.9 to 10 (via 9 to update the lockfile format). After updating to Rush 5.162.0 and pnpm...

## Summary Fixes the workflow inefficiency when performing sweeping monorepo changes (e.g., TypeScript upgrades) where developers lose track of which projects failed after fixing individual failures. Adds `--show-existing-failure-logs` parameter that...

## Summary When using `bundledPackages` options, import declaration from dir generates incorrect dts result. e.g. configure `"bundledPackages": ["foo"]`, with following `foo` package files: - index.d.ts ```ts export { Bar }...

## Summary When API Extractor creates a namespace to represent an exported module namespace object (`export * as Foo from './Foo'`), the `@module` comment from the source file is now...

## Summary I'd like to use the API extractor functionalities to track my public API and filter anything non-public from my `d.ts` files. At the same time I want to...

## Summary When performing sweeping changes to a monorepo, for example upgrading TypeScript, one will often find themselves in the following loop: 1. Run a broad `rush build` or `rush...

## Summary api-extractor generates invalid dts results for some namespace declaration cases. e.g. - #4807 - #3127 - invalid dts results in current repo: - https://github.com/microsoft/rushstack/blob/main/build-tests/api-extractor-scenarios/etc/apiItemKinds/rollup.d.ts#L31 - https://github.com/microsoft/rushstack/blob/main/build-tests/api-extractor-scenarios/etc/apiItemKinds/rollup.d.ts#L39 ## Details...

## Summary This implementation adds support for [allowRemainderArguments](vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/code/electron-browser/workbench/workbench.html) property in Rush custom commands, enabling commands to accept and pass through arbitrary additional command-line arguments to shell commands or npm scripts....