Skip to content

pantoken / renderers/web-components/src / NESTED_DEPS

Variable: NESTED_DEPS

const NESTED_DEPS: Readonly<Record<string, readonly string[]>>

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.