rushstack
rushstack copied to clipboard
Monorepo for tools developed by the Rush Stack community
## Summary Applies more accurate subspace configurations via `rush init-subspace` ## Details When creating a new subspace via `rush init-subspace`, the rush .npmrc template might not be proper for the...
## Summary I am using [vite-plugin-dts](https://github.com/qmhc/vite-plugin-dts) with `rollupTypes: true` to create a rollup of the type declarations. After upgrading, I am experiencing some errors. After narrowing down the problem, it...
## Summary I would like to be able to generate a fully compiled and inlined .d.ts with only the exported types of the main file. ## Details Let's say I...
## Summary I believe Rush's task scheduling capabilities are excellent, but there are still some flaws that I think are intolerable. Specifically, it’s about how to balance executing the minimum...
## Summary I recently significantly improved some NodeJS compression work by pre-allocating two `Buffer`s, one for read and one for compressed output data, then using `readSync` and `writeSync` directly into...
## Summary Restricts a package to be used according to its access restrictions. ## Details Package maintainers often need enhanced control and insight into their projects. By introducing a new...
## Intro Hi everyone! I want to follow-up on the discussion from today's Rush Hour about potential Summarizer improvements. Right off the bat, I can say I'm willing to help...
## Summary This is a duplicate of https://github.com/microsoft/rushstack/issues/3094, but I wasn't sure how to get eyes on it so I created another ticket. Our use case is slightly different too....
## Summary Add a new plugin to the `rush-plugins` folder. The _Operation Resource Plugin_ allows a configuration file to constrain parallelism on specified combinations of tags, projects, and phases, and...
## Summary Really not sure why, but we are getting the error `Internal Error: Unable to follow symbol for "JSX"` when running api-extractor for rollup. We are not using JSX...