iTwin / presentation

Monorepo for iTwin.js Presentation Library
https://www.itwinjs.org/presentation/
MIT License
4 stars 0 forks source link

Ensure there're no `@internal` APIs visible publicly #652

Closed grigasp closed 2 months ago

grigasp commented 2 months ago

A @public exported API may expose a non-exported and/or non-public type - that is captured with our extract-api script. The output files show that some of the exposed APIs are @internal, which is wrong - only public APIs should be available publicly.

The check-internal script should be updated to capture @internal tags in the extract-api output files.