1
0
mirror of https://github.com/jaandrle/deka-dom-el synced 2026-01-08 23:26:29 +01:00

📺 Maintenance update

This commit is contained in:
2026-01-07 15:25:37 +01:00
parent f2c85ec983
commit fcef903836
10 changed files with 559 additions and 941 deletions

View File

@@ -760,7 +760,7 @@ signal.on = function on2(s, listener, options = {}) {
};
signal.symbols = {
//signal: mark,
onclear: Symbol.for("Signal.onclear")
onclear: /* @__PURE__ */ Symbol.for("Signal.onclear")
};
signal.clear = function(...signals2) {
for (const s of signals2) {

File diff suppressed because one or more lines are too long

2
dist/esm.min.js vendored

File diff suppressed because one or more lines are too long

View File

@@ -805,7 +805,7 @@ var DDE = (() => {
};
signal.symbols = {
//signal: mark,
onclear: Symbol.for("Signal.onclear")
onclear: /* @__PURE__ */ Symbol.for("Signal.onclear")
};
signal.clear = function(...signals2) {
for (const s of signals2) {

File diff suppressed because one or more lines are too long

2
dist/iife.min.js vendored

File diff suppressed because one or more lines are too long