From 7b6d5b14293c8ee6043aff87e18ba4ffe8c34667 Mon Sep 17 00:00:00 2001 From: Aiden Cline <63023139+rekram1-node@users.noreply.github.com> Date: Wed, 6 Aug 2025 08:47:53 -0500 Subject: chore: update marked-shiki, remove patch (#1653) --- patches/marked-shiki@1.2.0.patch | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 patches/marked-shiki@1.2.0.patch (limited to 'patches') diff --git a/patches/marked-shiki@1.2.0.patch b/patches/marked-shiki@1.2.0.patch deleted file mode 100644 index 36ac2befe..000000000 --- a/patches/marked-shiki@1.2.0.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff --git a/node_modules/marked-shiki/.bun-tag-5eae3435af8a0229 b/.bun-tag-5eae3435af8a0229 -new file mode 100644 -index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 -diff --git a/dist/index.js b/dist/index.js -index 535885e8569626d08f205e76c4944e4ebd0decab..92b5695c1b05fc7db5d26128c8f948d43c91f88a 100644 ---- a/dist/index.js -+++ b/dist/index.js -@@ -4,7 +4,7 @@ function o(s = {}) { - async: !0, - async walkTokens(t) { - if (t.type !== "code" || typeof e != "function") return; -- const [a = "text", ...i] = t.lang.split(" "), { text: c } = t, r = await e(c, a, i), l = n ? n.replace("%l", String(a).toUpperCase()).replace("%s", r).replace("%t", c) : r; -+ const [a = "text", ...i] = t.lang?.split(" "), { text: c } = t, r = await e(c, a, i), l = n ? n.replace("%l", String(a).toUpperCase()).replace("%s", r).replace("%t", c) : r; - Object.assign(t, { - type: "html", - block: !0, -- cgit v1.2.3