Esri / arcgis-rest-js

compact, modular JavaScript wrappers for the ArcGIS REST API
https://developers.arcgis.com/arcgis-rest-js/
Apache License 2.0
353 stars 119 forks source link

Test typedoc-plugin-resolve-crossmodule-references to avoid re-exporting types #1040

Open patrickarlt opened 1 year ago

patrickarlt commented 1 year ago

Describe the problem

Currently we re-export shared types from the shared package from all packages where they are used. This is a work around for https://github.com/TypeStrong/typedoc/issues/1612.

Describe the proposed solution

We could potentially resolve this with https://github.com/nlepage/typedoc-plugin-resolve-crossmodule-references but it would have to be tested with our JSON output rendering for the developers site.

Alternatives considered

No response

Additional Information

No response