@rstest/browser 0.9.8 → 0.9.9
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/browser-container/container-static/js/{464.ae4bcbdfb4.js → 464.89762ff658.js} +36 -64
- package/dist/browser-container/container-static/js/464.89762ff658.js.LICENSE.txt +1 -0
- package/dist/browser-container/container-static/js/{lib-react.9b88cb98a5.js → lib-react.9e703e1b29.js} +2288 -2298
- package/dist/browser-container/container-static/js/lib-react.9e703e1b29.js.LICENSE.txt +1 -0
- package/dist/browser-container/index.html +1 -1
- package/package.json +3 -3
- package/dist/browser-container/container-static/js/464.ae4bcbdfb4.js.LICENSE.txt +0 -1
- package/dist/browser-container/container-static/js/lib-react.9b88cb98a5.js.LICENSE.txt +0 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
/*! LICENSE: 464.
|
|
2
|
-
/*! LICENSE: 464.
|
|
1
|
+
/*! LICENSE: 464.89762ff658.js.LICENSE.txt */
|
|
2
|
+
/*! LICENSE: 464.89762ff658.js.LICENSE.txt */ "use strict";
|
|
3
3
|
(self.rspackChunk_rstest_browser_ui = self.rspackChunk_rstest_browser_ui || []).push([
|
|
4
4
|
[
|
|
5
|
-
|
|
5
|
+
464
|
|
6
6
|
],
|
|
7
7
|
{
|
|
8
8
|
6888 (e, t, r) {
|
|
@@ -26737,68 +26737,40 @@ html body {
|
|
|
26737
26737
|
]);
|
|
26738
26738
|
},
|
|
26739
26739
|
6669 (e, t) {
|
|
26740
|
-
var r
|
|
26741
|
-
|
|
26742
|
-
|
|
26743
|
-
|
|
26744
|
-
|
|
26745
|
-
|
|
26746
|
-
|
|
26747
|
-
|
|
26748
|
-
|
|
26749
|
-
|
|
26750
|
-
|
|
26751
|
-
|
|
26752
|
-
|
|
26753
|
-
|
|
26754
|
-
|
|
26755
|
-
|
|
26756
|
-
|
|
26757
|
-
|
|
26758
|
-
|
|
26759
|
-
|
|
26760
|
-
|
|
26761
|
-
|
|
26762
|
-
|
|
26763
|
-
|
|
26764
|
-
|
|
26765
|
-
|
|
26766
|
-
|
|
26767
|
-
|
|
26740
|
+
var r = Symbol.for("react.element"), n = Symbol.for("react.portal"), o = Symbol.for("react.fragment"), a = Symbol.for("react.strict_mode"), i = Symbol.for("react.profiler"), l = Symbol.for("react.provider"), s = Symbol.for("react.context"), c = Symbol.for("react.server_context"), u = Symbol.for("react.forward_ref"), d = Symbol.for("react.suspense"), f = Symbol.for("react.suspense_list"), p = Symbol.for("react.memo"), h = Symbol.for("react.lazy");
|
|
26741
|
+
Symbol.for("react.offscreen");
|
|
26742
|
+
Symbol.for("react.module.reference"), t.ForwardRef = u, t.isMemo = function(e) {
|
|
26743
|
+
return function(e) {
|
|
26744
|
+
if ("object" == typeof e && null !== e) {
|
|
26745
|
+
var t = e.$$typeof;
|
|
26746
|
+
switch(t){
|
|
26747
|
+
case r:
|
|
26748
|
+
switch(e = e.type){
|
|
26749
|
+
case o:
|
|
26750
|
+
case i:
|
|
26751
|
+
case a:
|
|
26752
|
+
case d:
|
|
26753
|
+
case f:
|
|
26754
|
+
return e;
|
|
26755
|
+
default:
|
|
26756
|
+
switch(e = e && e.$$typeof){
|
|
26757
|
+
case c:
|
|
26758
|
+
case s:
|
|
26759
|
+
case u:
|
|
26760
|
+
case h:
|
|
26761
|
+
case p:
|
|
26762
|
+
case l:
|
|
26763
|
+
return e;
|
|
26764
|
+
default:
|
|
26765
|
+
return t;
|
|
26766
|
+
}
|
|
26767
|
+
}
|
|
26768
|
+
case n:
|
|
26769
|
+
return t;
|
|
26770
|
+
}
|
|
26768
26771
|
}
|
|
26769
|
-
}
|
|
26770
|
-
}
|
|
26771
|
-
r = Symbol.for("react.module.reference"), t.ContextConsumer = c, t.ContextProvider = s, t.Element = n, t.ForwardRef = d, t.Fragment = a, t.Lazy = m, t.Memo = h, t.Portal = o, t.Profiler = l, t.StrictMode = i, t.Suspense = f, t.SuspenseList = p, t.isAsyncMode = function() {
|
|
26772
|
-
return !1;
|
|
26773
|
-
}, t.isConcurrentMode = function() {
|
|
26774
|
-
return !1;
|
|
26775
|
-
}, t.isContextConsumer = function(e) {
|
|
26776
|
-
return b(e) === c;
|
|
26777
|
-
}, t.isContextProvider = function(e) {
|
|
26778
|
-
return b(e) === s;
|
|
26779
|
-
}, t.isElement = function(e) {
|
|
26780
|
-
return "object" == typeof e && null !== e && e.$$typeof === n;
|
|
26781
|
-
}, t.isForwardRef = function(e) {
|
|
26782
|
-
return b(e) === d;
|
|
26783
|
-
}, t.isFragment = function(e) {
|
|
26784
|
-
return b(e) === a;
|
|
26785
|
-
}, t.isLazy = function(e) {
|
|
26786
|
-
return b(e) === m;
|
|
26787
|
-
}, t.isMemo = function(e) {
|
|
26788
|
-
return b(e) === h;
|
|
26789
|
-
}, t.isPortal = function(e) {
|
|
26790
|
-
return b(e) === o;
|
|
26791
|
-
}, t.isProfiler = function(e) {
|
|
26792
|
-
return b(e) === l;
|
|
26793
|
-
}, t.isStrictMode = function(e) {
|
|
26794
|
-
return b(e) === i;
|
|
26795
|
-
}, t.isSuspense = function(e) {
|
|
26796
|
-
return b(e) === f;
|
|
26797
|
-
}, t.isSuspenseList = function(e) {
|
|
26798
|
-
return b(e) === p;
|
|
26799
|
-
}, t.isValidElementType = function(e) {
|
|
26800
|
-
return "string" == typeof e || "function" == typeof e || e === a || e === l || e === i || e === f || e === p || e === g || "object" == typeof e && null !== e && (e.$$typeof === m || e.$$typeof === h || e.$$typeof === s || e.$$typeof === c || e.$$typeof === d || e.$$typeof === r || void 0 !== e.getModuleId) || !1;
|
|
26801
|
-
}, t.typeOf = b;
|
|
26772
|
+
}(e) === p;
|
|
26773
|
+
};
|
|
26802
26774
|
},
|
|
26803
26775
|
2737 (e, t, r) {
|
|
26804
26776
|
e.exports = r(6669);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
/*! LICENSE: 464.89762ff658.js.LICENSE.txt */
|