Skip to content

pantoken / renderers/web-components/src / NESTED_DEPS

Variável: NESTED_DEPS

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

Alfa

Elements whose shadow markup renders another element, so registering one requires its dependencies too: &lt;instui-date-time-input&gt; renders a &lt;instui-date-input&gt;, which renders a &lt;instui-calendar&gt;. register's only filter expands through this (transitively) so a cherry-picked subset still works. Keyed by base name; values are direct dependencies.