mirror of
https://github.com/jaandrle/deka-dom-el
synced 2025-07-01 04:12:14 +02:00
🚧 types, linting, caching
♻️ add linting to codebase ♻️ Update prototype methods 🐛 update maxcomplexity in jshintConfig ♻️ Improve DOM element property handling ♻️ update setDelete function ✨ Add type annotation for signals() ♻️ Cleanup when signal removed
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
import { namespace, el, on, registerReactivity } from "../index.js";
|
||||
import { namespace, el, assign, on, registerReactivity } from "../index.js";
|
||||
import { S } from "../src/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";
|
||||
const style= createStyle();
|
||||
Object.assign(globalThis, { S, el, namespace, on, registerReactivity, style });
|
||||
Object.assign(globalThis, { S, el, assign, namespace, on, registerReactivity, style });
|
||||
export { S, el, on, registerReactivity, style };
|
||||
|
||||
function createStyle(){
|
||||
|
Reference in New Issue
Block a user