mirror of
https://github.com/jaandrle/deka-dom-el
synced 2025-04-02 20:15:53 +02:00
* :tap: removed on.attributeChanged and static observedAttributes * ⚡ import optimalization * ⚡ scope.signal * 🔤 🐛 * ⚡ 🐛 registerReactivity and types * 🔤 * ⚡ * 🔤 * 🐛 Node in enviroment * ⚡ todos * ⚡ * ⚡ 🔤 * ⚡ lint * ⚡ memo * 🔤 🐛 memo * ⚡ 🔤 todomvc * 🐛 types * 🔤 p08 signal factory * 🔤 ⚡ types * ⚡ 🔤 lint * 🔤 * 🔤 * 🔤 * 🔤 * 📺
12 lines
356 B
JavaScript
12 lines
356 B
JavaScript
// use NPM or for example https://cdn.jsdelivr.net/gh/jaandrle/deka-dom-el/dist/esm-with-signals.js
|
|
import {
|
|
customElementRender,
|
|
customElementWithDDE,
|
|
} from "deka-dom-el";
|
|
/** @type {ddePublicElementTagNameMap} */
|
|
import { S } from "deka-dom-el/signals";
|
|
S.observedAttributes;
|
|
|
|
// “internal” utils
|
|
import { lifecyclesToEvents } from "deka-dom-el";
|