deep-chat-dev 9.0.238 → 9.0.239
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +254 -254
- package/dist/deepChat.bundle.js +1 -1
- package/dist/deepChat.js +3 -1
- package/package.json +1 -1
package/dist/deepChat.js
CHANGED
@@ -2861,7 +2861,9 @@ var ft = /*#__PURE__*/function () {
|
|
2861
2861
|
return new we({
|
2862
2862
|
highlight: function highlight(i, s) {
|
2863
2863
|
if (s && t.getLanguage(s)) try {
|
2864
|
-
return t.highlight(
|
2864
|
+
return t.highlight(i, {
|
2865
|
+
language: s
|
2866
|
+
}).value;
|
2865
2867
|
} catch (_unused4) {
|
2866
2868
|
console.error("failed to setup the highlight dependency");
|
2867
2869
|
}
|