mirror of
https://github.com/jaandrle/deka-dom-el
synced 2025-07-01 12:22:15 +02: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:
5
dist/esm-with-signals.js
vendored
5
dist/esm-with-signals.js
vendored
@ -430,9 +430,10 @@ function createElement(tag, attributes, ...addons) {
|
||||
scoped = 1;
|
||||
const host = (...c) => !c.length ? el_host : (scoped === 1 ? addons.unshift(...c) : c.forEach((c2) => c2(el_host)), void 0);
|
||||
scope.push({ scope: tag, host });
|
||||
el = tag(attributes || void 0);
|
||||
const is_fragment = isInstance(el, enviroment.F);
|
||||
el = /** @type {Element} */
|
||||
tag(attributes || void 0);
|
||||
if (el.nodeName === "#comment") break;
|
||||
const is_fragment = isInstance(el, enviroment.F);
|
||||
const el_mark = createElement.mark({
|
||||
type: "component",
|
||||
name: tag.name,
|
||||
|
2
dist/esm-with-signals.min.js
vendored
2
dist/esm-with-signals.min.js
vendored
File diff suppressed because one or more lines are too long
5
dist/esm.js
vendored
5
dist/esm.js
vendored
@ -414,9 +414,10 @@ function createElement(tag, attributes, ...addons) {
|
||||
scoped = 1;
|
||||
const host = (...c) => !c.length ? el_host : (scoped === 1 ? addons.unshift(...c) : c.forEach((c2) => c2(el_host)), void 0);
|
||||
scope.push({ scope: tag, host });
|
||||
el = tag(attributes || void 0);
|
||||
const is_fragment = isInstance(el, enviroment.F);
|
||||
el = /** @type {Element} */
|
||||
tag(attributes || void 0);
|
||||
if (el.nodeName === "#comment") break;
|
||||
const is_fragment = isInstance(el, enviroment.F);
|
||||
const el_mark = createElement.mark({
|
||||
type: "component",
|
||||
name: tag.name,
|
||||
|
2
dist/esm.min.js
vendored
2
dist/esm.min.js
vendored
File diff suppressed because one or more lines are too long
5
dist/iife-with-signals.js
vendored
5
dist/iife-with-signals.js
vendored
@ -475,9 +475,10 @@ var DDE = (() => {
|
||||
scoped = 1;
|
||||
const host = (...c) => !c.length ? el_host : (scoped === 1 ? addons.unshift(...c) : c.forEach((c2) => c2(el_host)), void 0);
|
||||
scope.push({ scope: tag, host });
|
||||
el = tag(attributes || void 0);
|
||||
const is_fragment = isInstance(el, enviroment.F);
|
||||
el = /** @type {Element} */
|
||||
tag(attributes || void 0);
|
||||
if (el.nodeName === "#comment") break;
|
||||
const is_fragment = isInstance(el, enviroment.F);
|
||||
const el_mark = createElement.mark({
|
||||
type: "component",
|
||||
name: tag.name,
|
||||
|
2
dist/iife-with-signals.min.js
vendored
2
dist/iife-with-signals.min.js
vendored
File diff suppressed because one or more lines are too long
5
dist/iife.js
vendored
5
dist/iife.js
vendored
@ -456,9 +456,10 @@ var DDE = (() => {
|
||||
scoped = 1;
|
||||
const host = (...c) => !c.length ? el_host : (scoped === 1 ? addons.unshift(...c) : c.forEach((c2) => c2(el_host)), void 0);
|
||||
scope.push({ scope: tag, host });
|
||||
el = tag(attributes || void 0);
|
||||
const is_fragment = isInstance(el, enviroment.F);
|
||||
el = /** @type {Element} */
|
||||
tag(attributes || void 0);
|
||||
if (el.nodeName === "#comment") break;
|
||||
const is_fragment = isInstance(el, enviroment.F);
|
||||
const el_mark = createElement.mark({
|
||||
type: "component",
|
||||
name: tag.name,
|
||||
|
2
dist/iife.min.js
vendored
2
dist/iife.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user