mirror of
https://github.com/jaandrle/deka-dom-el
synced 2026-01-11 08:16:29 +01:00
⚡ 🐛 🔤 v0.9.4-alpha (#42)
* 🐛 fixes #41 * ⚡ adjust package size limits * 🔤 * 📺 requestIdleCallback doesn need to be global * 🔤 corrects irland page headers * 📺 version * ⚡ Signal ← SignalReadonly * 🐛 ensures only one disconncetd listener …for cleanup * ⚡ 🔤 Better build and improve texting * 🐛 logo alignemt (due to gh) * 🔤 md enhancements * 🔤 ⚡ products
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
export { t } from "./utils/index.js";
|
||||
/** @type {string} */
|
||||
export let page_id;
|
||||
/** @param {string} id */
|
||||
export function currentPageId(id){ page_id= id; }
|
||||
export const path_target= {
|
||||
root: "dist/docs/",
|
||||
css: "dist/docs/",
|
||||
|
||||
Reference in New Issue
Block a user