MCPcopy Create free account
hub / github.com/ccj-007/easy-lowcode / Gt

Function Gt

renderer/index.js:1553–2132  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1551 */
1552var ft;
1553function Gt() {
1554 return ft || (ft = 1, process.env.NODE_ENV !== "production" && function() {
1555 var w = Ht(), d = Symbol.for("react.element"), ae = Symbol.for("react.portal"), G = Symbol.for("react.fragment"), Y = Symbol.for("react.strict_mode"), J = Symbol.for("react.profiler"), oe = Symbol.for("react.provider"), ye = Symbol.for("react.context"), ue = Symbol.for("react.forward_ref"), ie = Symbol.for("react.suspense"), X = Symbol.for("react.suspense_list"), K = Symbol.for("react.memo"), de = Symbol.for("react.lazy"), Q = Symbol.for("react.offscreen"), se = Symbol.iterator, Fe = "@@iterator";
1556 function Z(t) {
1557 if (t === null || typeof t != "object")
1558 return null;
1559 var u = se && t[se] || t[Fe];
1560 return typeof u == "function" ? u : null;
1561 }
1562 var ee = w.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
1563 function I(t) {
1564 {
1565 for (var u = arguments.length, c = new Array(u > 1 ? u - 1 : 0), p = 1; p < u; p++)
1566 c[p - 1] = arguments[p];
1567 me("error", t, c);
1568 }
1569 }
1570 function me(t, u, c) {
1571 {
1572 var p = ee.ReactDebugCurrentFrame, E = p.getStackAddendum();
1573 E !== "" && (u += "%s", c = c.concat([E]));
1574 var S = c.map(function(v) {
1575 return String(v);
1576 });
1577 S.unshift("Warning: " + u), Function.prototype.apply.call(console[t], console, S);
1578 }
1579 }
1580 var re = !1, N = !1, B = !1, ce = !1, ve = !1, Re;
1581 Re = Symbol.for("react.module.reference");
1582 function Ce(t) {
1583 return !!(typeof t == "string" || typeof t == "function" || t === G || t === J || ve || t === Y || t === ie || t === X || ce || t === Q || re || N || B || typeof t == "object" && t !== null && (t.$$typeof === de || t.$$typeof === K || t.$$typeof === oe || t.$$typeof === ye || t.$$typeof === ue || // This needs to include all possible module reference object
1584 // types supported by any Flight configuration anywhere since
1585 // we don't know which Flight build this will end up being used
1586 // with.
1587 t.$$typeof === Re || t.getModuleId !== void 0));
1588 }
1589 function Ye(t, u, c) {
1590 var p = t.displayName;
1591 if (p)
1592 return p;
1593 var E = u.displayName || u.name || "";
1594 return E !== "" ? c + "(" + E + ")" : c;
1595 }
1596 function we(t) {
1597 return t.displayName || "Context";
1598 }
1599 function z(t) {
1600 if (t == null)
1601 return null;
1602 if (typeof t.tag == "number" && I("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof t == "function")
1603 return t.displayName || t.name || null;
1604 if (typeof t == "string")
1605 return t;
1606 switch (t) {
1607 case G:
1608 return "Fragment";
1609 case ae:
1610 return "Portal";

Callers 1

index.jsFile · 0.85

Calls 1

HtFunction · 0.85

Tested by

no test coverage detected