rushstack
rushstack copied to clipboard
Monorepo for tools developed by the Rush Stack community
## Summary When writing tools that use ProjectChangeAnalyzer, it would be very convenient to be able to pass a custom list of ignore globs that can augment (or override) the...
Adding a shell script plugin for Heft (relevant past discussion about this here https://github.com/microsoft/rushstack/issues/3519). Whipped this up internally at my company a few weeks ago / figured I would port...
## Summary This is an initial implementation of an RSPack plugin for Heft. ## Details Not tested yet. Features around managing the dev mode are missing. ## How it was...
## Summary This PR pulls in the plugin mentioned in https://github.com/microsoft/rushstack/issues/4001. ## How it was tested Tested by PR build.
This PR introduces a `heft-napi-rs-plugin` in addition to a `rust/hello-world` directory managed by rush and the aforementioned plugin. In addition .gitignore has been updated to filter `/target` folder which Rust...
**Is this a feature or a bug?** - [x] Feature - [ ] Bug **Please describe the actual behavior.** I have an `index.d.ts` what include `declare module` ```ts // index.d.ts...
## Summary Hey team, I raised a question in Zulip about an issue with custom plugins using the the `flushTelemetry` hook: https://rushstack.zulipchat.com/#narrow/stream/262513-general/topic/flushTelemetry.20hook.20receives.20no.20data.20for.20failed.20operations/near/432975837 Summarizing here, `RushCommandLineParser` doesn't wait for the `flushTelemetry`...
## Summary BaseInstallManager-canSkipInstall check need to check pnpm-config.json file also ## Details ## How it was tested self tested on local repo ## Impacted documentation
## Summary This PR does 2 things, 1. it adds logging for the cobuild build plan. It's currently pretty difficult to debug why cobuilds aren't performing as expected and some...
## Summary This PR adds support for sharding to rush phases. This allows plugins that support sharding, like jest, to be split into multiple shards and run independently. It does...