mirror of
https://github.com/jaandrle/deka-dom-el
synced 2026-01-13 09:06:28 +01:00
🐛 📺 v0.9.5-alpha (#44)
* ⚡ 📺 package (version and publint) * 🔤 docs typos * 🐛 this address / fixes #43 * ⚡ tiny el optimalization * 🔤 improve docs wording * 🔤 case-studies/products.js (AbortSignal) * 🔤 🐛 case-studies/image-gallery.js
This commit is contained in:
@@ -51,9 +51,9 @@ export function createElement(tag, attributes, ...addons){
|
||||
const host= (...c)=> !c.length ? el_host :
|
||||
(scoped===1 ? addons.unshift(...c) : c.forEach(c=> c(el_host)), undefined);
|
||||
scope.push({ scope: tag, host });
|
||||
el= tag(attributes || undefined);
|
||||
const is_fragment= isInstance(el, env.F);
|
||||
el= /** @type {Element} */(tag(attributes || undefined));
|
||||
if(el.nodeName==="#comment") break;
|
||||
const is_fragment= isInstance(el, env.F);
|
||||
const el_mark= createElement.mark({
|
||||
type: "component",
|
||||
name: tag.name,
|
||||
|
||||
Reference in New Issue
Block a user