Pete Gonzalez
Pete Gonzalez
> API Extractor isn't happy with the merged declarations. It has the following errors: I'm not sure this new syntax is an improvement. We should discuss it.
[@rushstack/packlets-eslint-plugin] Add support for ESM-style import paths to packlets eslint plugin
@ethanresnick I think it just slipped through the cracks 😅 Are you able to test it? If it works for you, then we can merge+release it. BTW if I don't...
@bdwain Thank you for contributing this PR! Sorry nobody has looked at it yet. I agree that API Extractor should handle this situation, but the implementation is incomplete. Since it...
🚀 A prerelease of this branch is published as version `5.86.0-pr3813.0` of the following packages: - `@microsoft/rush` - `@microsoft/rush-lib` - `@rushstack/rush-sdk` - `@rushstack/rush-amazon-s3-build-cache-plugin` - `@rushstack/rush-azure-storage-build-cache-plugin`
FYI there was some more discussion of this feature in https://github.com/microsoft/rushstack/issues/2496 Also, in https://github.com/microsoft/rushstack/issues/1503 we proposed to add a switch `preservePackageJsonLayout` for disabling these features. (This is just FYI --...
> Here's a sample .d.ts file that is generated for me by rollup-plugin-dts, with the comment in an unpredictable location: Thanks! I validated that it works correctly with this build....
CC @elliot-nelson
> It's possible that the API Extractor team doesn't want to support these patterns, from some of the discussion a few years ago on #2220. If that's the case, that's...
Could you provide some detail about the problem scenario that you're trying to solve? (Is it merely that API Extractor's `typescript` dependency needs to be upgraded?) > so the client...