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

Using `api-documenter markdown -i dist -o docs/api` is occasionally producing markdown files with random html comment sections in them. When running the previous command it is seeming to produce markdown...

enhancement
effort: medium
needs design

# Rush example *.json files are hard to read and setup ## Summary I am setting up a monorepo with rush, (using `rush init`) following the official docs. I have...

needs design
priority

## Summary Editor setup and syntax highlighting would be nicer and easier (in my opinion) if heft and rush config files were allowed to have `jsonc` as their file extension....

needs design

## Summary At a security-focused company, your security dept is loathe to have "security through obscurity", with open-air S3 buckets or blob storage containing things like code coverage reports, rush...

im sorry to write here , but i had no idea. I'm going to replace lerna with rush, but I'm having trouble releasing the package of Organizations. when i ran...

we have a monorepo project called [s2](https://github.com/antvis/S2), and includes four libs: * s2-core * s2-shared * s2-react * s2-vue and add `s2-shared` into bundledPackages: ![image](https://user-images.githubusercontent.com/17964556/188467307-68b9c492-0485-4569-bf59-2bd5d3595fbf.png) s2-react is all good, excludes...

**Is this a feature or a bug?** - [x] Feature - [ ] Bug **Please describe the actual behavior.** Is there some documentated way in which the rush install can...

enhancement
general discussion
needs design

Provide a "rush remove" command that undoes "rush add" https://github.com/microsoft/rushstack/issues/1457

## Summary Consider that you have some class defined in your library and you want to export it only as a "type", e.g. `export type { SomeClass }`. However, the...

bug

## Summary I am in the final stages of converting TypeScript itself into modules (from its current state as giant namespaces). To reproduce something similar to our current d.ts files,...