1
0
mirror of https://github.com/jaandrle/deka-dom-el synced 2025-07-02 04:32:14 +02:00

🐛 Process primitives & signals correctly in createElement/assign

This commit is contained in:
2023-09-21 12:35:27 +02:00
parent 84bcac0ec9
commit cc69018d99
11 changed files with 610 additions and 613 deletions

View File

@ -21,7 +21,7 @@ export function fullNameComponent(){
),
el("p").append(
el("strong", "Full name"),
el("#text", ": "),
": ",
el("#text", full_name)
)
);

View File

@ -1,7 +1,7 @@
import * as dde_dom from "../index.js";
export * from "../index.js";
import * as dde_s from "../src/signals.js";
export * from "../src/signals.js";
import * as dde_s from "../signals.js";
export * from "../signals.js";
// import { empty, namespace, on, dispatch } from "../index.js";
// import "../dist/dde-with-signals.js";
// Object.assign(globalThis, dde);