Nicolas
Nicolas
Add option to pass a custom fetch method. This is mostly for unit test use case where I need to use a mocked instance of fetch. For better test isolation...
I had some issue when the type of an export statement is coming from another module. Example: ```ts // firstFile.ts export const TestStatic: string = "Hello !"; export const TestMethod:...
api-extractor version: 7.0.17 Hi, I am running into an error whenever I try to export a react component as part of my public api. ``` throw new node_core_library_1.InternalError(`Cannot assign isExternal=${options.isExternal}...