You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My requirement is similar to the issue #133 mentioned. I need to generate a .d.ts file representing only the public API of a large TypeScript codebase, excluding private/internal symbols and types.
Based on my preliminary verification, this requirement can be achieved if rollup-plugin-dts exposes an interface for custom transformers. It would be similar to the transformers parameter of rollup-plugin-ts (https://github.com/wessberg/rollup-plugin-ts#transformers), allowing me to provide custom transformers.
My requirement is similar to the issue #133 mentioned. I need to generate a .d.ts file representing only the public API of a large TypeScript codebase, excluding private/internal symbols and types.
Based on my preliminary verification, this requirement can be achieved if rollup-plugin-dts exposes an interface for custom transformers. It would be similar to the
transformers
parameter ofrollup-plugin-ts
(https://github.com/wessberg/rollup-plugin-ts#transformers), allowing me to provide custom transformers.Expected behavior
The text was updated successfully, but these errors were encountered: