rushstack
rushstack copied to clipboard
Monorepo for tools developed by the Rush Stack community
Hey folks. The `rush version` command generates CHANGELOG.md and .json files. Why doesn't it permit providing a message for the changelog? Is there a suggested workaround to customize the message...
## Summary Most Markdown in the doc comments is escaped, which causes unexpected/unwanted/inconsistent behavior. VSCode allows for Markdown and renders it as expected, but api-documenter doesn't. ## Repro steps Given...
## Summary Fixes https://github.com/microsoft/rushstack/issues/4467 and builds upon https://github.com/microsoft/rushstack/pull/4469 previously actioned by @octogonz ## Details When using the heft watch mode using `heft start` a re-run triggered by a heft-plugin is...
## Summary Add support for new TS declaration format when using module resolution 'bundler' or 'nodenext' fixes https://github.com/microsoft/rushstack/issues/4899 ## Details TS 5.x started to support new `moduleResolution` `bundler` and `nodenext`...
## Summary We're dynamically install tools for renovate and for simple test we call ` --version` which works for most tools. It would be nice if rush can support this...
## Summary Our git repository currently uses a msbuild-based build system. We invoke `rush build` to build ~80 packages from our rush.json. Currently these packages drop files into the `dist`...
## Summary ## Repro steps 1. Perform a normal `heft build` 2. Delete the typescript output folders (in our case dist/dist-cjs) 3. Perform a normal `heft build` again **Expected result:**...
See #4926
## Summary We are using a coding pattern that a package exports multiple features at top level. Each of the features are very similar in structures thus they have types...
## Summary I added a `@internal` tag to one of my classes and it caused API extractor to crash. Removing the `@internal` tag in question causes API extractor to complete...