pantoken / renderers/web-components/src / NESTED_DEPS
Variable: NESTED_DEPS
constNESTED_DEPS:Readonly<Record<string, readonlystring[]>>
Alpha
Elements whose shadow markup renders another element, so registering one requires its dependencies too: <instui-date-time-input> renders a <instui-date-input>, which renders a <instui-calendar>. register's only filter expands through this (transitively) so a cherry-picked subset still works. Keyed by base name; values are direct dependencies.