image-js / image-js-typescript

Temporary repository to work on the migration of image-js to TypeScript
https://image-js.github.io/image-js-typescript/
MIT License
5 stars 5 forks source link

chore: make all types that are used or returned by the public interface also public #411

Closed stropitek closed 9 months ago

stropitek commented 9 months ago

Closes: https://github.com/image-js/image-js-typescript/issues/408

Based on warnings produced by typedoc.

stropitek commented 9 months ago

I will be also adding an option to typedoc-action so that it can treat warnings as errors and that those warnings can be caught early in our PRs.

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (58041ea) 98.58% compared to head (26e7836) 98.58%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #411 +/- ## ======================================= Coverage 98.58% 98.58% ======================================= Files 223 223 Lines 5848 5850 +2 Branches 1239 1239 ======================================= + Hits 5765 5767 +2 Misses 80 80 Partials 3 3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

stropitek commented 9 months ago

https://github.com/zakodium/typedoc-action/pull/22

My idea is to do this: