rushstack
rushstack copied to clipboard
Monorepo for tools developed by the Rush Stack community
📌 ***This PR is marked as "Draft" because it solves a temporary problem at our company. We will publish a preview release, and use it internally for some time, then...
## Summary API-Documenter already custom tags via [TSDoc](https://api-extractor.com/pages/configs/tsdoc_json/). We need similar functionality for access modifier annotations to leverage api stripping based on our needs. Please check following [RFC](https://github.com/microsoft/fluentui/pull/23577) for more...
## Summary In https://github.com/microsoft/TypeScript/issues/49517 I reported a TS bug and was given a workaround which, unfortunately seems to break api-extractor 😢 My `.d.ts` file: ```typescript declare class Foo { protected...
## Summary The `workspace:` protocol can be used with package aliases. This PR gives Rush the ability to parse such expressions as `workspace:alias@version`. ## Details Adds support for `npm:` and...
Will Rush work out of the box with this new pnpm patch https://pnpm.io/cli/patch feature or do you suspect it may break something? I guess it will just work, but it...
## Please prefix the issue title with the project name i.e. [rush], [api-extractor] etc. ## **Is this a feature or a bug?** - [X] Feature - [ ] Bug **Please...
## Summary I'm using these tools to document a TypeScript library, and I noticed that when you don't export a type from your `index.ts`, that type does not get included...
# Summary As mentioned in this issue (https://github.com/microsoft/rushstack/issues/3522), it would be useful to have this feature implemented: https://github.com/microsoft/rushstack/blob/main/apps/heft/src/plugins/TypeScriptPlugin/TypeScriptBuilder.ts#L780 ## Repro steps N/A ## Details https://github.com/microsoft/rushstack/blob/main/apps/heft/src/plugins/TypeScriptPlugin/TypeScriptBuilder.ts#L780 ## Standard questions Please answer...
## Summary I am trying to upgrade from `7.20.1` to `7.28.2` and now I get this error. `InternalError: Internal Error: Unable to determine semantic information for declaration` The line it...
## Summary Docusaurus uses the `.md` file extension, but its syntax is [MDX](https://mdx-git-renovate-babel-monorepo-mdx.vercel.app/about) not Markdown. A number of Markdown constructs don't get rendered correctly by MDX. ## Test cases Here's...