rushstack
rushstack copied to clipboard
Monorepo for tools developed by the Rush Stack community
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...
# 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...
## 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....
## 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:  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...
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...
## 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,...