{extends: def.local_name}); } } function addCustomElements(metadata) { for (const def of metadata.custom_elements) { try { addCustomElement(def); } catch (e) { console.log(e); } } } function main(metadata) { addCustomElements(metadata); }