@kenkaiiii/gg-boss 4.3.154 → 4.3.155
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.
|
@@ -87567,7 +87567,12 @@ function ensureLoaded() {
|
|
|
87567
87567
|
return void 0;
|
|
87568
87568
|
loadAttempted = true;
|
|
87569
87569
|
import("./dist-VXOVSHZ5.js").then((m) => {
|
|
87570
|
-
|
|
87570
|
+
const candidate = m;
|
|
87571
|
+
if (typeof candidate.supportsLanguage === "function") {
|
|
87572
|
+
hlModule = candidate;
|
|
87573
|
+
} else if (candidate.default && typeof candidate.default.supportsLanguage === "function") {
|
|
87574
|
+
hlModule = candidate.default;
|
|
87575
|
+
}
|
|
87571
87576
|
}, () => {
|
|
87572
87577
|
});
|
|
87573
87578
|
return void 0;
|
|
@@ -93705,4 +93710,4 @@ react/cjs/react-jsx-runtime.development.js:
|
|
|
93705
93710
|
* LICENSE file in the root directory of this source tree.
|
|
93706
93711
|
*)
|
|
93707
93712
|
*/
|
|
93708
|
-
//# sourceMappingURL=chunk-
|
|
93713
|
+
//# sourceMappingURL=chunk-YT5BRKQW.js.map
|