timocov / dts-bundle-generator

A tool to generate a single bundle of dts with types tree-shaking
MIT License
762 stars 40 forks source link

Issue setting both `excludeInternal` and `placeInternalsInOwningModule` #294

Closed HarelM closed 9 months ago

HarelM commented 9 months ago

Bug report

When setting both excludeInternal and placeInternalsInOwningModule I get the following warning: [warning] [typedoc-plugin-missing-exports] Both placeInternalsInOwningModule and internalModule are set, the internalModule option will be ignored.

Input code

This is the branch I'm working on: https://github.com/maplibre/maplibre-gl-js/tree/imporve-exports

Let me know if this is enough in order to understand the issue.

Expected output

No warnings

Actual output

See above warnings

Additional context Let me know if you need more info.

timocov commented 9 months ago

When setting both excludeInternal and placeInternalsInOwningModule I get the following warning: [warning] [typedoc-plugin-missing-exports] Both placeInternalsInOwningModule and internalModule are set, the internalModule option will be ignored.

Are these options from dts-bundle-generator? I'm confused that you cut ticket to this repo.

HarelM commented 9 months ago

No... My mistake... :-/ should be in typedic... Sorry...