Pete Gonzalez

Results 697 comments of Pete Gonzalez

> **`UserInputBase` exported:** > > * _With fancy docs inheritance feature turned on_, URL for `Button.disabled` (inherited) is `https://api.example.io/pages/my-ui-library.button.disabled/` (same URL as above). With feature turned off, no `Button.disabled` entry....

Is there a solution that doesn't rely on **package.json**? - **package.json** cannot store code comments to document why the globs were added (this is arguably more important than the glob...

In our monorepo, each project has its own package.json file and can be built/published independently of the others. We run API Extractor separately on each project as part of its...

Makes sense. Philosophically one of our principals has been that projects in the monorepo should remain isolated/decoupled, so they can be moved between repos easily. So we try to avoid...

FYI Api Extractor 7 will introduce an `ApiEntryPoint` object in the api.json file, which is a first step towards supporting this. We also included support for API Entry points in...

> * when running `rush update` and there are parsing errors in a component's package.json, pnpm does not provide stderr/stdio feedback - only exit code 1, which is not descriptive...

Your new API can also fix this issue: https://github.com/microsoft/rushstack/issues/996

@1000RR if you're good with these changes, could you promote this to a non-draft PR?

> @octogonz may I ask for a final review and merge? Thanks for the reminder. And thanks for your patience -- things have been very busy lately. 😄

`:::admonition` is not valid TSDoc. See https://tsdoc.org for rationale why we don't support arbitrary proprietary syntaxes. The recommendation would be to represent this as an HTML tag (``) and then...