@hep-code-runner/react 1.3.0 → 1.4.0
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/dist/index.js +69 -12
- package/dist/index.mjs +313 -263
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import qe, { useRef as
|
|
1
|
+
import qe, { useRef as Fe, useMemo as Ee, useState as Z, useEffect as Oe, useCallback as le, forwardRef as xr, useImperativeHandle as Sr } from "react";
|
|
2
2
|
var Ve = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
3
|
-
function wr(
|
|
4
|
-
return
|
|
3
|
+
function wr(c) {
|
|
4
|
+
return c && c.__esModule && Object.prototype.hasOwnProperty.call(c, "default") ? c.default : c;
|
|
5
5
|
}
|
|
6
6
|
var Ie = { exports: {} }, be = {};
|
|
7
7
|
/**
|
|
@@ -17,13 +17,13 @@ var Xe;
|
|
|
17
17
|
function Ar() {
|
|
18
18
|
if (Xe) return be;
|
|
19
19
|
Xe = 1;
|
|
20
|
-
var
|
|
21
|
-
function S(l,
|
|
20
|
+
var c = qe, p = Symbol.for("react.element"), n = Symbol.for("react.fragment"), d = Object.prototype.hasOwnProperty, b = c.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, k = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
21
|
+
function S(l, m, y) {
|
|
22
22
|
var _, O = {}, D = null, I = null;
|
|
23
|
-
y !== void 0 && (D = "" + y),
|
|
24
|
-
for (_ in
|
|
25
|
-
if (l && l.defaultProps) for (_ in
|
|
26
|
-
return { $$typeof:
|
|
23
|
+
y !== void 0 && (D = "" + y), m.key !== void 0 && (D = "" + m.key), m.ref !== void 0 && (I = m.ref);
|
|
24
|
+
for (_ in m) d.call(m, _) && !k.hasOwnProperty(_) && (O[_] = m[_]);
|
|
25
|
+
if (l && l.defaultProps) for (_ in m = l.defaultProps, m) O[_] === void 0 && (O[_] = m[_]);
|
|
26
|
+
return { $$typeof: p, type: l, key: D, ref: I, props: O, _owner: b.current };
|
|
27
27
|
}
|
|
28
28
|
return be.Fragment = n, be.jsx = S, be.jsxs = S, be;
|
|
29
29
|
}
|
|
@@ -40,14 +40,14 @@ var ve = {};
|
|
|
40
40
|
var Ke;
|
|
41
41
|
function Tr() {
|
|
42
42
|
return Ke || (Ke = 1, process.env.NODE_ENV !== "production" && function() {
|
|
43
|
-
var
|
|
43
|
+
var c = qe, p = Symbol.for("react.element"), n = Symbol.for("react.portal"), d = Symbol.for("react.fragment"), b = Symbol.for("react.strict_mode"), k = Symbol.for("react.profiler"), S = Symbol.for("react.provider"), l = Symbol.for("react.context"), m = Symbol.for("react.forward_ref"), y = Symbol.for("react.suspense"), _ = Symbol.for("react.suspense_list"), O = Symbol.for("react.memo"), D = Symbol.for("react.lazy"), I = Symbol.for("react.offscreen"), B = Symbol.iterator, F = "@@iterator";
|
|
44
44
|
function w(e) {
|
|
45
45
|
if (e === null || typeof e != "object")
|
|
46
46
|
return null;
|
|
47
47
|
var a = B && e[B] || e[F];
|
|
48
48
|
return typeof a == "function" ? a : null;
|
|
49
49
|
}
|
|
50
|
-
var R =
|
|
50
|
+
var R = c.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
51
51
|
function r(e) {
|
|
52
52
|
{
|
|
53
53
|
for (var a = arguments.length, u = new Array(a > 1 ? a - 1 : 0), v = 1; v < a; v++)
|
|
@@ -65,10 +65,10 @@ function Tr() {
|
|
|
65
65
|
L.unshift("Warning: " + a), Function.prototype.apply.call(console[e], console, L);
|
|
66
66
|
}
|
|
67
67
|
}
|
|
68
|
-
var i = !1, s = !1, o = !1,
|
|
68
|
+
var i = !1, s = !1, o = !1, f = !1, E = !1, g;
|
|
69
69
|
g = Symbol.for("react.module.reference");
|
|
70
70
|
function C(e) {
|
|
71
|
-
return !!(typeof e == "string" || typeof e == "function" || e ===
|
|
71
|
+
return !!(typeof e == "string" || typeof e == "function" || e === d || e === k || E || e === b || e === y || e === _ || f || e === I || i || s || o || typeof e == "object" && e !== null && (e.$$typeof === D || e.$$typeof === O || e.$$typeof === S || e.$$typeof === l || e.$$typeof === m || // This needs to include all possible module reference object
|
|
72
72
|
// types supported by any Flight configuration anywhere since
|
|
73
73
|
// we don't know which Flight build this will end up being used
|
|
74
74
|
// with.
|
|
@@ -92,13 +92,13 @@ function Tr() {
|
|
|
92
92
|
if (typeof e == "string")
|
|
93
93
|
return e;
|
|
94
94
|
switch (e) {
|
|
95
|
-
case
|
|
95
|
+
case d:
|
|
96
96
|
return "Fragment";
|
|
97
97
|
case n:
|
|
98
98
|
return "Portal";
|
|
99
99
|
case k:
|
|
100
100
|
return "Profiler";
|
|
101
|
-
case
|
|
101
|
+
case b:
|
|
102
102
|
return "StrictMode";
|
|
103
103
|
case y:
|
|
104
104
|
return "Suspense";
|
|
@@ -113,7 +113,7 @@ function Tr() {
|
|
|
113
113
|
case S:
|
|
114
114
|
var u = e;
|
|
115
115
|
return z(u._context) + ".Provider";
|
|
116
|
-
case
|
|
116
|
+
case m:
|
|
117
117
|
return P(e, e.render, "ForwardRef");
|
|
118
118
|
case O:
|
|
119
119
|
var v = e.displayName || null;
|
|
@@ -303,7 +303,7 @@ function Tr() {
|
|
|
303
303
|
}
|
|
304
304
|
if (typeof e == "object")
|
|
305
305
|
switch (e.$$typeof) {
|
|
306
|
-
case
|
|
306
|
+
case m:
|
|
307
307
|
return te(e.render);
|
|
308
308
|
case O:
|
|
309
309
|
return ye(e.type, a, u);
|
|
@@ -345,7 +345,7 @@ function Tr() {
|
|
|
345
345
|
}
|
|
346
346
|
}
|
|
347
347
|
var er = Array.isArray;
|
|
348
|
-
function
|
|
348
|
+
function Se(e) {
|
|
349
349
|
return er(e);
|
|
350
350
|
}
|
|
351
351
|
function rr(e) {
|
|
@@ -418,7 +418,7 @@ function Tr() {
|
|
|
418
418
|
var ur = function(e, a, u, v, N, L, T) {
|
|
419
419
|
var x = {
|
|
420
420
|
// This tag allows us to uniquely identify this as a React Element
|
|
421
|
-
$$typeof:
|
|
421
|
+
$$typeof: p,
|
|
422
422
|
// Built-in properties that belong on the element
|
|
423
423
|
type: e,
|
|
424
424
|
key: a,
|
|
@@ -462,7 +462,7 @@ function Tr() {
|
|
|
462
462
|
return ur(e, x, Y, N, v, je.current, T);
|
|
463
463
|
}
|
|
464
464
|
}
|
|
465
|
-
var
|
|
465
|
+
var we = R.ReactCurrentOwner, Ue = R.ReactDebugCurrentFrame;
|
|
466
466
|
function ge(e) {
|
|
467
467
|
if (e) {
|
|
468
468
|
var a = e._owner, u = ye(e.type, e._source, a ? a.type : null);
|
|
@@ -470,15 +470,15 @@ function Tr() {
|
|
|
470
470
|
} else
|
|
471
471
|
Ue.setExtraStackFrame(null);
|
|
472
472
|
}
|
|
473
|
-
var
|
|
474
|
-
|
|
475
|
-
function
|
|
476
|
-
return typeof e == "object" && e !== null && e.$$typeof ===
|
|
473
|
+
var Ae;
|
|
474
|
+
Ae = !1;
|
|
475
|
+
function Te(e) {
|
|
476
|
+
return typeof e == "object" && e !== null && e.$$typeof === p;
|
|
477
477
|
}
|
|
478
478
|
function He() {
|
|
479
479
|
{
|
|
480
|
-
if (
|
|
481
|
-
var e = V(
|
|
480
|
+
if (we.current) {
|
|
481
|
+
var e = V(we.current.type);
|
|
482
482
|
if (e)
|
|
483
483
|
return `
|
|
484
484
|
|
|
@@ -513,25 +513,25 @@ Check the top-level render call using <` + u + ">.");
|
|
|
513
513
|
return;
|
|
514
514
|
Be[u] = !0;
|
|
515
515
|
var v = "";
|
|
516
|
-
e && e._owner && e._owner !==
|
|
516
|
+
e && e._owner && e._owner !== we.current && (v = " It was passed a child from " + V(e._owner.type) + "."), ge(e), r('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', u, v), ge(null);
|
|
517
517
|
}
|
|
518
518
|
}
|
|
519
519
|
function We(e, a) {
|
|
520
520
|
{
|
|
521
521
|
if (typeof e != "object")
|
|
522
522
|
return;
|
|
523
|
-
if (
|
|
523
|
+
if (Se(e))
|
|
524
524
|
for (var u = 0; u < e.length; u++) {
|
|
525
525
|
var v = e[u];
|
|
526
|
-
|
|
526
|
+
Te(v) && ze(v, a);
|
|
527
527
|
}
|
|
528
|
-
else if (
|
|
528
|
+
else if (Te(e))
|
|
529
529
|
e._store && (e._store.validated = !0);
|
|
530
530
|
else if (e) {
|
|
531
531
|
var N = w(e);
|
|
532
532
|
if (typeof N == "function" && N !== e.entries)
|
|
533
533
|
for (var L = N.call(e), T; !(T = L.next()).done; )
|
|
534
|
-
|
|
534
|
+
Te(T.value) && ze(T.value, a);
|
|
535
535
|
}
|
|
536
536
|
}
|
|
537
537
|
}
|
|
@@ -543,7 +543,7 @@ Check the top-level render call using <` + u + ">.");
|
|
|
543
543
|
var u;
|
|
544
544
|
if (typeof a == "function")
|
|
545
545
|
u = a.propTypes;
|
|
546
|
-
else if (typeof a == "object" && (a.$$typeof ===
|
|
546
|
+
else if (typeof a == "object" && (a.$$typeof === m || // Note: Memo only checks outer props here.
|
|
547
547
|
// Inner props are checked in the reconciler.
|
|
548
548
|
a.$$typeof === O))
|
|
549
549
|
u = a.propTypes;
|
|
@@ -552,8 +552,8 @@ Check the top-level render call using <` + u + ">.");
|
|
|
552
552
|
if (u) {
|
|
553
553
|
var v = V(a);
|
|
554
554
|
Qe(u, e.props, "prop", v, e);
|
|
555
|
-
} else if (a.PropTypes !== void 0 && !
|
|
556
|
-
|
|
555
|
+
} else if (a.PropTypes !== void 0 && !Ae) {
|
|
556
|
+
Ae = !0;
|
|
557
557
|
var N = V(a);
|
|
558
558
|
r("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", N || "Unknown");
|
|
559
559
|
}
|
|
@@ -582,7 +582,7 @@ Check the top-level render call using <` + u + ">.");
|
|
|
582
582
|
var Y = dr();
|
|
583
583
|
Y ? x += Y : x += He();
|
|
584
584
|
var $;
|
|
585
|
-
e === null ? $ = "null" :
|
|
585
|
+
e === null ? $ = "null" : Se(e) ? $ = "array" : e !== void 0 && e.$$typeof === p ? ($ = "<" + (V(e.type) || "Unknown") + " />", x = " Did you accidentally export a JSX literal instead of a component?") : $ = typeof e, r("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", $, x);
|
|
586
586
|
}
|
|
587
587
|
var U = cr(e, a, u, N, L);
|
|
588
588
|
if (U == null)
|
|
@@ -591,7 +591,7 @@ Check the top-level render call using <` + u + ">.");
|
|
|
591
591
|
var Q = a.children;
|
|
592
592
|
if (Q !== void 0)
|
|
593
593
|
if (v)
|
|
594
|
-
if (
|
|
594
|
+
if (Se(Q)) {
|
|
595
595
|
for (var he = 0; he < Q.length; he++)
|
|
596
596
|
We(Q[he], e);
|
|
597
597
|
Object.freeze && Object.freeze(Q);
|
|
@@ -603,18 +603,18 @@ Check the top-level render call using <` + u + ">.");
|
|
|
603
603
|
if (me.call(a, "key")) {
|
|
604
604
|
var de = V(e), K = Object.keys(a).filter(function(yr) {
|
|
605
605
|
return yr !== "key";
|
|
606
|
-
}),
|
|
607
|
-
if (!Ge[de +
|
|
606
|
+
}), Re = K.length > 0 ? "{key: someKey, " + K.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
607
|
+
if (!Ge[de + Re]) {
|
|
608
608
|
var Er = K.length > 0 ? "{" + K.join(": ..., ") + ": ...}" : "{}";
|
|
609
609
|
r(`A props object containing a "key" prop is being spread into JSX:
|
|
610
610
|
let props = %s;
|
|
611
611
|
<%s {...props} />
|
|
612
612
|
React keys must be passed directly to JSX without using spread:
|
|
613
613
|
let props = %s;
|
|
614
|
-
<%s key={someKey} {...props} />`,
|
|
614
|
+
<%s key={someKey} {...props} />`, Re, de, Er, de), Ge[de + Re] = !0;
|
|
615
615
|
}
|
|
616
616
|
}
|
|
617
|
-
return e ===
|
|
617
|
+
return e === d ? gr(U) : fr(U), U;
|
|
618
618
|
}
|
|
619
619
|
}
|
|
620
620
|
function hr(e, a, u) {
|
|
@@ -624,13 +624,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
624
624
|
return Ye(e, a, u, !1);
|
|
625
625
|
}
|
|
626
626
|
var br = mr, vr = hr;
|
|
627
|
-
ve.Fragment =
|
|
627
|
+
ve.Fragment = d, ve.jsx = br, ve.jsxs = vr;
|
|
628
628
|
}()), ve;
|
|
629
629
|
}
|
|
630
630
|
process.env.NODE_ENV === "production" ? Ie.exports = Ar() : Ie.exports = Tr();
|
|
631
631
|
var h = Ie.exports, Je = { exports: {} };
|
|
632
|
-
(function(
|
|
633
|
-
var
|
|
632
|
+
(function(c) {
|
|
633
|
+
var p = typeof window < "u" ? window : typeof WorkerGlobalScope < "u" && self instanceof WorkerGlobalScope ? self : {};
|
|
634
634
|
/**
|
|
635
635
|
* Prism: Lightweight, robust, elegant syntax highlighting
|
|
636
636
|
*
|
|
@@ -639,8 +639,8 @@ var h = Ie.exports, Je = { exports: {} };
|
|
|
639
639
|
* @namespace
|
|
640
640
|
* @public
|
|
641
641
|
*/
|
|
642
|
-
var n = function(
|
|
643
|
-
var
|
|
642
|
+
var n = function(d) {
|
|
643
|
+
var b = /(?:^|\s)lang(?:uage)?-([\w-]+)(?=\s|$)/i, k = 0, S = {}, l = {
|
|
644
644
|
/**
|
|
645
645
|
* By default, Prism will attempt to highlight all code elements (by calling {@link Prism.highlightAll}) on the
|
|
646
646
|
* current page after the page finished loading. This might be a problem if e.g. you wanted to asynchronously load
|
|
@@ -662,7 +662,7 @@ var h = Ie.exports, Je = { exports: {} };
|
|
|
662
662
|
* @memberof Prism
|
|
663
663
|
* @public
|
|
664
664
|
*/
|
|
665
|
-
manual:
|
|
665
|
+
manual: d.Prism && d.Prism.manual,
|
|
666
666
|
/**
|
|
667
667
|
* By default, if Prism is in a web worker, it assumes that it is in a worker it created itself, so it uses
|
|
668
668
|
* `addEventListener` to communicate with its parent instance. However, if you're using Prism manually in your
|
|
@@ -684,7 +684,7 @@ var h = Ie.exports, Je = { exports: {} };
|
|
|
684
684
|
* @memberof Prism
|
|
685
685
|
* @public
|
|
686
686
|
*/
|
|
687
|
-
disableWorkerMessageHandler:
|
|
687
|
+
disableWorkerMessageHandler: d.Prism && d.Prism.disableWorkerMessageHandler,
|
|
688
688
|
/**
|
|
689
689
|
* A namespace for utility methods.
|
|
690
690
|
*
|
|
@@ -696,7 +696,7 @@ var h = Ie.exports, Je = { exports: {} };
|
|
|
696
696
|
*/
|
|
697
697
|
util: {
|
|
698
698
|
encode: function r(t) {
|
|
699
|
-
return t instanceof
|
|
699
|
+
return t instanceof m ? new m(t.type, r(t.content), t.alias) : Array.isArray(t) ? t.map(r) : t.replace(/&/g, "&").replace(/</g, "<").replace(/\u00a0/g, " ");
|
|
700
700
|
},
|
|
701
701
|
/**
|
|
702
702
|
* Returns the name of the type of the given value.
|
|
@@ -745,8 +745,8 @@ var h = Ie.exports, Je = { exports: {} };
|
|
|
745
745
|
return i[o];
|
|
746
746
|
s = /** @type {Record<string, any>} */
|
|
747
747
|
{}, i[o] = s;
|
|
748
|
-
for (var
|
|
749
|
-
t.hasOwnProperty(
|
|
748
|
+
for (var f in t)
|
|
749
|
+
t.hasOwnProperty(f) && (s[f] = r(t[f], i));
|
|
750
750
|
return (
|
|
751
751
|
/** @type {any} */
|
|
752
752
|
s
|
|
@@ -772,7 +772,7 @@ var h = Ie.exports, Je = { exports: {} };
|
|
|
772
772
|
*/
|
|
773
773
|
getLanguage: function(r) {
|
|
774
774
|
for (; r; ) {
|
|
775
|
-
var t =
|
|
775
|
+
var t = b.exec(r.className);
|
|
776
776
|
if (t)
|
|
777
777
|
return t[1].toLowerCase();
|
|
778
778
|
r = r.parentElement;
|
|
@@ -787,7 +787,7 @@ var h = Ie.exports, Je = { exports: {} };
|
|
|
787
787
|
* @returns {void}
|
|
788
788
|
*/
|
|
789
789
|
setLanguage: function(r, t) {
|
|
790
|
-
r.className = r.className.replace(RegExp(
|
|
790
|
+
r.className = r.className.replace(RegExp(b, "gi"), ""), r.classList.add("language-" + t);
|
|
791
791
|
},
|
|
792
792
|
/**
|
|
793
793
|
* Returns the script element that is currently executing.
|
|
@@ -975,28 +975,28 @@ var h = Ie.exports, Je = { exports: {} };
|
|
|
975
975
|
insertBefore: function(r, t, i, s) {
|
|
976
976
|
s = s || /** @type {any} */
|
|
977
977
|
l.languages;
|
|
978
|
-
var o = s[r],
|
|
978
|
+
var o = s[r], f = {};
|
|
979
979
|
for (var E in o)
|
|
980
980
|
if (o.hasOwnProperty(E)) {
|
|
981
981
|
if (E == t)
|
|
982
982
|
for (var g in i)
|
|
983
|
-
i.hasOwnProperty(g) && (
|
|
984
|
-
i.hasOwnProperty(E) || (
|
|
983
|
+
i.hasOwnProperty(g) && (f[g] = i[g]);
|
|
984
|
+
i.hasOwnProperty(E) || (f[E] = o[E]);
|
|
985
985
|
}
|
|
986
986
|
var C = s[r];
|
|
987
|
-
return s[r] =
|
|
988
|
-
z === C && P != r && (this[P] =
|
|
989
|
-
}),
|
|
987
|
+
return s[r] = f, l.languages.DFS(l.languages, function(P, z) {
|
|
988
|
+
z === C && P != r && (this[P] = f);
|
|
989
|
+
}), f;
|
|
990
990
|
},
|
|
991
991
|
// Traverse a language definition with Depth First Search
|
|
992
992
|
DFS: function r(t, i, s, o) {
|
|
993
993
|
o = o || {};
|
|
994
|
-
var
|
|
994
|
+
var f = l.util.objId;
|
|
995
995
|
for (var E in t)
|
|
996
996
|
if (t.hasOwnProperty(E)) {
|
|
997
997
|
i.call(t, E, t[E], s || E);
|
|
998
998
|
var g = t[E], C = l.util.type(g);
|
|
999
|
-
C === "Object" && !o[
|
|
999
|
+
C === "Object" && !o[f(g)] ? (o[f(g)] = !0, r(g, i, null, o)) : C === "Array" && !o[f(g)] && (o[f(g)] = !0, r(g, i, E, o));
|
|
1000
1000
|
}
|
|
1001
1001
|
}
|
|
1002
1002
|
},
|
|
@@ -1038,8 +1038,8 @@ var h = Ie.exports, Je = { exports: {} };
|
|
|
1038
1038
|
selector: 'code[class*="language-"], [class*="language-"] code, code[class*="lang-"], [class*="lang-"] code'
|
|
1039
1039
|
};
|
|
1040
1040
|
l.hooks.run("before-highlightall", s), s.elements = Array.prototype.slice.apply(s.container.querySelectorAll(s.selector)), l.hooks.run("before-all-elements-highlight", s);
|
|
1041
|
-
for (var o = 0,
|
|
1042
|
-
l.highlightElement(
|
|
1041
|
+
for (var o = 0, f; f = s.elements[o++]; )
|
|
1042
|
+
l.highlightElement(f, t === !0, s.callback);
|
|
1043
1043
|
},
|
|
1044
1044
|
/**
|
|
1045
1045
|
* Highlights the code inside a single element.
|
|
@@ -1072,8 +1072,8 @@ var h = Ie.exports, Je = { exports: {} };
|
|
|
1072
1072
|
highlightElement: function(r, t, i) {
|
|
1073
1073
|
var s = l.util.getLanguage(r), o = l.languages[s];
|
|
1074
1074
|
l.util.setLanguage(r, s);
|
|
1075
|
-
var
|
|
1076
|
-
|
|
1075
|
+
var f = r.parentElement;
|
|
1076
|
+
f && f.nodeName.toLowerCase() === "pre" && l.util.setLanguage(f, s);
|
|
1077
1077
|
var E = r.textContent, g = {
|
|
1078
1078
|
element: r,
|
|
1079
1079
|
language: s,
|
|
@@ -1083,7 +1083,7 @@ var h = Ie.exports, Je = { exports: {} };
|
|
|
1083
1083
|
function C(z) {
|
|
1084
1084
|
g.highlightedCode = z, l.hooks.run("before-insert", g), g.element.innerHTML = g.highlightedCode, l.hooks.run("after-highlight", g), l.hooks.run("complete", g), i && i.call(g.element);
|
|
1085
1085
|
}
|
|
1086
|
-
if (l.hooks.run("before-sanity-check", g),
|
|
1086
|
+
if (l.hooks.run("before-sanity-check", g), f = g.element.parentElement, f && f.nodeName.toLowerCase() === "pre" && !f.hasAttribute("tabindex") && f.setAttribute("tabindex", "0"), !g.code) {
|
|
1087
1087
|
l.hooks.run("complete", g), i && i.call(g.element);
|
|
1088
1088
|
return;
|
|
1089
1089
|
}
|
|
@@ -1091,7 +1091,7 @@ var h = Ie.exports, Je = { exports: {} };
|
|
|
1091
1091
|
C(l.util.encode(g.code));
|
|
1092
1092
|
return;
|
|
1093
1093
|
}
|
|
1094
|
-
if (t &&
|
|
1094
|
+
if (t && d.Worker) {
|
|
1095
1095
|
var P = new Worker(l.filename);
|
|
1096
1096
|
P.onmessage = function(z) {
|
|
1097
1097
|
C(z.data);
|
|
@@ -1131,7 +1131,7 @@ var h = Ie.exports, Je = { exports: {} };
|
|
|
1131
1131
|
};
|
|
1132
1132
|
if (l.hooks.run("before-tokenize", s), !s.grammar)
|
|
1133
1133
|
throw new Error('The language "' + s.language + '" has no grammar.');
|
|
1134
|
-
return s.tokens = l.tokenize(s.code, s.grammar), l.hooks.run("after-tokenize", s),
|
|
1134
|
+
return s.tokens = l.tokenize(s.code, s.grammar), l.hooks.run("after-tokenize", s), m.stringify(l.util.encode(s.tokens), s.language);
|
|
1135
1135
|
},
|
|
1136
1136
|
/**
|
|
1137
1137
|
* This is the heart of Prism, and the most low-level function you can use. It accepts a string of text as input
|
|
@@ -1206,13 +1206,13 @@ var h = Ie.exports, Je = { exports: {} };
|
|
|
1206
1206
|
o(t);
|
|
1207
1207
|
}
|
|
1208
1208
|
},
|
|
1209
|
-
Token:
|
|
1209
|
+
Token: m
|
|
1210
1210
|
};
|
|
1211
|
-
|
|
1212
|
-
function
|
|
1211
|
+
d.Prism = l;
|
|
1212
|
+
function m(r, t, i, s) {
|
|
1213
1213
|
this.type = r, this.content = t, this.alias = i, this.length = (s || "").length | 0;
|
|
1214
1214
|
}
|
|
1215
|
-
|
|
1215
|
+
m.stringify = function r(t, i) {
|
|
1216
1216
|
if (typeof t == "string")
|
|
1217
1217
|
return t;
|
|
1218
1218
|
if (Array.isArray(t)) {
|
|
@@ -1228,8 +1228,8 @@ var h = Ie.exports, Je = { exports: {} };
|
|
|
1228
1228
|
classes: ["token", t.type],
|
|
1229
1229
|
attributes: {},
|
|
1230
1230
|
language: i
|
|
1231
|
-
},
|
|
1232
|
-
|
|
1231
|
+
}, f = t.alias;
|
|
1232
|
+
f && (Array.isArray(f) ? Array.prototype.push.apply(o.classes, f) : o.classes.push(f)), l.hooks.run("wrap", o);
|
|
1233
1233
|
var E = "";
|
|
1234
1234
|
for (var g in o.attributes)
|
|
1235
1235
|
E += " " + g + '="' + (o.attributes[g] || "").replace(/"/g, """) + '"';
|
|
@@ -1239,29 +1239,29 @@ var h = Ie.exports, Je = { exports: {} };
|
|
|
1239
1239
|
r.lastIndex = t;
|
|
1240
1240
|
var o = r.exec(i);
|
|
1241
1241
|
if (o && s && o[1]) {
|
|
1242
|
-
var
|
|
1243
|
-
o.index +=
|
|
1242
|
+
var f = o[1].length;
|
|
1243
|
+
o.index += f, o[0] = o[0].slice(f);
|
|
1244
1244
|
}
|
|
1245
1245
|
return o;
|
|
1246
1246
|
}
|
|
1247
|
-
function _(r, t, i, s, o,
|
|
1247
|
+
function _(r, t, i, s, o, f) {
|
|
1248
1248
|
for (var E in i)
|
|
1249
1249
|
if (!(!i.hasOwnProperty(E) || !i[E])) {
|
|
1250
1250
|
var g = i[E];
|
|
1251
1251
|
g = Array.isArray(g) ? g : [g];
|
|
1252
1252
|
for (var C = 0; C < g.length; ++C) {
|
|
1253
|
-
if (
|
|
1253
|
+
if (f && f.cause == E + "," + C)
|
|
1254
1254
|
return;
|
|
1255
1255
|
var P = g[C], z = P.inside, V = !!P.lookbehind, W = !!P.greedy, ne = P.alias;
|
|
1256
1256
|
if (W && !P.pattern.global) {
|
|
1257
1257
|
var ce = P.pattern.toString().match(/[imsuy]*$/)[0];
|
|
1258
1258
|
P.pattern = RegExp(P.pattern.source, ce + "g");
|
|
1259
1259
|
}
|
|
1260
|
-
for (var ue = P.pattern || P, j = s.next, H = o; j !== t.tail && !(
|
|
1260
|
+
for (var ue = P.pattern || P, j = s.next, H = o; j !== t.tail && !(f && H >= f.reach); H += j.value.length, j = j.next) {
|
|
1261
1261
|
var ee = j.value;
|
|
1262
1262
|
if (t.length > r.length)
|
|
1263
1263
|
return;
|
|
1264
|
-
if (!(ee instanceof
|
|
1264
|
+
if (!(ee instanceof m)) {
|
|
1265
1265
|
var X = 1, G;
|
|
1266
1266
|
if (W) {
|
|
1267
1267
|
if (G = y(ue, H, r, V), !G || G.index >= r.length)
|
|
@@ -1269,7 +1269,7 @@ var h = Ie.exports, Je = { exports: {} };
|
|
|
1269
1269
|
var ae = G.index, pe = G.index + G[0].length, q = H;
|
|
1270
1270
|
for (q += j.value.length; ae >= q; )
|
|
1271
1271
|
j = j.next, q += j.value.length;
|
|
1272
|
-
if (q -= j.value.length, H = q, j.value instanceof
|
|
1272
|
+
if (q -= j.value.length, H = q, j.value instanceof m)
|
|
1273
1273
|
continue;
|
|
1274
1274
|
for (var oe = j; oe !== t.tail && (q < pe || typeof oe.value == "string"); oe = oe.next)
|
|
1275
1275
|
X++, q += oe.value.length;
|
|
@@ -1277,16 +1277,16 @@ var h = Ie.exports, Je = { exports: {} };
|
|
|
1277
1277
|
} else if (G = y(ue, 0, ee, V), !G)
|
|
1278
1278
|
continue;
|
|
1279
1279
|
var ae = G.index, J = G[0], ie = ee.slice(0, ae), se = ee.slice(ae + J.length), re = H + ee.length;
|
|
1280
|
-
|
|
1280
|
+
f && re > f.reach && (f.reach = re);
|
|
1281
1281
|
var A = j.prev;
|
|
1282
1282
|
ie && (A = D(t, A, ie), H += ie.length), I(t, A, X);
|
|
1283
|
-
var M = new
|
|
1283
|
+
var M = new m(E, z ? l.tokenize(J, z) : J, ne, J);
|
|
1284
1284
|
if (j = D(t, A, M), se && D(t, j, se), X > 1) {
|
|
1285
1285
|
var te = {
|
|
1286
1286
|
cause: E + "," + C,
|
|
1287
1287
|
reach: re
|
|
1288
1288
|
};
|
|
1289
|
-
_(r, t, i, j.prev, H, te),
|
|
1289
|
+
_(r, t, i, j.prev, H, te), f && te.reach > f.reach && (f.reach = te.reach);
|
|
1290
1290
|
}
|
|
1291
1291
|
}
|
|
1292
1292
|
}
|
|
@@ -1311,10 +1311,10 @@ var h = Ie.exports, Je = { exports: {} };
|
|
|
1311
1311
|
t.push(i.value), i = i.next;
|
|
1312
1312
|
return t;
|
|
1313
1313
|
}
|
|
1314
|
-
if (!
|
|
1315
|
-
return
|
|
1314
|
+
if (!d.document)
|
|
1315
|
+
return d.addEventListener && (l.disableWorkerMessageHandler || d.addEventListener("message", function(r) {
|
|
1316
1316
|
var t = JSON.parse(r.data), i = t.language, s = t.code, o = t.immediateClose;
|
|
1317
|
-
|
|
1317
|
+
d.postMessage(l.highlight(s, l.languages[i], i)), o && d.close();
|
|
1318
1318
|
}, !1)), l;
|
|
1319
1319
|
var F = l.util.currentScript();
|
|
1320
1320
|
F && (l.filename = F.src, F.hasAttribute("data-manual") && (l.manual = !0));
|
|
@@ -1326,8 +1326,8 @@ var h = Ie.exports, Je = { exports: {} };
|
|
|
1326
1326
|
R === "loading" || R === "interactive" && F && F.defer ? document.addEventListener("DOMContentLoaded", w) : window.requestAnimationFrame ? window.requestAnimationFrame(w) : window.setTimeout(w, 16);
|
|
1327
1327
|
}
|
|
1328
1328
|
return l;
|
|
1329
|
-
}(
|
|
1330
|
-
|
|
1329
|
+
}(p);
|
|
1330
|
+
c.exports && (c.exports = n), typeof Ve < "u" && (Ve.Prism = n), n.languages.markup = {
|
|
1331
1331
|
comment: {
|
|
1332
1332
|
pattern: /<!--(?:(?!<!--)[\s\S])*?-->/,
|
|
1333
1333
|
greedy: !0
|
|
@@ -1404,8 +1404,8 @@ var h = Ie.exports, Je = { exports: {} };
|
|
|
1404
1404
|
},
|
|
1405
1405
|
/&#x?[\da-f]{1,8};/i
|
|
1406
1406
|
]
|
|
1407
|
-
}, n.languages.markup.tag.inside["attr-value"].inside.entity = n.languages.markup.entity, n.languages.markup.doctype.inside["internal-subset"].inside = n.languages.markup, n.hooks.add("wrap", function(
|
|
1408
|
-
|
|
1407
|
+
}, n.languages.markup.tag.inside["attr-value"].inside.entity = n.languages.markup.entity, n.languages.markup.doctype.inside["internal-subset"].inside = n.languages.markup, n.hooks.add("wrap", function(d) {
|
|
1408
|
+
d.type === "entity" && (d.attributes.title = d.content.replace(/&/, "&"));
|
|
1409
1409
|
}), Object.defineProperty(n.languages.markup.tag, "addInlined", {
|
|
1410
1410
|
/**
|
|
1411
1411
|
* Adds an inlined language to markup.
|
|
@@ -1418,7 +1418,7 @@ var h = Ie.exports, Je = { exports: {} };
|
|
|
1418
1418
|
* @example
|
|
1419
1419
|
* addInlined('style', 'css');
|
|
1420
1420
|
*/
|
|
1421
|
-
value: function(
|
|
1421
|
+
value: function(b, k) {
|
|
1422
1422
|
var S = {};
|
|
1423
1423
|
S["language-" + k] = {
|
|
1424
1424
|
pattern: /(^<!\[CDATA\[)[\s\S]+?(?=\]\]>$)/i,
|
|
@@ -1435,15 +1435,15 @@ var h = Ie.exports, Je = { exports: {} };
|
|
|
1435
1435
|
pattern: /[\s\S]+/,
|
|
1436
1436
|
inside: n.languages[k]
|
|
1437
1437
|
};
|
|
1438
|
-
var
|
|
1439
|
-
b
|
|
1438
|
+
var m = {};
|
|
1439
|
+
m[b] = {
|
|
1440
1440
|
pattern: RegExp(/(<__[^>]*>)(?:<!\[CDATA\[(?:[^\]]|\](?!\]>))*\]\]>|(?!<!\[CDATA\[)[\s\S])*?(?=<\/__>)/.source.replace(/__/g, function() {
|
|
1441
|
-
return
|
|
1441
|
+
return b;
|
|
1442
1442
|
}), "i"),
|
|
1443
1443
|
lookbehind: !0,
|
|
1444
1444
|
greedy: !0,
|
|
1445
1445
|
inside: l
|
|
1446
|
-
}, n.languages.insertBefore("markup", "cdata",
|
|
1446
|
+
}, n.languages.insertBefore("markup", "cdata", m);
|
|
1447
1447
|
}
|
|
1448
1448
|
}), Object.defineProperty(n.languages.markup.tag, "addAttribute", {
|
|
1449
1449
|
/**
|
|
@@ -1457,10 +1457,10 @@ var h = Ie.exports, Je = { exports: {} };
|
|
|
1457
1457
|
* @example
|
|
1458
1458
|
* addAttribute('style', 'css');
|
|
1459
1459
|
*/
|
|
1460
|
-
value: function(
|
|
1460
|
+
value: function(d, b) {
|
|
1461
1461
|
n.languages.markup.tag.inside["special-attr"].push({
|
|
1462
1462
|
pattern: RegExp(
|
|
1463
|
-
/(^|["'\s])/.source + "(?:" +
|
|
1463
|
+
/(^|["'\s])/.source + "(?:" + d + ")" + /\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))/.source,
|
|
1464
1464
|
"i"
|
|
1465
1465
|
),
|
|
1466
1466
|
lookbehind: !0,
|
|
@@ -1472,8 +1472,8 @@ var h = Ie.exports, Je = { exports: {} };
|
|
|
1472
1472
|
value: {
|
|
1473
1473
|
pattern: /(^=\s*(["']|(?!["'])))\S[\s\S]*(?=\2$)/,
|
|
1474
1474
|
lookbehind: !0,
|
|
1475
|
-
alias: [
|
|
1476
|
-
inside: n.languages[
|
|
1475
|
+
alias: [b, "language-" + b],
|
|
1476
|
+
inside: n.languages[b]
|
|
1477
1477
|
},
|
|
1478
1478
|
punctuation: [
|
|
1479
1479
|
{
|
|
@@ -1487,12 +1487,12 @@ var h = Ie.exports, Je = { exports: {} };
|
|
|
1487
1487
|
}
|
|
1488
1488
|
});
|
|
1489
1489
|
}
|
|
1490
|
-
}), n.languages.html = n.languages.markup, n.languages.mathml = n.languages.markup, n.languages.svg = n.languages.markup, n.languages.xml = n.languages.extend("markup", {}), n.languages.ssml = n.languages.xml, n.languages.atom = n.languages.xml, n.languages.rss = n.languages.xml, function(
|
|
1491
|
-
var
|
|
1492
|
-
|
|
1490
|
+
}), n.languages.html = n.languages.markup, n.languages.mathml = n.languages.markup, n.languages.svg = n.languages.markup, n.languages.xml = n.languages.extend("markup", {}), n.languages.ssml = n.languages.xml, n.languages.atom = n.languages.xml, n.languages.rss = n.languages.xml, function(d) {
|
|
1491
|
+
var b = /(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/;
|
|
1492
|
+
d.languages.css = {
|
|
1493
1493
|
comment: /\/\*[\s\S]*?\*\//,
|
|
1494
1494
|
atrule: {
|
|
1495
|
-
pattern: RegExp("@[\\w-](?:" + /[^;{\s"']|\s+(?!\s)/.source + "|" +
|
|
1495
|
+
pattern: RegExp("@[\\w-](?:" + /[^;{\s"']|\s+(?!\s)/.source + "|" + b.source + ")*?" + /(?:;|(?=\s*\{))/.source),
|
|
1496
1496
|
inside: {
|
|
1497
1497
|
rule: /^@[\w-]+/,
|
|
1498
1498
|
"selector-function-argument": {
|
|
@@ -1509,23 +1509,23 @@ var h = Ie.exports, Je = { exports: {} };
|
|
|
1509
1509
|
},
|
|
1510
1510
|
url: {
|
|
1511
1511
|
// https://drafts.csswg.org/css-values-3/#urls
|
|
1512
|
-
pattern: RegExp("\\burl\\((?:" +
|
|
1512
|
+
pattern: RegExp("\\burl\\((?:" + b.source + "|" + /(?:[^\\\r\n()"']|\\[\s\S])*/.source + ")\\)", "i"),
|
|
1513
1513
|
greedy: !0,
|
|
1514
1514
|
inside: {
|
|
1515
1515
|
function: /^url/i,
|
|
1516
1516
|
punctuation: /^\(|\)$/,
|
|
1517
1517
|
string: {
|
|
1518
|
-
pattern: RegExp("^" +
|
|
1518
|
+
pattern: RegExp("^" + b.source + "$"),
|
|
1519
1519
|
alias: "url"
|
|
1520
1520
|
}
|
|
1521
1521
|
}
|
|
1522
1522
|
},
|
|
1523
1523
|
selector: {
|
|
1524
|
-
pattern: RegExp(`(^|[{}\\s])[^{}\\s](?:[^{};"'\\s]|\\s+(?![\\s{])|` +
|
|
1524
|
+
pattern: RegExp(`(^|[{}\\s])[^{}\\s](?:[^{};"'\\s]|\\s+(?![\\s{])|` + b.source + ")*(?=\\s*\\{)"),
|
|
1525
1525
|
lookbehind: !0
|
|
1526
1526
|
},
|
|
1527
1527
|
string: {
|
|
1528
|
-
pattern:
|
|
1528
|
+
pattern: b,
|
|
1529
1529
|
greedy: !0
|
|
1530
1530
|
},
|
|
1531
1531
|
property: {
|
|
@@ -1538,8 +1538,8 @@ var h = Ie.exports, Je = { exports: {} };
|
|
|
1538
1538
|
lookbehind: !0
|
|
1539
1539
|
},
|
|
1540
1540
|
punctuation: /[(){};:,]/
|
|
1541
|
-
},
|
|
1542
|
-
var k =
|
|
1541
|
+
}, d.languages.css.atrule.inside.rest = d.languages.css;
|
|
1542
|
+
var k = d.languages.markup;
|
|
1543
1543
|
k && (k.tag.addInlined("style", "css"), k.tag.addAttribute("style", "css"));
|
|
1544
1544
|
}(n), n.languages.clike = {
|
|
1545
1545
|
comment: [
|
|
@@ -1705,7 +1705,7 @@ var h = Ie.exports, Je = { exports: {} };
|
|
|
1705
1705
|
if (typeof n > "u" || typeof document > "u")
|
|
1706
1706
|
return;
|
|
1707
1707
|
Element.prototype.matches || (Element.prototype.matches = Element.prototype.msMatchesSelector || Element.prototype.webkitMatchesSelector);
|
|
1708
|
-
var
|
|
1708
|
+
var d = "Loading…", b = function(F, w) {
|
|
1709
1709
|
return "✖ Error " + F + " while fetching file: " + w;
|
|
1710
1710
|
}, k = "✖ Error: File does not exist or is empty", S = {
|
|
1711
1711
|
js: "javascript",
|
|
@@ -1717,11 +1717,11 @@ var h = Ie.exports, Je = { exports: {} };
|
|
|
1717
1717
|
bat: "batch",
|
|
1718
1718
|
h: "c",
|
|
1719
1719
|
tex: "latex"
|
|
1720
|
-
}, l = "data-src-status",
|
|
1720
|
+
}, l = "data-src-status", m = "loading", y = "loaded", _ = "failed", O = "pre[data-src]:not([" + l + '="' + y + '"]):not([' + l + '="' + m + '"])';
|
|
1721
1721
|
function D(F, w, R) {
|
|
1722
1722
|
var r = new XMLHttpRequest();
|
|
1723
1723
|
r.open("GET", F, !0), r.onreadystatechange = function() {
|
|
1724
|
-
r.readyState == 4 && (r.status < 400 && r.responseText ? w(r.responseText) : r.status >= 400 ? R(
|
|
1724
|
+
r.readyState == 4 && (r.status < 400 && r.responseText ? w(r.responseText) : r.status >= 400 ? R(b(r.status, r.statusText)) : R(k));
|
|
1725
1725
|
}, r.send(null);
|
|
1726
1726
|
}
|
|
1727
1727
|
function I(F) {
|
|
@@ -1739,9 +1739,9 @@ var h = Ie.exports, Je = { exports: {} };
|
|
|
1739
1739
|
F.element
|
|
1740
1740
|
);
|
|
1741
1741
|
if (w.matches(O)) {
|
|
1742
|
-
F.code = "", w.setAttribute(l,
|
|
1742
|
+
F.code = "", w.setAttribute(l, m);
|
|
1743
1743
|
var R = w.appendChild(document.createElement("CODE"));
|
|
1744
|
-
R.textContent =
|
|
1744
|
+
R.textContent = d;
|
|
1745
1745
|
var r = w.getAttribute("data-src"), t = F.language;
|
|
1746
1746
|
if (t === "none") {
|
|
1747
1747
|
var i = (/\.(\w+)$/.exec(r) || [, "none"])[1];
|
|
@@ -1753,9 +1753,9 @@ var h = Ie.exports, Je = { exports: {} };
|
|
|
1753
1753
|
r,
|
|
1754
1754
|
function(o) {
|
|
1755
1755
|
w.setAttribute(l, y);
|
|
1756
|
-
var
|
|
1757
|
-
if (
|
|
1758
|
-
var E = o.split(/\r\n?|\n/g), g =
|
|
1756
|
+
var f = I(w.getAttribute("data-range"));
|
|
1757
|
+
if (f) {
|
|
1758
|
+
var E = o.split(/\r\n?|\n/g), g = f[0], C = f[1] == null ? E.length : f[1];
|
|
1759
1759
|
g < 0 && (g += E.length), g = Math.max(0, Math.min(g - 1, E.length)), C < 0 && (C += E.length), C = Math.max(0, Math.min(C, E.length)), o = E.slice(g, C).join(`
|
|
1760
1760
|
`), w.hasAttribute("data-start") || w.setAttribute("data-start", String(g + 1));
|
|
1761
1761
|
}
|
|
@@ -2044,8 +2044,8 @@ Prism.languages.insertBefore("go", "string", {
|
|
|
2044
2044
|
}
|
|
2045
2045
|
});
|
|
2046
2046
|
delete Prism.languages.go["class-name"];
|
|
2047
|
-
(function(
|
|
2048
|
-
var
|
|
2047
|
+
(function(c) {
|
|
2048
|
+
var p = /\b(?:abstract|assert|boolean|break|byte|case|catch|char|class|const|continue|default|do|double|else|enum|exports|extends|final|finally|float|for|goto|if|implements|import|instanceof|int|interface|long|module|native|new|non-sealed|null|open|opens|package|permits|private|protected|provides|public|record(?!\s*[(){}[\]<>=%~.:,;?+\-*/&|^])|requires|return|sealed|short|static|strictfp|super|switch|synchronized|this|throw|throws|to|transient|transitive|try|uses|var|void|volatile|while|with|yield)\b/, n = /(?:[a-z]\w*\s*\.\s*)*(?:[A-Z]\w*\s*\.\s*)*/.source, d = {
|
|
2049
2049
|
pattern: RegExp(/(^|[^\w.])/.source + n + /[A-Z](?:[\d_A-Z]*[a-z]\w*)?\b/.source),
|
|
2050
2050
|
lookbehind: !0,
|
|
2051
2051
|
inside: {
|
|
@@ -2058,32 +2058,32 @@ delete Prism.languages.go["class-name"];
|
|
|
2058
2058
|
punctuation: /\./
|
|
2059
2059
|
}
|
|
2060
2060
|
};
|
|
2061
|
-
|
|
2061
|
+
c.languages.java = c.languages.extend("clike", {
|
|
2062
2062
|
string: {
|
|
2063
2063
|
pattern: /(^|[^\\])"(?:\\.|[^"\\\r\n])*"/,
|
|
2064
2064
|
lookbehind: !0,
|
|
2065
2065
|
greedy: !0
|
|
2066
2066
|
},
|
|
2067
2067
|
"class-name": [
|
|
2068
|
-
|
|
2068
|
+
d,
|
|
2069
2069
|
{
|
|
2070
2070
|
// variables, parameters, and constructor references
|
|
2071
2071
|
// this to support class names (or generic parameters) which do not contain a lower case letter (also works for methods)
|
|
2072
2072
|
pattern: RegExp(/(^|[^\w.])/.source + n + /[A-Z]\w*(?=\s+\w+\s*[;,=()]|\s*(?:\[[\s,]*\]\s*)?::\s*new\b)/.source),
|
|
2073
2073
|
lookbehind: !0,
|
|
2074
|
-
inside:
|
|
2074
|
+
inside: d.inside
|
|
2075
2075
|
},
|
|
2076
2076
|
{
|
|
2077
2077
|
// class names based on keyword
|
|
2078
2078
|
// this to support class names (or generic parameters) which do not contain a lower case letter (also works for methods)
|
|
2079
2079
|
pattern: RegExp(/(\b(?:class|enum|extends|implements|instanceof|interface|new|record|throws)\s+)/.source + n + /[A-Z]\w*\b/.source),
|
|
2080
2080
|
lookbehind: !0,
|
|
2081
|
-
inside:
|
|
2081
|
+
inside: d.inside
|
|
2082
2082
|
}
|
|
2083
2083
|
],
|
|
2084
|
-
keyword:
|
|
2084
|
+
keyword: p,
|
|
2085
2085
|
function: [
|
|
2086
|
-
|
|
2086
|
+
c.languages.clike.function,
|
|
2087
2087
|
{
|
|
2088
2088
|
pattern: /(::\s*)[a-z_]\w*/,
|
|
2089
2089
|
lookbehind: !0
|
|
@@ -2095,7 +2095,7 @@ delete Prism.languages.go["class-name"];
|
|
|
2095
2095
|
lookbehind: !0
|
|
2096
2096
|
},
|
|
2097
2097
|
constant: /\b[A-Z][A-Z_\d]+\b/
|
|
2098
|
-
}),
|
|
2098
|
+
}), c.languages.insertBefore("java", "string", {
|
|
2099
2099
|
"triple-quoted-string": {
|
|
2100
2100
|
// http://openjdk.java.net/jeps/355#Description
|
|
2101
2101
|
pattern: /"""[ \t]*[\r\n](?:(?:"|"")?(?:\\.|[^"\\]))*"""/,
|
|
@@ -2106,7 +2106,7 @@ delete Prism.languages.go["class-name"];
|
|
|
2106
2106
|
pattern: /'(?:\\.|[^'\\\r\n]){1,6}'/,
|
|
2107
2107
|
greedy: !0
|
|
2108
2108
|
}
|
|
2109
|
-
}),
|
|
2109
|
+
}), c.languages.insertBefore("java", "class-name", {
|
|
2110
2110
|
annotation: {
|
|
2111
2111
|
pattern: /(^|[^.])@\w+(?:\s*\.\s*\w+)*/,
|
|
2112
2112
|
lookbehind: !0,
|
|
@@ -2115,8 +2115,8 @@ delete Prism.languages.go["class-name"];
|
|
|
2115
2115
|
generics: {
|
|
2116
2116
|
pattern: /<(?:[\w\s,.?]|&(?!&)|<(?:[\w\s,.?]|&(?!&)|<(?:[\w\s,.?]|&(?!&)|<(?:[\w\s,.?]|&(?!&))*>)*>)*>)*>/,
|
|
2117
2117
|
inside: {
|
|
2118
|
-
"class-name":
|
|
2119
|
-
keyword:
|
|
2118
|
+
"class-name": d,
|
|
2119
|
+
keyword: p,
|
|
2120
2120
|
punctuation: /[<>(),.:]/,
|
|
2121
2121
|
operator: /[?&|]/
|
|
2122
2122
|
}
|
|
@@ -2126,7 +2126,7 @@ delete Prism.languages.go["class-name"];
|
|
|
2126
2126
|
pattern: RegExp(/(\bimport\s+)/.source + n + /(?:[A-Z]\w*|\*)(?=\s*;)/.source),
|
|
2127
2127
|
lookbehind: !0,
|
|
2128
2128
|
inside: {
|
|
2129
|
-
namespace:
|
|
2129
|
+
namespace: d.inside.namespace,
|
|
2130
2130
|
punctuation: /\./,
|
|
2131
2131
|
operator: /\*/,
|
|
2132
2132
|
"class-name": /\w+/
|
|
@@ -2137,7 +2137,7 @@ delete Prism.languages.go["class-name"];
|
|
|
2137
2137
|
lookbehind: !0,
|
|
2138
2138
|
alias: "static",
|
|
2139
2139
|
inside: {
|
|
2140
|
-
namespace:
|
|
2140
|
+
namespace: d.inside.namespace,
|
|
2141
2141
|
static: /\b\w+$/,
|
|
2142
2142
|
punctuation: /\./,
|
|
2143
2143
|
operator: /\*/,
|
|
@@ -2148,7 +2148,7 @@ delete Prism.languages.go["class-name"];
|
|
|
2148
2148
|
namespace: {
|
|
2149
2149
|
pattern: RegExp(
|
|
2150
2150
|
/(\b(?:exports|import(?:\s+static)?|module|open|opens|package|provides|requires|to|transitive|uses|with)\s+)(?!<keyword>)[a-z]\w*(?:\.[a-z]\w*)*\.?/.source.replace(/<keyword>/g, function() {
|
|
2151
|
-
return
|
|
2151
|
+
return p.source;
|
|
2152
2152
|
})
|
|
2153
2153
|
),
|
|
2154
2154
|
lookbehind: !0,
|
|
@@ -2234,17 +2234,17 @@ Prism.languages.insertBefore("c", "function", {
|
|
|
2234
2234
|
constant: /\b(?:EOF|NULL|SEEK_CUR|SEEK_END|SEEK_SET|__DATE__|__FILE__|__LINE__|__TIMESTAMP__|__TIME__|__func__|stderr|stdin|stdout)\b/
|
|
2235
2235
|
});
|
|
2236
2236
|
delete Prism.languages.c.boolean;
|
|
2237
|
-
(function(
|
|
2238
|
-
for (var
|
|
2239
|
-
|
|
2240
|
-
return
|
|
2237
|
+
(function(c) {
|
|
2238
|
+
for (var p = /\/\*(?:[^*/]|\*(?!\/)|\/(?!\*)|<self>)*\*\//.source, n = 0; n < 2; n++)
|
|
2239
|
+
p = p.replace(/<self>/g, function() {
|
|
2240
|
+
return p;
|
|
2241
2241
|
});
|
|
2242
|
-
|
|
2242
|
+
p = p.replace(/<self>/g, function() {
|
|
2243
2243
|
return /[^\s\S]/.source;
|
|
2244
|
-
}),
|
|
2244
|
+
}), c.languages.rust = {
|
|
2245
2245
|
comment: [
|
|
2246
2246
|
{
|
|
2247
|
-
pattern: RegExp(/(^|[^\\])/.source +
|
|
2247
|
+
pattern: RegExp(/(^|[^\\])/.source + p),
|
|
2248
2248
|
lookbehind: !0,
|
|
2249
2249
|
greedy: !0
|
|
2250
2250
|
},
|
|
@@ -2348,7 +2348,7 @@ delete Prism.languages.c.boolean;
|
|
|
2348
2348
|
boolean: /\b(?:false|true)\b/,
|
|
2349
2349
|
punctuation: /->|\.\.=|\.{1,3}|::|[{}[\];(),:]/,
|
|
2350
2350
|
operator: /[-+*\/%!^]=?|=[=>]?|&[&=]?|\|[|=]?|<<?=?|>>?=?|[@?]/
|
|
2351
|
-
},
|
|
2351
|
+
}, c.languages.rust["closure-params"].inside.rest = c.languages.rust, c.languages.rust.attribute.inside.string = c.languages.rust.string;
|
|
2352
2352
|
})(Prism);
|
|
2353
2353
|
Prism.languages.sql = {
|
|
2354
2354
|
comment: {
|
|
@@ -2383,18 +2383,18 @@ Prism.languages.sql = {
|
|
|
2383
2383
|
operator: /[-+*\/=%^~]|&&?|\|\|?|!=?|<(?:=>?|<|>)?|>[>=]?|\b(?:AND|BETWEEN|DIV|ILIKE|IN|IS|LIKE|NOT|OR|REGEXP|RLIKE|SOUNDS LIKE|XOR)\b/i,
|
|
2384
2384
|
punctuation: /[;[\]()`,.]/
|
|
2385
2385
|
};
|
|
2386
|
-
(function(
|
|
2387
|
-
var
|
|
2386
|
+
(function(c) {
|
|
2387
|
+
var p = "\\b(?:BASH|BASHOPTS|BASH_ALIASES|BASH_ARGC|BASH_ARGV|BASH_CMDS|BASH_COMPLETION_COMPAT_DIR|BASH_LINENO|BASH_REMATCH|BASH_SOURCE|BASH_VERSINFO|BASH_VERSION|COLORTERM|COLUMNS|COMP_WORDBREAKS|DBUS_SESSION_BUS_ADDRESS|DEFAULTS_PATH|DESKTOP_SESSION|DIRSTACK|DISPLAY|EUID|GDMSESSION|GDM_LANG|GNOME_KEYRING_CONTROL|GNOME_KEYRING_PID|GPG_AGENT_INFO|GROUPS|HISTCONTROL|HISTFILE|HISTFILESIZE|HISTSIZE|HOME|HOSTNAME|HOSTTYPE|IFS|INSTANCE|JOB|LANG|LANGUAGE|LC_ADDRESS|LC_ALL|LC_IDENTIFICATION|LC_MEASUREMENT|LC_MONETARY|LC_NAME|LC_NUMERIC|LC_PAPER|LC_TELEPHONE|LC_TIME|LESSCLOSE|LESSOPEN|LINES|LOGNAME|LS_COLORS|MACHTYPE|MAILCHECK|MANDATORY_PATH|NO_AT_BRIDGE|OLDPWD|OPTERR|OPTIND|ORBIT_SOCKETDIR|OSTYPE|PAPERSIZE|PATH|PIPESTATUS|PPID|PS1|PS2|PS3|PS4|PWD|RANDOM|REPLY|SECONDS|SELINUX_INIT|SESSION|SESSIONTYPE|SESSION_MANAGER|SHELL|SHELLOPTS|SHLVL|SSH_AUTH_SOCK|TERM|UID|UPSTART_EVENTS|UPSTART_INSTANCE|UPSTART_JOB|UPSTART_SESSION|USER|WINDOWID|XAUTHORITY|XDG_CONFIG_DIRS|XDG_CURRENT_DESKTOP|XDG_DATA_DIRS|XDG_GREETER_DATA_DIR|XDG_MENU_PREFIX|XDG_RUNTIME_DIR|XDG_SEAT|XDG_SEAT_PATH|XDG_SESSION_DESKTOP|XDG_SESSION_ID|XDG_SESSION_PATH|XDG_SESSION_TYPE|XDG_VTNR|XMODIFIERS)\\b", n = {
|
|
2388
2388
|
pattern: /(^(["']?)\w+\2)[ \t]+\S.*/,
|
|
2389
2389
|
lookbehind: !0,
|
|
2390
2390
|
alias: "punctuation",
|
|
2391
2391
|
// this looks reasonably well in all themes
|
|
2392
2392
|
inside: null
|
|
2393
2393
|
// see below
|
|
2394
|
-
},
|
|
2394
|
+
}, d = {
|
|
2395
2395
|
bash: n,
|
|
2396
2396
|
environment: {
|
|
2397
|
-
pattern: RegExp("\\$" +
|
|
2397
|
+
pattern: RegExp("\\$" + p),
|
|
2398
2398
|
alias: "constant"
|
|
2399
2399
|
},
|
|
2400
2400
|
variable: [
|
|
@@ -2434,7 +2434,7 @@ Prism.languages.sql = {
|
|
|
2434
2434
|
operator: /:[-=?+]?|[!\/]|##?|%%?|\^\^?|,,?/,
|
|
2435
2435
|
punctuation: /[\[\]]/,
|
|
2436
2436
|
environment: {
|
|
2437
|
-
pattern: RegExp("(\\{)" +
|
|
2437
|
+
pattern: RegExp("(\\{)" + p),
|
|
2438
2438
|
lookbehind: !0,
|
|
2439
2439
|
alias: "constant"
|
|
2440
2440
|
}
|
|
@@ -2445,7 +2445,7 @@ Prism.languages.sql = {
|
|
|
2445
2445
|
// Escape sequences from echo and printf's manuals, and escaped quotes.
|
|
2446
2446
|
entity: /\\(?:[abceEfnrtv\\"]|O?[0-7]{1,3}|U[0-9a-fA-F]{8}|u[0-9a-fA-F]{4}|x[0-9a-fA-F]{1,2})/
|
|
2447
2447
|
};
|
|
2448
|
-
|
|
2448
|
+
c.languages.bash = {
|
|
2449
2449
|
shebang: {
|
|
2450
2450
|
pattern: /^#!\s*\/.*/,
|
|
2451
2451
|
alias: "important"
|
|
@@ -2483,7 +2483,7 @@ Prism.languages.sql = {
|
|
|
2483
2483
|
pattern: /(^|[\s;|&]|[<>]\()\w+(?:\.\w+)*(?=\+?=)/,
|
|
2484
2484
|
inside: {
|
|
2485
2485
|
environment: {
|
|
2486
|
-
pattern: RegExp("(^|[\\s;|&]|[<>]\\()" +
|
|
2486
|
+
pattern: RegExp("(^|[\\s;|&]|[<>]\\()" + p),
|
|
2487
2487
|
lookbehind: !0,
|
|
2488
2488
|
alias: "constant"
|
|
2489
2489
|
}
|
|
@@ -2503,7 +2503,7 @@ Prism.languages.sql = {
|
|
|
2503
2503
|
pattern: /((?:^|[^<])<<-?\s*)(\w+)\s[\s\S]*?(?:\r?\n|\r)\2/,
|
|
2504
2504
|
lookbehind: !0,
|
|
2505
2505
|
greedy: !0,
|
|
2506
|
-
inside:
|
|
2506
|
+
inside: d
|
|
2507
2507
|
},
|
|
2508
2508
|
// Here-document with quotes around the tag
|
|
2509
2509
|
// → No expansion (so no “inside”).
|
|
@@ -2521,7 +2521,7 @@ Prism.languages.sql = {
|
|
|
2521
2521
|
pattern: /(^|[^\\](?:\\\\)*)"(?:\\[\s\S]|\$\([^)]+\)|\$(?!\()|`[^`]+`|[^"\\`$])*"/,
|
|
2522
2522
|
lookbehind: !0,
|
|
2523
2523
|
greedy: !0,
|
|
2524
|
-
inside:
|
|
2524
|
+
inside: d
|
|
2525
2525
|
},
|
|
2526
2526
|
{
|
|
2527
2527
|
// https://www.gnu.org/software/bash/manual/html_node/Single-Quotes.html
|
|
@@ -2534,15 +2534,15 @@ Prism.languages.sql = {
|
|
|
2534
2534
|
pattern: /\$'(?:[^'\\]|\\[\s\S])*'/,
|
|
2535
2535
|
greedy: !0,
|
|
2536
2536
|
inside: {
|
|
2537
|
-
entity:
|
|
2537
|
+
entity: d.entity
|
|
2538
2538
|
}
|
|
2539
2539
|
}
|
|
2540
2540
|
],
|
|
2541
2541
|
environment: {
|
|
2542
|
-
pattern: RegExp("\\$?" +
|
|
2542
|
+
pattern: RegExp("\\$?" + p),
|
|
2543
2543
|
alias: "constant"
|
|
2544
2544
|
},
|
|
2545
|
-
variable:
|
|
2545
|
+
variable: d.variable,
|
|
2546
2546
|
function: {
|
|
2547
2547
|
pattern: /(^|[\s;|&]|[<>]\()(?:add|apropos|apt|apt-cache|apt-get|aptitude|aspell|automysqlbackup|awk|basename|bash|bc|bconsole|bg|bzip2|cal|cargo|cat|cfdisk|chgrp|chkconfig|chmod|chown|chroot|cksum|clear|cmp|column|comm|composer|cp|cron|crontab|csplit|curl|cut|date|dc|dd|ddrescue|debootstrap|df|diff|diff3|dig|dir|dircolors|dirname|dirs|dmesg|docker|docker-compose|du|egrep|eject|env|ethtool|expand|expect|expr|fdformat|fdisk|fg|fgrep|file|find|fmt|fold|format|free|fsck|ftp|fuser|gawk|git|gparted|grep|groupadd|groupdel|groupmod|groups|grub-mkconfig|gzip|halt|head|hg|history|host|hostname|htop|iconv|id|ifconfig|ifdown|ifup|import|install|ip|java|jobs|join|kill|killall|less|link|ln|locate|logname|logrotate|look|lpc|lpr|lprint|lprintd|lprintq|lprm|ls|lsof|lynx|make|man|mc|mdadm|mkconfig|mkdir|mke2fs|mkfifo|mkfs|mkisofs|mknod|mkswap|mmv|more|most|mount|mtools|mtr|mutt|mv|nano|nc|netstat|nice|nl|node|nohup|notify-send|npm|nslookup|op|open|parted|passwd|paste|pathchk|ping|pkill|pnpm|podman|podman-compose|popd|pr|printcap|printenv|ps|pushd|pv|quota|quotacheck|quotactl|ram|rar|rcp|reboot|remsync|rename|renice|rev|rm|rmdir|rpm|rsync|scp|screen|sdiff|sed|sendmail|seq|service|sftp|sh|shellcheck|shuf|shutdown|sleep|slocate|sort|split|ssh|stat|strace|su|sudo|sum|suspend|swapon|sync|sysctl|tac|tail|tar|tee|time|timeout|top|touch|tr|traceroute|tsort|tty|umount|uname|unexpand|uniq|units|unrar|unshar|unzip|update-grub|uptime|useradd|userdel|usermod|users|uudecode|uuencode|v|vcpkg|vdir|vi|vim|virsh|vmstat|wait|watch|wc|wget|whereis|which|who|whoami|write|xargs|xdg-open|yarn|yes|zenity|zip|zsh|zypper)(?=$|[)\s;|&])/,
|
|
2548
2548
|
lookbehind: !0
|
|
@@ -2581,8 +2581,8 @@ Prism.languages.sql = {
|
|
|
2581
2581
|
pattern: /(^|\s)(?:[1-9]\d*|0)(?:[.,]\d+)?\b/,
|
|
2582
2582
|
lookbehind: !0
|
|
2583
2583
|
}
|
|
2584
|
-
}, n.inside =
|
|
2585
|
-
for (var
|
|
2584
|
+
}, n.inside = c.languages.bash;
|
|
2585
|
+
for (var b = [
|
|
2586
2586
|
"comment",
|
|
2587
2587
|
"function-name",
|
|
2588
2588
|
"for-or-select",
|
|
@@ -2598,9 +2598,9 @@ Prism.languages.sql = {
|
|
|
2598
2598
|
"operator",
|
|
2599
2599
|
"punctuation",
|
|
2600
2600
|
"number"
|
|
2601
|
-
], k =
|
|
2602
|
-
k[
|
|
2603
|
-
|
|
2601
|
+
], k = d.variable[1].inside, S = 0; S < b.length; S++)
|
|
2602
|
+
k[b[S]] = c.languages.bash[b[S]];
|
|
2603
|
+
c.languages.sh = c.languages.bash, c.languages.shell = c.languages.bash;
|
|
2604
2604
|
})(Prism);
|
|
2605
2605
|
Prism.languages.json = {
|
|
2606
2606
|
property: {
|
|
@@ -2627,18 +2627,8 @@ Prism.languages.json = {
|
|
|
2627
2627
|
}
|
|
2628
2628
|
};
|
|
2629
2629
|
Prism.languages.webmanifest = Prism.languages.json;
|
|
2630
|
-
function kr(d) {
|
|
2631
|
-
if (typeof document > "u") return;
|
|
2632
|
-
const f = d === "dark" ? "prism-okaidia" : "prism", n = document.getElementById("prism-theme-style"), c = `https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/themes/${f}.min.css`;
|
|
2633
|
-
if (n)
|
|
2634
|
-
n.setAttribute("href", c);
|
|
2635
|
-
else {
|
|
2636
|
-
const m = document.createElement("link");
|
|
2637
|
-
m.id = "prism-theme-style", m.rel = "stylesheet", m.href = c, document.head.appendChild(m);
|
|
2638
|
-
}
|
|
2639
|
-
}
|
|
2640
2630
|
window.Prism = Ne;
|
|
2641
|
-
const
|
|
2631
|
+
const kr = {
|
|
2642
2632
|
javascript: "javascript",
|
|
2643
2633
|
js: "javascript",
|
|
2644
2634
|
typescript: "typescript",
|
|
@@ -2670,43 +2660,39 @@ const _r = {
|
|
|
2670
2660
|
markdown: "markdown",
|
|
2671
2661
|
md: "markdown"
|
|
2672
2662
|
};
|
|
2673
|
-
function
|
|
2674
|
-
const
|
|
2675
|
-
return
|
|
2663
|
+
function _r(c) {
|
|
2664
|
+
const p = document.createElement("div");
|
|
2665
|
+
return p.textContent = c, p.innerHTML;
|
|
2676
2666
|
}
|
|
2677
|
-
const
|
|
2678
|
-
value:
|
|
2679
|
-
language:
|
|
2667
|
+
const Fr = ({
|
|
2668
|
+
value: c,
|
|
2669
|
+
language: p,
|
|
2680
2670
|
theme: n = "dark",
|
|
2681
|
-
disabled:
|
|
2682
|
-
onChange:
|
|
2671
|
+
disabled: d = !1,
|
|
2672
|
+
onChange: b
|
|
2683
2673
|
}) => {
|
|
2684
|
-
const k =
|
|
2674
|
+
const k = Fe(null), S = Fe(null), l = Ee(() => kr[p.toLowerCase()] || "javascript", [p]), m = n === "dark" ? "#1e1e1e" : "#fafafa", y = Ee(() => {
|
|
2685
2675
|
try {
|
|
2686
2676
|
const I = Ne.languages[l];
|
|
2687
2677
|
if (I)
|
|
2688
|
-
return Ne.highlight(
|
|
2678
|
+
return Ne.highlight(c || "", I, l);
|
|
2689
2679
|
} catch {
|
|
2690
2680
|
}
|
|
2691
|
-
return
|
|
2692
|
-
}, [
|
|
2693
|
-
|
|
2681
|
+
return _r(c || "");
|
|
2682
|
+
}, [c, l]), _ = (I) => {
|
|
2683
|
+
b == null || b(I.target.value);
|
|
2694
2684
|
}, O = () => {
|
|
2695
2685
|
k.current && S.current && (S.current.scrollTop = k.current.scrollTop, S.current.scrollLeft = k.current.scrollLeft);
|
|
2696
|
-
}
|
|
2697
|
-
Se(() => {
|
|
2698
|
-
kr(n);
|
|
2699
|
-
}, [n]);
|
|
2700
|
-
const D = (I) => {
|
|
2686
|
+
}, D = (I) => {
|
|
2701
2687
|
if (I.key === "Tab") {
|
|
2702
2688
|
I.preventDefault();
|
|
2703
|
-
const B = I.target, F = B.selectionStart, w = B.selectionEnd, R =
|
|
2704
|
-
|
|
2689
|
+
const B = I.target, F = B.selectionStart, w = B.selectionEnd, R = c.substring(0, F) + " " + c.substring(w);
|
|
2690
|
+
b == null || b(R), requestAnimationFrame(() => {
|
|
2705
2691
|
B.selectionStart = B.selectionEnd = F + 2;
|
|
2706
2692
|
});
|
|
2707
2693
|
}
|
|
2708
2694
|
};
|
|
2709
|
-
return /* @__PURE__ */ h.jsxs("div", { className: `hep-cr-editor theme-${n}`, style: { background:
|
|
2695
|
+
return /* @__PURE__ */ h.jsxs("div", { className: `hep-cr-editor theme-${n}`, style: { background: m }, children: [
|
|
2710
2696
|
/* @__PURE__ */ h.jsx(
|
|
2711
2697
|
"pre",
|
|
2712
2698
|
{
|
|
@@ -2721,8 +2707,8 @@ const Or = ({
|
|
|
2721
2707
|
{
|
|
2722
2708
|
ref: k,
|
|
2723
2709
|
className: "hep-cr-input",
|
|
2724
|
-
value:
|
|
2725
|
-
disabled:
|
|
2710
|
+
value: c,
|
|
2711
|
+
disabled: d,
|
|
2726
2712
|
onChange: _,
|
|
2727
2713
|
onScroll: O,
|
|
2728
2714
|
onKeyDown: D,
|
|
@@ -2731,16 +2717,80 @@ const Or = ({
|
|
|
2731
2717
|
}
|
|
2732
2718
|
)
|
|
2733
2719
|
] });
|
|
2734
|
-
}
|
|
2735
|
-
|
|
2736
|
-
|
|
2720
|
+
}, Or = `
|
|
2721
|
+
.hep-cr-editor {
|
|
2722
|
+
position: relative;
|
|
2723
|
+
flex: 1;
|
|
2724
|
+
overflow: hidden;
|
|
2725
|
+
}
|
|
2726
|
+
|
|
2727
|
+
.hep-cr-highlight,
|
|
2728
|
+
.hep-cr-input {
|
|
2729
|
+
position: absolute;
|
|
2730
|
+
top: 0;
|
|
2731
|
+
left: 0;
|
|
2732
|
+
width: 100%;
|
|
2733
|
+
height: 100%;
|
|
2734
|
+
padding: 12px 16px;
|
|
2735
|
+
margin: 0;
|
|
2736
|
+
border: none;
|
|
2737
|
+
font-family: 'SF Mono', 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
|
|
2738
|
+
font-size: 14px;
|
|
2739
|
+
line-height: 1.6;
|
|
2740
|
+
white-space: pre;
|
|
2741
|
+
overflow: auto;
|
|
2742
|
+
}
|
|
2743
|
+
|
|
2744
|
+
.hep-cr-highlight {
|
|
2745
|
+
pointer-events: none;
|
|
2746
|
+
z-index: 1;
|
|
2747
|
+
}
|
|
2748
|
+
|
|
2749
|
+
.hep-cr-highlight.hep-cr-highlight {
|
|
2750
|
+
background: transparent !important;
|
|
2751
|
+
}
|
|
2752
|
+
|
|
2753
|
+
.hep-cr-highlight code {
|
|
2754
|
+
display: block;
|
|
2755
|
+
font-family: inherit;
|
|
2756
|
+
background: transparent !important;
|
|
2757
|
+
}
|
|
2758
|
+
|
|
2759
|
+
.hep-cr-input {
|
|
2760
|
+
position: relative;
|
|
2761
|
+
z-index: 2;
|
|
2762
|
+
background: transparent;
|
|
2763
|
+
color: transparent;
|
|
2764
|
+
caret-color: #d4d4d4;
|
|
2765
|
+
resize: none;
|
|
2766
|
+
outline: none;
|
|
2767
|
+
}
|
|
2768
|
+
|
|
2769
|
+
.hep-cr-input:disabled {
|
|
2770
|
+
opacity: 0.7;
|
|
2771
|
+
}
|
|
2772
|
+
|
|
2773
|
+
/* Light theme caret */
|
|
2774
|
+
.theme-light .hep-cr-input {
|
|
2775
|
+
caret-color: #333333;
|
|
2776
|
+
}
|
|
2777
|
+
`;
|
|
2778
|
+
if (typeof document < "u") {
|
|
2779
|
+
const c = "hep-cr-editor-styles";
|
|
2780
|
+
if (!document.getElementById(c)) {
|
|
2781
|
+
const p = document.createElement("style");
|
|
2782
|
+
p.id = c, p.textContent = Or, document.head.appendChild(p);
|
|
2783
|
+
}
|
|
2784
|
+
}
|
|
2785
|
+
var Ir = Object.defineProperty, Nr = (c, p, n) => p in c ? Ir(c, p, { enumerable: !0, configurable: !0, writable: !0, value: n }) : c[p] = n, Ze = (c, p, n) => Nr(c, typeof p != "symbol" ? p + "" : p, n);
|
|
2786
|
+
let ke = null;
|
|
2737
2787
|
class Cr {
|
|
2738
|
-
constructor(
|
|
2739
|
-
Ze(this, "baseUrl"), Ze(this, "timeout"), this.baseUrl =
|
|
2788
|
+
constructor(p = {}) {
|
|
2789
|
+
Ze(this, "baseUrl"), Ze(this, "timeout"), this.baseUrl = p.pistonUrl || "/api/piston", this.timeout = p.timeout || 3e3;
|
|
2740
2790
|
}
|
|
2741
|
-
async getRuntimes(
|
|
2742
|
-
if (
|
|
2743
|
-
return
|
|
2791
|
+
async getRuntimes(p = !1) {
|
|
2792
|
+
if (ke && !p)
|
|
2793
|
+
return ke;
|
|
2744
2794
|
try {
|
|
2745
2795
|
const n = await fetch(`${this.baseUrl}/runtimes`, {
|
|
2746
2796
|
method: "GET",
|
|
@@ -2750,46 +2800,46 @@ class Cr {
|
|
|
2750
2800
|
});
|
|
2751
2801
|
if (!n.ok)
|
|
2752
2802
|
throw new Error(`Failed to fetch runtimes: ${n.statusText}`);
|
|
2753
|
-
const
|
|
2754
|
-
return
|
|
2803
|
+
const d = await n.json();
|
|
2804
|
+
return ke = d, d;
|
|
2755
2805
|
} catch (n) {
|
|
2756
2806
|
throw console.error("Failed to fetch runtimes:", n), n;
|
|
2757
2807
|
}
|
|
2758
2808
|
}
|
|
2759
|
-
async execute(
|
|
2760
|
-
const
|
|
2761
|
-
(
|
|
2809
|
+
async execute(p, n, d = {}) {
|
|
2810
|
+
const b = (await this.getRuntimes()).find(
|
|
2811
|
+
(m) => {
|
|
2762
2812
|
var y;
|
|
2763
|
-
return
|
|
2813
|
+
return m.language.toLowerCase() === p.toLowerCase() || ((y = m.aliases) == null ? void 0 : y.some((_) => _.toLowerCase() === p.toLowerCase()));
|
|
2764
2814
|
}
|
|
2765
2815
|
);
|
|
2766
|
-
if (!
|
|
2767
|
-
throw new Error(`Language '${
|
|
2768
|
-
const k = this.getFileName(
|
|
2769
|
-
language:
|
|
2770
|
-
version:
|
|
2816
|
+
if (!b)
|
|
2817
|
+
throw new Error(`Language '${p}' is not supported`);
|
|
2818
|
+
const k = this.getFileName(p), S = {
|
|
2819
|
+
language: b.language,
|
|
2820
|
+
version: d.version || b.version,
|
|
2771
2821
|
files: [
|
|
2772
2822
|
{
|
|
2773
2823
|
name: k,
|
|
2774
2824
|
content: n
|
|
2775
2825
|
}
|
|
2776
2826
|
],
|
|
2777
|
-
stdin:
|
|
2778
|
-
args:
|
|
2779
|
-
run_timeout:
|
|
2827
|
+
stdin: d.stdin || "",
|
|
2828
|
+
args: d.args || [],
|
|
2829
|
+
run_timeout: d.runTimeout || this.timeout,
|
|
2780
2830
|
compile_timeout: this.timeout
|
|
2781
2831
|
}, l = Date.now();
|
|
2782
2832
|
try {
|
|
2783
|
-
const
|
|
2833
|
+
const m = await fetch(`${this.baseUrl}/execute`, {
|
|
2784
2834
|
method: "POST",
|
|
2785
2835
|
headers: {
|
|
2786
2836
|
"Content-Type": "application/json"
|
|
2787
2837
|
},
|
|
2788
2838
|
body: JSON.stringify(S)
|
|
2789
2839
|
});
|
|
2790
|
-
if (!
|
|
2791
|
-
throw new Error(`Execute failed: ${
|
|
2792
|
-
const y = await
|
|
2840
|
+
if (!m.ok)
|
|
2841
|
+
throw new Error(`Execute failed: ${m.statusText}`);
|
|
2842
|
+
const y = await m.json(), _ = Date.now() - l, O = y.run.stdout || "", D = y.run.stderr || "";
|
|
2793
2843
|
return {
|
|
2794
2844
|
success: y.run.code === 0,
|
|
2795
2845
|
output: O,
|
|
@@ -2802,17 +2852,17 @@ class Cr {
|
|
|
2802
2852
|
code: y.compile.code
|
|
2803
2853
|
} : void 0
|
|
2804
2854
|
};
|
|
2805
|
-
} catch (
|
|
2855
|
+
} catch (m) {
|
|
2806
2856
|
return {
|
|
2807
2857
|
success: !1,
|
|
2808
2858
|
output: "",
|
|
2809
|
-
stderr:
|
|
2859
|
+
stderr: m instanceof Error ? m.message : "Unknown error",
|
|
2810
2860
|
code: -1,
|
|
2811
2861
|
executionTime: Date.now() - l
|
|
2812
2862
|
};
|
|
2813
2863
|
}
|
|
2814
2864
|
}
|
|
2815
|
-
getFileName(
|
|
2865
|
+
getFileName(p) {
|
|
2816
2866
|
return {
|
|
2817
2867
|
javascript: "main.js",
|
|
2818
2868
|
typescript: "main.ts",
|
|
@@ -2839,7 +2889,7 @@ class Cr {
|
|
|
2839
2889
|
css: "style.css",
|
|
2840
2890
|
sql: "query.sql",
|
|
2841
2891
|
markdown: "readme.md"
|
|
2842
|
-
}[
|
|
2892
|
+
}[p.toLowerCase()] || `main.${p}`;
|
|
2843
2893
|
}
|
|
2844
2894
|
}
|
|
2845
2895
|
const Lr = {
|
|
@@ -2940,29 +2990,29 @@ h1 {
|
|
|
2940
2990
|
|
|
2941
2991
|
This is a sample markdown document.`
|
|
2942
2992
|
};
|
|
2943
|
-
function
|
|
2944
|
-
const
|
|
2945
|
-
return Lr[
|
|
2993
|
+
function _e(c) {
|
|
2994
|
+
const p = c.toLowerCase();
|
|
2995
|
+
return Lr[p] || `// ${c}
|
|
2946
2996
|
// Write your code here`;
|
|
2947
2997
|
}
|
|
2948
2998
|
const Pr = ({
|
|
2949
|
-
pistonUrl:
|
|
2950
|
-
language:
|
|
2999
|
+
pistonUrl: c = "/api/piston",
|
|
3000
|
+
language: p = "javascript",
|
|
2951
3001
|
theme: n = "light",
|
|
2952
|
-
showLanguageSelector:
|
|
2953
|
-
showEditor:
|
|
3002
|
+
showLanguageSelector: d = !0,
|
|
3003
|
+
showEditor: b = !0,
|
|
2954
3004
|
editable: k = !0,
|
|
2955
3005
|
defaultCode: S = "",
|
|
2956
3006
|
executorLabel: l = "运行",
|
|
2957
|
-
onExecuteStart:
|
|
3007
|
+
onExecuteStart: m,
|
|
2958
3008
|
onExecuteEnd: y,
|
|
2959
3009
|
onLanguageChange: _
|
|
2960
3010
|
}) => {
|
|
2961
|
-
const [O, D] = Z([]), [I, B] = Z(
|
|
3011
|
+
const [O, D] = Z([]), [I, B] = Z(p), [F, w] = Z(n), [R, r] = Z(S), [t, i] = Z(""), [s, o] = Z(""), [f, E] = Z(!1), [g, C] = Z(null), [P, z] = Z("stdout"), [V, W] = Z(null), [ne, ce] = Z(!0), [ue, j] = Z(60), H = Ee(() => new Cr({ pistonUrl: c }), [c]), ee = Ee(() => O.map((A) => ({
|
|
2962
3012
|
value: `${A.language}:${A.version}`,
|
|
2963
3013
|
label: `${A.language.charAt(0).toUpperCase() + A.language.slice(1)} ${A.version}`
|
|
2964
3014
|
})), [O]), X = Ee(() => I.includes(":") ? I.split(":")[0] : I, [I]);
|
|
2965
|
-
|
|
3015
|
+
Oe(() => {
|
|
2966
3016
|
async function A() {
|
|
2967
3017
|
ce(!0), W(null);
|
|
2968
3018
|
try {
|
|
@@ -2975,20 +3025,20 @@ const Pr = ({
|
|
|
2975
3025
|
}
|
|
2976
3026
|
}
|
|
2977
3027
|
A();
|
|
2978
|
-
}, [H]),
|
|
2979
|
-
!R && O.length > 0 && r(S ||
|
|
3028
|
+
}, [H]), Oe(() => {
|
|
3029
|
+
!R && O.length > 0 && r(S || _e(X));
|
|
2980
3030
|
}, [O, R, S, X]);
|
|
2981
3031
|
const G = le(
|
|
2982
3032
|
(A) => {
|
|
2983
3033
|
const M = A.target.value, te = M.includes(":") ? M.split(":")[0] : M;
|
|
2984
3034
|
B(M);
|
|
2985
|
-
const fe =
|
|
3035
|
+
const fe = _e(te);
|
|
2986
3036
|
r(fe), _ == null || _(te, fe);
|
|
2987
3037
|
},
|
|
2988
3038
|
[_]
|
|
2989
3039
|
), pe = le(async () => {
|
|
2990
|
-
if (!
|
|
2991
|
-
E(!0), i(""), o(""), C(null), W(null), z("stdout"),
|
|
3040
|
+
if (!f) {
|
|
3041
|
+
E(!0), i(""), o(""), C(null), W(null), z("stdout"), m == null || m();
|
|
2992
3042
|
try {
|
|
2993
3043
|
const A = await H.execute(X, R);
|
|
2994
3044
|
i(A.output), o(A.stderr), C(A.executionTime || null), z(A.stderr ? "stderr" : "stdout"), y == null || y(A);
|
|
@@ -3004,14 +3054,14 @@ const Pr = ({
|
|
|
3004
3054
|
E(!1);
|
|
3005
3055
|
}
|
|
3006
3056
|
}
|
|
3007
|
-
}, [
|
|
3057
|
+
}, [f, I, R, H, m, y]), q = le(() => {
|
|
3008
3058
|
i(""), o(""), C(null), W(null);
|
|
3009
3059
|
}, []), oe = le(async () => {
|
|
3010
3060
|
const A = P === "stdout" ? t : s;
|
|
3011
3061
|
await navigator.clipboard.writeText(A);
|
|
3012
3062
|
}, [P, t, s]), ae = le(() => {
|
|
3013
|
-
r(
|
|
3014
|
-
}, [I]), J =
|
|
3063
|
+
r(_e(X));
|
|
3064
|
+
}, [I]), J = Fe(!1), ie = le((A) => {
|
|
3015
3065
|
J.current = !0, document.addEventListener("mousemove", se), document.addEventListener("mouseup", re), document.body.style.cursor = "col-resize", document.body.style.userSelect = "none";
|
|
3016
3066
|
}, []), se = le((A) => {
|
|
3017
3067
|
if (!J.current) return;
|
|
@@ -3024,13 +3074,13 @@ const Pr = ({
|
|
|
3024
3074
|
}, [se]);
|
|
3025
3075
|
return /* @__PURE__ */ h.jsxs("div", { className: `hep-cr-runner hep-cr-runner-${F}`, children: [
|
|
3026
3076
|
/* @__PURE__ */ h.jsxs("div", { className: "hep-cr-header", children: [
|
|
3027
|
-
/* @__PURE__ */ h.jsx("div", { className: "hep-cr-controls", children:
|
|
3077
|
+
/* @__PURE__ */ h.jsx("div", { className: "hep-cr-controls", children: d && /* @__PURE__ */ h.jsxs(
|
|
3028
3078
|
"select",
|
|
3029
3079
|
{
|
|
3030
3080
|
value: I,
|
|
3031
3081
|
onChange: G,
|
|
3032
3082
|
className: "hep-cr-language-select",
|
|
3033
|
-
disabled:
|
|
3083
|
+
disabled: f,
|
|
3034
3084
|
children: [
|
|
3035
3085
|
ne && /* @__PURE__ */ h.jsx("option", { value: "", children: "加载中..." }),
|
|
3036
3086
|
ee.map((A) => /* @__PURE__ */ h.jsx("option", { value: A.value, children: A.label }, A.value))
|
|
@@ -3042,15 +3092,15 @@ const Pr = ({
|
|
|
3042
3092
|
"button",
|
|
3043
3093
|
{
|
|
3044
3094
|
className: "hep-cr-btn hep-cr-btn-run",
|
|
3045
|
-
disabled:
|
|
3095
|
+
disabled: f || ne,
|
|
3046
3096
|
onClick: pe,
|
|
3047
3097
|
children: [
|
|
3048
|
-
|
|
3049
|
-
|
|
3098
|
+
f ? /* @__PURE__ */ h.jsx("span", { className: "hep-cr-spinner" }) : /* @__PURE__ */ h.jsx("span", { className: "hep-cr-run-icon", children: "▶" }),
|
|
3099
|
+
f ? "运行中..." : l
|
|
3050
3100
|
]
|
|
3051
3101
|
}
|
|
3052
3102
|
),
|
|
3053
|
-
|
|
3103
|
+
b && k && /* @__PURE__ */ h.jsx("button", { className: "hep-cr-btn hep-cr-btn-reset", onClick: ae, children: "重置" }),
|
|
3054
3104
|
/* @__PURE__ */ h.jsx(
|
|
3055
3105
|
"button",
|
|
3056
3106
|
{
|
|
@@ -3064,28 +3114,28 @@ const Pr = ({
|
|
|
3064
3114
|
] }),
|
|
3065
3115
|
V && /* @__PURE__ */ h.jsx("div", { className: "hep-cr-error-message", children: V }),
|
|
3066
3116
|
/* @__PURE__ */ h.jsxs("div", { className: "hep-cr-main", children: [
|
|
3067
|
-
|
|
3117
|
+
b && /* @__PURE__ */ h.jsxs("div", { className: "hep-cr-editor-panel", style: { width: `${ue}%` }, children: [
|
|
3068
3118
|
/* @__PURE__ */ h.jsxs("div", { className: "hep-cr-panel-header", children: [
|
|
3069
3119
|
/* @__PURE__ */ h.jsx("span", { className: "hep-cr-panel-title", children: "编辑器" }),
|
|
3070
3120
|
/* @__PURE__ */ h.jsx("span", { className: "hep-cr-language-badge", children: X })
|
|
3071
3121
|
] }),
|
|
3072
3122
|
/* @__PURE__ */ h.jsx(
|
|
3073
|
-
|
|
3123
|
+
Fr,
|
|
3074
3124
|
{
|
|
3075
3125
|
value: R,
|
|
3076
3126
|
language: X,
|
|
3077
3127
|
theme: F,
|
|
3078
|
-
disabled: !k ||
|
|
3128
|
+
disabled: !k || f,
|
|
3079
3129
|
onChange: r
|
|
3080
3130
|
}
|
|
3081
3131
|
)
|
|
3082
3132
|
] }),
|
|
3083
|
-
|
|
3133
|
+
b && /* @__PURE__ */ h.jsx("div", { className: "hep-cr-resize-handle", onMouseDown: ie, children: /* @__PURE__ */ h.jsx("div", { className: "hep-cr-resize-line" }) }),
|
|
3084
3134
|
/* @__PURE__ */ h.jsxs(
|
|
3085
3135
|
"div",
|
|
3086
3136
|
{
|
|
3087
3137
|
className: "hep-cr-output-panel",
|
|
3088
|
-
style: { width:
|
|
3138
|
+
style: { width: b ? `${100 - ue}%` : "100%" },
|
|
3089
3139
|
children: [
|
|
3090
3140
|
/* @__PURE__ */ h.jsxs("div", { className: "hep-cr-panel-header", children: [
|
|
3091
3141
|
/* @__PURE__ */ h.jsxs("div", { className: "hep-cr-output-tabs", children: [
|
|
@@ -3367,28 +3417,28 @@ const Pr = ({
|
|
|
3367
3417
|
] });
|
|
3368
3418
|
}, Dr = xr(
|
|
3369
3419
|
({
|
|
3370
|
-
open:
|
|
3371
|
-
defaultOpen:
|
|
3420
|
+
open: c,
|
|
3421
|
+
defaultOpen: p = !1,
|
|
3372
3422
|
title: n = "代码执行器",
|
|
3373
|
-
width:
|
|
3374
|
-
onClose:
|
|
3423
|
+
width: d = 800,
|
|
3424
|
+
onClose: b,
|
|
3375
3425
|
footer: k,
|
|
3376
3426
|
theme: S = "light",
|
|
3377
3427
|
...l
|
|
3378
|
-
},
|
|
3379
|
-
const [y, _] = Z(
|
|
3380
|
-
|
|
3381
|
-
O &&
|
|
3382
|
-
}, [
|
|
3428
|
+
}, m) => {
|
|
3429
|
+
const [y, _] = Z(p), O = c !== void 0, D = O ? c : y;
|
|
3430
|
+
Oe(() => {
|
|
3431
|
+
O && c !== y && _(c);
|
|
3432
|
+
}, [c, O]);
|
|
3383
3433
|
const I = le(() => {
|
|
3384
|
-
O || _(!1),
|
|
3385
|
-
}, [O,
|
|
3434
|
+
O || _(!1), b == null || b();
|
|
3435
|
+
}, [O, b]), B = (w) => {
|
|
3386
3436
|
w.target === w.currentTarget && I();
|
|
3387
3437
|
};
|
|
3388
|
-
Sr(
|
|
3438
|
+
Sr(m, () => ({
|
|
3389
3439
|
close: I
|
|
3390
3440
|
}));
|
|
3391
|
-
const F = typeof
|
|
3441
|
+
const F = typeof d == "number" ? `${d}px` : d;
|
|
3392
3442
|
return D ? /* @__PURE__ */ h.jsxs("div", { className: "hep-cr-dialog-overlay", onClick: B, children: [
|
|
3393
3443
|
/* @__PURE__ */ h.jsxs("div", { className: "hep-cr-dialog-container", style: { width: F }, children: [
|
|
3394
3444
|
/* @__PURE__ */ h.jsxs("div", { className: "hep-cr-dialog-header", children: [
|