Skip to content

Commit

Permalink
chore(declarations): remove unused types (#4673)
Browse files Browse the repository at this point in the history
this commit removes several types that are unused in the stencil
codebase. these have previously gone undetected due to their being
exported by `src/declarations/index.ts`.

these types are not used within the stencil codebse. _however_ it is
possible that a consumer is reaching into our internal type declarations
to use these types. those that are in this file are assumed to be
'private' (and therefore volatile). should a bug report come in
regarding one of these types, the recommeneded recourse is that the team
investigate/determine on a per-issue basis whether the type should be
restored in `stencil-public.ts` or re-added to this file and deprecated
(and removed in v5)
  • Loading branch information
rwaskiewicz committed Aug 14, 2023
1 parent aac37fd commit c0085e8
Showing 1 changed file with 1 addition and 358 deletions.
Loading

0 comments on commit c0085e8

Please sign in to comment.