Manuel Rueda

Results 7 comments of Manuel Rueda

Yes, but currently I do not have the credentials in a ENV variable because I am using the `npm login` flow to do the authentication. We have a private registry...

Hi! We are having the exact same problem. We heavily use global types extensions and this is a blocker to implement api-extractor. Will this be fixed? If there is not...

Following the [**Module Augmentation**](https://www.typescriptlang.org/docs/handbook/declaration-merging.html#module-augmentation) pattern does not work either. We use this patter a lot for plugin based logic where a plugin can extend a centralized interfaced to expose optional...

Sorry about the oversimplified example. Here is a working repo example: https://github.com/manrueda/api-extractor-module-augmentation

Thanks @octogonz! I was using global augmented types to have my extensibility feature but I am changing to do module based to have a cleaner API. I expand the example...

Something that I just remember (and why I end up in the global augmentation issue) it's that we have a less important case where we extend the TypeScript build it...