mirror of
https://github.com/jaandrle/deka-dom-el
synced 2025-12-15 05:43:45 +01:00
🚀 ✨ Remove signal listeners automatically (fixes #20)
This commit is contained in:
@@ -2,12 +2,11 @@ import * as dde_dom from "../index.js";
|
||||
export * from "../index.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);
|
||||
// import { el, on, off, S } from "../dist/esm-with-signals.js";
|
||||
export const style= createStyle();
|
||||
Object.assign(globalThis, dde_dom, dde_s);
|
||||
//import * as dde_dom from "../dist/esm-with-signals.js";
|
||||
//export * from "../dist/esm-with-signals.js";
|
||||
//Object.assign(globalThis, dde_dom);
|
||||
export const style= createStyle();
|
||||
|
||||
function createStyle(){
|
||||
const element= dde_dom.el("style");
|
||||
|
||||
Reference in New Issue
Block a user