Bladeren bron

fix: patch marked-shiki (#1569)

Aiden Cline 6 maanden geleden
bovenliggende
commit
3b36822696
2 gewijzigde bestanden met toevoegingen van 19 en 1 verwijderingen
  1. 3 1
      package.json
  2. 16 0
      patches/[email protected]

+ 3 - 1
package.json

@@ -43,5 +43,7 @@
     "protobufjs",
     "protobufjs",
     "sharp"
     "sharp"
   ],
   ],
-  "patchedDependencies": {}
+  "patchedDependencies": {
+    "[email protected]": "patches/[email protected]"
+  }
 }
 }

+ 16 - 0
patches/[email protected]

@@ -0,0 +1,16 @@
+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,