bippy 0.3.15 → 0.3.16
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/{core-C9jPbnEc.cjs → core-BS9Kf-6A.cjs} +1 -1
- package/dist/{core-BHLOH6E0.js → core-C20dLY3P.js} +1 -1
- package/dist/core.cjs +1 -1
- package/dist/core.js +1 -1
- package/dist/experiments/inspect.cjs +3 -3
- package/dist/experiments/inspect.js +3 -3
- package/dist/index.cjs +2 -2
- package/dist/index.iife.js +1 -1
- package/dist/index.js +2 -2
- package/dist/jsx-dev-runtime.cjs +1 -1
- package/dist/jsx-dev-runtime.js +1 -1
- package/dist/jsx-runtime.cjs +2 -2
- package/dist/jsx-runtime.js +2 -2
- package/dist/{source-C6Kcs2bv.cjs → source-CpUl2rbU.cjs} +4 -3
- package/dist/{source-CAKKlkON.js → source-l0-0Utl0.js} +4 -3
- package/dist/source.cjs +3 -3
- package/dist/source.iife.js +2 -2
- package/dist/source.js +3 -3
- package/dist/{src-BMy3jWE4.cjs → src-8X9f2vzK.cjs} +1 -1
- package/dist/{src-CAEV45VU.js → src-CYAt7ssK.js} +1 -1
- package/package.json +1 -1
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
//#region src/rdt-hook.ts
|
|
11
|
-
const version = "0.3.
|
|
11
|
+
const version = "0.3.16";
|
|
12
12
|
const BIPPY_INSTRUMENTATION_STRING = `bippy-${version}`;
|
|
13
13
|
const objectDefineProperty = Object.defineProperty;
|
|
14
14
|
const objectHasOwnProperty = Object.prototype.hasOwnProperty;
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* LICENSE file in the root directory of this source tree.
|
|
8
8
|
*/
|
|
9
9
|
//#region src/rdt-hook.ts
|
|
10
|
-
const version = "0.3.
|
|
10
|
+
const version = "0.3.16";
|
|
11
11
|
const BIPPY_INSTRUMENTATION_STRING = `bippy-${version}`;
|
|
12
12
|
const objectDefineProperty = Object.defineProperty;
|
|
13
13
|
const objectHasOwnProperty = Object.prototype.hasOwnProperty;
|
package/dist/core.cjs
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* This source code is licensed under the MIT license found in the
|
|
7
7
|
* LICENSE file in the root directory of this source tree.
|
|
8
8
|
*/
|
|
9
|
-
const require_core = require('./core-
|
|
9
|
+
const require_core = require('./core-BS9Kf-6A.cjs');
|
|
10
10
|
|
|
11
11
|
exports.BIPPY_INSTRUMENTATION_STRING = require_core.BIPPY_INSTRUMENTATION_STRING;
|
|
12
12
|
exports.CONCURRENT_MODE_NUMBER = require_core.CONCURRENT_MODE_NUMBER;
|
package/dist/core.js
CHANGED
|
@@ -6,6 +6,6 @@
|
|
|
6
6
|
* This source code is licensed under the MIT license found in the
|
|
7
7
|
* LICENSE file in the root directory of this source tree.
|
|
8
8
|
*/
|
|
9
|
-
import { BIPPY_INSTRUMENTATION_STRING, CONCURRENT_MODE_NUMBER, CONCURRENT_MODE_SYMBOL_STRING, ClassComponentTag, ContextConsumerTag, DEPRECATED_ASYNC_MODE_SYMBOL_STRING, DehydratedSuspenseComponentTag, ELEMENT_TYPE_SYMBOL_STRING, ForwardRefTag, FragmentTag, FunctionComponentTag, HostComponentTag, HostHoistableTag, HostRootTag, HostSingletonTag, HostTextTag, INSTALL_ERROR, INSTALL_HOOK_SCRIPT_STRING, LegacyHiddenComponentTag, MemoComponentTag, OffscreenComponentTag, SimpleMemoComponentTag, SuspenseComponentTag, TRANSITIONAL_ELEMENT_TYPE_SYMBOL_STRING, _fiberRoots, _renderers, createFiberVisitor, detectReactBuildType, didFiberCommit, didFiberRender, fiberIdMap, getDisplayName, getFiberFromHostInstance, getFiberId, getFiberStack, getLatestFiber, getMutatedHostFibers, getNearestHostFiber, getNearestHostFibers, getRDTHook, getTimings, getType, hasMemoCache, hasRDTHook, installRDTHook, instrument, isClientEnvironment, isCompositeFiber, isHostFiber, isInstrumentationActive, isReactRefresh, isRealReactDevtools, isValidElement, isValidFiber, mountFiberRecursively, onCommitFiberRoot, patchRDTHook, safelyInstallRDTHook, secure, setFiberId, shouldFilterFiber, traverseContexts, traverseFiber, traverseProps, traverseRenderedFibers, traverseState, unmountFiber, unmountFiberChildrenRecursively, updateFiberRecursively, version } from "./core-
|
|
9
|
+
import { BIPPY_INSTRUMENTATION_STRING, CONCURRENT_MODE_NUMBER, CONCURRENT_MODE_SYMBOL_STRING, ClassComponentTag, ContextConsumerTag, DEPRECATED_ASYNC_MODE_SYMBOL_STRING, DehydratedSuspenseComponentTag, ELEMENT_TYPE_SYMBOL_STRING, ForwardRefTag, FragmentTag, FunctionComponentTag, HostComponentTag, HostHoistableTag, HostRootTag, HostSingletonTag, HostTextTag, INSTALL_ERROR, INSTALL_HOOK_SCRIPT_STRING, LegacyHiddenComponentTag, MemoComponentTag, OffscreenComponentTag, SimpleMemoComponentTag, SuspenseComponentTag, TRANSITIONAL_ELEMENT_TYPE_SYMBOL_STRING, _fiberRoots, _renderers, createFiberVisitor, detectReactBuildType, didFiberCommit, didFiberRender, fiberIdMap, getDisplayName, getFiberFromHostInstance, getFiberId, getFiberStack, getLatestFiber, getMutatedHostFibers, getNearestHostFiber, getNearestHostFibers, getRDTHook, getTimings, getType, hasMemoCache, hasRDTHook, installRDTHook, instrument, isClientEnvironment, isCompositeFiber, isHostFiber, isInstrumentationActive, isReactRefresh, isRealReactDevtools, isValidElement, isValidFiber, mountFiberRecursively, onCommitFiberRoot, patchRDTHook, safelyInstallRDTHook, secure, setFiberId, shouldFilterFiber, traverseContexts, traverseFiber, traverseProps, traverseRenderedFibers, traverseState, unmountFiber, unmountFiberChildrenRecursively, updateFiberRecursively, version } from "./core-C20dLY3P.js";
|
|
10
10
|
|
|
11
11
|
export { BIPPY_INSTRUMENTATION_STRING, CONCURRENT_MODE_NUMBER, CONCURRENT_MODE_SYMBOL_STRING, ClassComponentTag, ContextConsumerTag, DEPRECATED_ASYNC_MODE_SYMBOL_STRING, DehydratedSuspenseComponentTag, ELEMENT_TYPE_SYMBOL_STRING, ForwardRefTag, FragmentTag, FunctionComponentTag, HostComponentTag, HostHoistableTag, HostRootTag, HostSingletonTag, HostTextTag, INSTALL_ERROR, INSTALL_HOOK_SCRIPT_STRING, LegacyHiddenComponentTag, MemoComponentTag, OffscreenComponentTag, SimpleMemoComponentTag, SuspenseComponentTag, TRANSITIONAL_ELEMENT_TYPE_SYMBOL_STRING, _fiberRoots, _renderers, createFiberVisitor, detectReactBuildType, didFiberCommit, didFiberRender, fiberIdMap, getDisplayName, getFiberFromHostInstance, getFiberId, getFiberStack, getLatestFiber, getMutatedHostFibers, getNearestHostFiber, getNearestHostFibers, getRDTHook, getTimings, getType, hasMemoCache, hasRDTHook, installRDTHook, instrument, isClientEnvironment, isCompositeFiber, isHostFiber, isInstrumentationActive, isReactRefresh, isRealReactDevtools, isValidElement, isValidFiber, mountFiberRecursively, onCommitFiberRoot, patchRDTHook, safelyInstallRDTHook, secure, setFiberId, shouldFilterFiber, traverseContexts, traverseFiber, traverseProps, traverseRenderedFibers, traverseState, unmountFiber, unmountFiberChildrenRecursively, updateFiberRecursively, version };
|
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
*/
|
|
9
9
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
10
10
|
const require_chunk = require('../chunk-DWy1uDak.cjs');
|
|
11
|
-
const require_core = require('../core-
|
|
12
|
-
require('../src-
|
|
13
|
-
const require_source = require('../source-
|
|
11
|
+
const require_core = require('../core-BS9Kf-6A.cjs');
|
|
12
|
+
require('../src-8X9f2vzK.cjs');
|
|
13
|
+
const require_source = require('../source-CpUl2rbU.cjs');
|
|
14
14
|
const react_jsx_runtime = require_chunk.__toESM(require("react/jsx-runtime"));
|
|
15
15
|
const react = require_chunk.__toESM(require("react"));
|
|
16
16
|
const react_dom = require_chunk.__toESM(require("react-dom"));
|
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
* This source code is licensed under the MIT license found in the
|
|
7
7
|
* LICENSE file in the root directory of this source tree.
|
|
8
8
|
*/
|
|
9
|
-
import { getFiberSource } from "../source-
|
|
10
|
-
import { detectReactBuildType, getDisplayName, getFiberFromHostInstance, getLatestFiber, getRDTHook, hasRDTHook, isInstrumentationActive } from "../core-
|
|
11
|
-
import "../src-
|
|
9
|
+
import { getFiberSource } from "../source-l0-0Utl0.js";
|
|
10
|
+
import { detectReactBuildType, getDisplayName, getFiberFromHostInstance, getLatestFiber, getRDTHook, hasRDTHook, isInstrumentationActive } from "../core-C20dLY3P.js";
|
|
11
|
+
import "../src-CYAt7ssK.js";
|
|
12
12
|
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
|
13
13
|
import React, { Children, createContext, forwardRef, memo, useCallback, useContext, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useState } from "react";
|
|
14
14
|
import ReactDOM from "react-dom";
|
package/dist/index.cjs
CHANGED
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
* This source code is licensed under the MIT license found in the
|
|
7
7
|
* LICENSE file in the root directory of this source tree.
|
|
8
8
|
*/
|
|
9
|
-
const require_core = require('./core-
|
|
10
|
-
require('./src-
|
|
9
|
+
const require_core = require('./core-BS9Kf-6A.cjs');
|
|
10
|
+
require('./src-8X9f2vzK.cjs');
|
|
11
11
|
|
|
12
12
|
exports.BIPPY_INSTRUMENTATION_STRING = require_core.BIPPY_INSTRUMENTATION_STRING;
|
|
13
13
|
exports.CONCURRENT_MODE_NUMBER = require_core.CONCURRENT_MODE_NUMBER;
|
package/dist/index.iife.js
CHANGED
|
@@ -6,4 +6,4 @@
|
|
|
6
6
|
* This source code is licensed under the MIT license found in the
|
|
7
7
|
* LICENSE file in the root directory of this source tree.
|
|
8
8
|
*/
|
|
9
|
-
var Bippy=function(exports){let t=`0.3.15`,n=`bippy-${t}`,r=Object.defineProperty,i=Object.prototype.hasOwnProperty,a=()=>{},o=e=>{try{let t=Function.prototype.toString.call(e);t.indexOf(`^_^`)>-1&&setTimeout(()=>{throw Error(`React is running in production mode, but dead code elimination has not been applied. Read how to correctly configure React for production: https://reactjs.org/link/perf-use-production-build`)})}catch{}},s=(e=g())=>`getFiberRoots`in e,c=!1,l,u=(e=g())=>c?!0:(typeof e.inject==`function`&&(l=e.inject.toString()),!!l?.includes(`(injected)`)),d=new Set,f=new Set,p=e=>{let t=new Map,i=0,s={checkDCE:o,supportsFiber:!0,supportsFlight:!0,hasUnsupportedRendererAttached:!1,renderers:t,onCommitFiberRoot:a,onCommitFiberUnmount:a,onPostCommitFiberRoot:a,inject(e){let n=++i;return t.set(n,e),f.add(e),s._instrumentationIsActive||(s._instrumentationIsActive=!0,d.forEach(e=>e())),n},_instrumentationSource:n,_instrumentationIsActive:!1};try{r(globalThis,`__REACT_DEVTOOLS_GLOBAL_HOOK__`,{get(){return s},set(t){if(t&&typeof t==`object`){let n=s.renderers;s=t,n.size>0&&(n.forEach((e,n)=>{f.add(e),t.renderers.set(n,e)}),m(e))}},configurable:!0,enumerable:!0});let t=window.hasOwnProperty,n=!1;r(window,`hasOwnProperty`,{value:function(){try{if(!n&&arguments[0]===`__REACT_DEVTOOLS_GLOBAL_HOOK__`)return globalThis.__REACT_DEVTOOLS_GLOBAL_HOOK__=void 0,n=!0,-0}catch{}return t.apply(this,arguments)},configurable:!0,writable:!0})}catch{m(e)}return s},m=e=>{e&&d.add(e);try{let t=globalThis.__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!t)return;if(!t._instrumentationSource){if(t.checkDCE=o,t.supportsFiber=!0,t.supportsFlight=!0,t.hasUnsupportedRendererAttached=!1,t._instrumentationSource=n,t._instrumentationIsActive=!1,t.renderers.size){t._instrumentationIsActive=!0,d.forEach(e=>e());return}let e=t.inject;if(u(t)&&!s()){c=!0;let e=t.inject({scheduleRefresh(){}});e&&(t._instrumentationIsActive=!0)}t.inject=n=>{let r=e(n);return f.add(n),t._instrumentationIsActive=!0,d.forEach(e=>e()),r}}(t.renderers.size||t._instrumentationIsActive||u())&&e?.()}catch{}},h=()=>i.call(globalThis,`__REACT_DEVTOOLS_GLOBAL_HOOK__`),g=e=>h()?(m(e),globalThis.__REACT_DEVTOOLS_GLOBAL_HOOK__):p(e),_=()=>!!(typeof window<`u`&&(window.document?.createElement||window.navigator?.product===`ReactNative`)),v=()=>{try{_()&&g()}catch{}},ee=`(()=>{try{var t=()=>{};const n=new Map;let o=0;globalThis.__REACT_DEVTOOLS_GLOBAL_HOOK__={checkDCE:t,supportsFiber:!0,supportsFlight:!0,hasUnsupportedRendererAttached:!1,renderers:n,onCommitFiberRoot:t,onCommitFiberUnmount:t,onPostCommitFiberRoot:t,inject(t){var e=++o;return n.set(e,t),globalThis.__REACT_DEVTOOLS_GLOBAL_HOOK__._instrumentationIsActive=!0,e},_instrumentationIsActive:!1,_script:!0}}catch{}})()`,y=0,b=1,x=3,te=5,S=6,C=7,w=9,T=11,E=13,D=14,O=15,k=18,A=22,ne=23,re=26,ie=27,ae=60111,oe=`Symbol(react.element)`,j=`Symbol(react.transitional.element)`,M=`Symbol(react.concurrent_mode)`,N=`Symbol(react.async_mode)`,P=1,se=2,ce=4096,le=4,F=8,ue=16,de=32,fe=1024,pe=8192,I=se|le|ue|de|ce|pe|fe,me=e=>typeof e==`object`&&!!e&&`$$typeof`in e&&[oe,j].includes(String(e.$$typeof)),he=e=>typeof e==`object`&&!!e&&`tag`in e&&`stateNode`in e&&`return`in e&&`child`in e&&`sibling`in e&&`flags`in e,L=e=>{switch(e.tag){case te:case re:case ie:return!0;default:return typeof e.type==`string`}},ge=e=>{switch(e.tag){case y:case b:case O:case D:case T:return!0;default:return!1}},_e=(e,t)=>{try{let n=e.dependencies,r=e.alternate?.dependencies;if(!n||!r||typeof n!=`object`||!(`firstContext`in n)||typeof r!=`object`||!(`firstContext`in r))return!1;let i=n.firstContext,a=r.firstContext;for(;i&&typeof i==`object`&&`memoizedValue`in i||a&&typeof a==`object`&&`memoizedValue`in a;){if(t(i,a)===!0)return!0;i=i?.next,a=a?.next}}catch{}return!1},ve=(e,t)=>{try{let n=e.memoizedState,r=e.alternate?.memoizedState;for(;n||r;){if(t(n,r)===!0)return!0;n=n?.next,r=r?.next}}catch{}return!1},ye=(e,t)=>{try{let n=e.memoizedProps,r=e.alternate?.memoizedProps||{},i=new Set([...Object.keys(r),...Object.keys(n)]);for(let e of i){let i=r?.[e],a=n?.[e];if(t(e,a,i)===!0)return!0}}catch{}return!1},R=e=>{let t=e.memoizedProps,n=e.alternate?.memoizedProps||{},r=e.flags??e.effectTag??0;switch(e.tag){case b:case y:case w:case T:case D:case O:return(r&P)===P;default:return e.alternate?n!==t||e.alternate.memoizedState!==e.memoizedState||e.alternate.ref!==e.ref:!0}},z=e=>(e.flags&(I|F))!==0||(e.subtreeFlags&(I|F))!==0,be=e=>{let t=[],n=[e];for(;n.length;){let e=n.pop();e&&(L(e)&&z(e)&&R(e)&&t.push(e),e.child&&n.push(e.child),e.sibling&&n.push(e.sibling))}return t},xe=e=>{let t=[],n=e;for(;n.return;)t.push(n),n=n.return;return t},B=e=>{switch(e.tag){case k:return!0;case S:case C:case ne:case A:return!0;case x:return!1;default:{let t=typeof e.type==`object`&&e.type!==null?e.type.$$typeof:e.type,n=typeof t==`symbol`?t.toString():t;switch(n){case ae:case M:case N:return!0;default:return!1}}}},Se=(e,t=!1)=>{let n=V(e,L,t);return n||=V(e,L,!t),n},Ce=e=>{let t=[],n=[];for(L(e)?t.push(e):e.child&&n.push(e.child);n.length;){let e=n.pop();if(!e)break;L(e)?t.push(e):e.child&&n.push(e.child),e.sibling&&n.push(e.sibling)}return t},V=(e,t,n=!1)=>{if(!e)return null;if(t(e)===!0)return e;let r=n?e.return:e.child;for(;r;){let e=V(r,t,n);if(e)return e;r=n?null:r.sibling}return null},we=e=>{let t=e?.actualDuration??0,n=t,r=e?.child??null;for(;t>0&&r!=null;)n-=r.actualDuration??0,r=r.sibling;return{selfTime:n,totalTime:t}},Te=e=>!!e.updateQueue?.memoCache,H=e=>{let t=e;return typeof t==`function`?t:typeof t==`object`&&t?H(t.type||t.render):null},Ee=e=>{let t=e;if(typeof t==`string`)return t;if(typeof t!=`function`&&!(typeof t==`object`&&t))return null;let n=t.displayName||t.name||null;if(n)return n;let r=H(t);return r&&(r.displayName||r.name)||null},U=e=>{try{if(typeof e.version==`string`&&e.bundleType>0)return`development`}catch{}return`production`},De=()=>{let e=g();return!!e._instrumentationIsActive||s()||u()},Oe=e=>{let t=e.alternate;if(!t)return e;if(t.actualStartTime&&e.actualStartTime)return t.actualStartTime>e.actualStartTime?t:e;for(let t of Q){let n=V(t.current,t=>{if(t===e)return!0});if(n)return n}return e},W=0,G=new WeakMap,K=(e,t=W++)=>{G.set(e,t)},q=e=>{let t=G.get(e);return!t&&e.alternate&&(t=G.get(e.alternate)),t||(t=W++,K(e,t)),t},J=(e,t,n)=>{let r=t;for(;r!=null;){G.has(r)||q(r);let t=!B(r);if(t&&R(r)&&e(r,`mount`),r.tag===E){let t=r.memoizedState!==null;if(t){let t=r.child,n=t?t.sibling:null;if(n){let t=n.child;t!==null&&J(e,t,!1)}}else{let t=null,n=A===-1;n?t=r.child:r.child!==null&&(t=r.child.child),t!==null&&J(e,t,!1)}}else r.child!=null&&J(e,r.child,!0);r=n?r.sibling:null}},Y=(e,t,n,r)=>{if(G.has(t)||q(t),!n)return;G.has(n)||q(n);let i=t.tag===E,a=!B(t);a&&R(t)&&e(t,`update`);let o=i&&n.memoizedState!==null,s=i&&t.memoizedState!==null;if(o&&s){let r=t.child?.sibling??null,i=n.child?.sibling??null;r!==null&&i!==null&&Y(e,r,i,t)}else if(o&&!s){let n=t.child;n!==null&&J(e,n,!0)}else if(!o&&s){Z(e,n);let r=t.child?.sibling??null;r!==null&&J(e,r,!0)}else if(t.child!==n.child){let n=t.child;for(;n;){if(n.alternate){let i=n.alternate;Y(e,n,i,a?t:r)}else J(e,n,!1);n=n.sibling}}},X=(e,t)=>{let n=t.tag===x;(n||!B(t))&&e(t,`unmount`)},Z=(e,t)=>{let n=t.tag===E&&t.memoizedState!==null,r=t.child;if(n){let e=t.child,n=e?.sibling??null;r=n?.child??null}for(;r!==null;)r.return!==null&&(X(e,r),Z(e,r)),r=r.sibling},ke=0,Ae=new WeakMap,je=(e,t)=>{let n=`current`in e?e.current:e,r=Ae.get(e);r||(r={prevFiber:null,id:ke++},Ae.set(e,r));let{prevFiber:i}=r;if(!n)X(t,n);else if(i!==null){let e=i&&i.memoizedState!=null&&i.memoizedState.element!=null&&i.memoizedState.isDehydrated!==!0,r=n.memoizedState!=null&&n.memoizedState.element!=null&&n.memoizedState.isDehydrated!==!0;!e&&r?J(t,n,!1):e&&r?Y(t,n,n.alternate,null):e&&!r&&X(t,n)}else J(t,n,!0);r.prevFiber=n},Me=({onRender:e})=>(t,n,r)=>{je(n,e)},Ne=e=>g(()=>{let t=g();e.onActive?.(),t._instrumentationSource=e.name??n;let r=t.onCommitFiberRoot;e.onCommitFiberRoot&&(t.onCommitFiberRoot=(t,n,i)=>{r&&r(t,n,i),e.onCommitFiberRoot?.(t,n,i)});let i=t.onCommitFiberUnmount;e.onCommitFiberUnmount&&(t.onCommitFiberUnmount=(t,n)=>{i&&i(t,n),e.onCommitFiberUnmount?.(t,n)});let a=t.onPostCommitFiberRoot;e.onPostCommitFiberRoot&&(t.onPostCommitFiberRoot=(t,n)=>{a&&a(t,n),e.onPostCommitFiberRoot?.(t,n)})}),Pe=e=>{let t=g();for(let n of t.renderers.values())try{let t=n.findFiberByHostInstance?.(e);if(t)return t}catch{}if(typeof e==`object`&&e){if(`_reactRootContainer`in e)return e._reactRootContainer?._internalRoot?.current?.child;for(let t in e)if(t.startsWith(`__reactInternalInstance$`)||t.startsWith(`__reactFiber`))return e[t]||null}return null},Fe=Error(),Q=new Set,$=(e,t={})=>{let n=e.onActive,r=h(),i=s(),a=u(),o,c=t.isProduction??!1;return e.onActive=()=>{clearTimeout(o);let r=!0;try{let e=g();for(let n of e.renderers.values()){let[e]=n.version.split(`.`);Number(e)<(t.minReactMajorVersion??17)&&(r=!1);let i=U(n);i!==`development`&&(c=!0,t.dangerouslyRunInProduction||(r=!1))}}catch(e){t.onError?.(e)}if(!r){e.onCommitFiberRoot=void 0,e.onCommitFiberUnmount=void 0,e.onPostCommitFiberRoot=void 0,e.onActive=void 0;return}n?.();try{let n=e.onCommitFiberRoot;n&&(e.onCommitFiberRoot=(e,r,i)=>{Q.has(r)||Q.add(r);try{n(e,r,i)}catch(e){t.onError?.(e)}});let r=e.onCommitFiberUnmount;r&&(e.onCommitFiberUnmount=(e,n)=>{try{r(e,n)}catch(e){t.onError?.(e)}});let i=e.onPostCommitFiberRoot;i&&(e.onPostCommitFiberRoot=(e,n)=>{try{i(e,n)}catch(e){t.onError?.(e)}})}catch(e){t.onError?.(e)}},!r&&!i&&!a&&(o=setTimeout(()=>{c||t.onError?.(Fe),stop()},t.installCheckTimeout??100)),e},Ie=e=>Ne($({onCommitFiberRoot:(t,n)=>{e(n)}}));return v(),exports.BIPPY_INSTRUMENTATION_STRING=n,exports.CONCURRENT_MODE_NUMBER=ae,exports.CONCURRENT_MODE_SYMBOL_STRING=M,exports.ClassComponentTag=b,exports.ContextConsumerTag=w,exports.DEPRECATED_ASYNC_MODE_SYMBOL_STRING=N,exports.DehydratedSuspenseComponentTag=k,exports.ELEMENT_TYPE_SYMBOL_STRING=oe,exports.ForwardRefTag=T,exports.FragmentTag=C,exports.FunctionComponentTag=y,exports.HostComponentTag=te,exports.HostHoistableTag=re,exports.HostRootTag=x,exports.HostSingletonTag=ie,exports.HostTextTag=S,exports.INSTALL_ERROR=Fe,exports.INSTALL_HOOK_SCRIPT_STRING=ee,exports.LegacyHiddenComponentTag=ne,exports.MemoComponentTag=D,exports.OffscreenComponentTag=A,exports.SimpleMemoComponentTag=O,exports.SuspenseComponentTag=E,exports.TRANSITIONAL_ELEMENT_TYPE_SYMBOL_STRING=j,exports._fiberRoots=Q,exports._renderers=f,exports.createFiberVisitor=Me,exports.detectReactBuildType=U,exports.didFiberCommit=z,exports.didFiberRender=R,exports.fiberIdMap=G,exports.getDisplayName=Ee,exports.getFiberFromHostInstance=Pe,exports.getFiberId=q,exports.getFiberStack=xe,exports.getLatestFiber=Oe,exports.getMutatedHostFibers=be,exports.getNearestHostFiber=Se,exports.getNearestHostFibers=Ce,exports.getRDTHook=g,exports.getTimings=we,exports.getType=H,exports.hasMemoCache=Te,exports.hasRDTHook=h,exports.installRDTHook=p,exports.instrument=Ne,exports.isClientEnvironment=_,exports.isCompositeFiber=ge,exports.isHostFiber=L,exports.isInstrumentationActive=De,exports.isReactRefresh=u,exports.isRealReactDevtools=s,exports.isValidElement=me,exports.isValidFiber=he,exports.mountFiberRecursively=J,exports.onCommitFiberRoot=Ie,exports.patchRDTHook=m,exports.safelyInstallRDTHook=v,exports.secure=$,exports.setFiberId=K,exports.shouldFilterFiber=B,exports.traverseContexts=_e,exports.traverseFiber=V,exports.traverseProps=ye,exports.traverseRenderedFibers=je,exports.traverseState=ve,exports.unmountFiber=X,exports.unmountFiberChildrenRecursively=Z,exports.updateFiberRecursively=Y,exports.version=t,exports}({});
|
|
9
|
+
var Bippy=function(exports){let t=`0.3.16`,n=`bippy-${t}`,r=Object.defineProperty,i=Object.prototype.hasOwnProperty,a=()=>{},o=e=>{try{let t=Function.prototype.toString.call(e);t.indexOf(`^_^`)>-1&&setTimeout(()=>{throw Error(`React is running in production mode, but dead code elimination has not been applied. Read how to correctly configure React for production: https://reactjs.org/link/perf-use-production-build`)})}catch{}},s=(e=g())=>`getFiberRoots`in e,c=!1,l,u=(e=g())=>c?!0:(typeof e.inject==`function`&&(l=e.inject.toString()),!!l?.includes(`(injected)`)),d=new Set,f=new Set,p=e=>{let t=new Map,i=0,s={checkDCE:o,supportsFiber:!0,supportsFlight:!0,hasUnsupportedRendererAttached:!1,renderers:t,onCommitFiberRoot:a,onCommitFiberUnmount:a,onPostCommitFiberRoot:a,inject(e){let n=++i;return t.set(n,e),f.add(e),s._instrumentationIsActive||(s._instrumentationIsActive=!0,d.forEach(e=>e())),n},_instrumentationSource:n,_instrumentationIsActive:!1};try{r(globalThis,`__REACT_DEVTOOLS_GLOBAL_HOOK__`,{get(){return s},set(t){if(t&&typeof t==`object`){let n=s.renderers;s=t,n.size>0&&(n.forEach((e,n)=>{f.add(e),t.renderers.set(n,e)}),m(e))}},configurable:!0,enumerable:!0});let t=window.hasOwnProperty,n=!1;r(window,`hasOwnProperty`,{value:function(){try{if(!n&&arguments[0]===`__REACT_DEVTOOLS_GLOBAL_HOOK__`)return globalThis.__REACT_DEVTOOLS_GLOBAL_HOOK__=void 0,n=!0,-0}catch{}return t.apply(this,arguments)},configurable:!0,writable:!0})}catch{m(e)}return s},m=e=>{e&&d.add(e);try{let t=globalThis.__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!t)return;if(!t._instrumentationSource){if(t.checkDCE=o,t.supportsFiber=!0,t.supportsFlight=!0,t.hasUnsupportedRendererAttached=!1,t._instrumentationSource=n,t._instrumentationIsActive=!1,t.renderers.size){t._instrumentationIsActive=!0,d.forEach(e=>e());return}let e=t.inject;if(u(t)&&!s()){c=!0;let e=t.inject({scheduleRefresh(){}});e&&(t._instrumentationIsActive=!0)}t.inject=n=>{let r=e(n);return f.add(n),t._instrumentationIsActive=!0,d.forEach(e=>e()),r}}(t.renderers.size||t._instrumentationIsActive||u())&&e?.()}catch{}},h=()=>i.call(globalThis,`__REACT_DEVTOOLS_GLOBAL_HOOK__`),g=e=>h()?(m(e),globalThis.__REACT_DEVTOOLS_GLOBAL_HOOK__):p(e),_=()=>!!(typeof window<`u`&&(window.document?.createElement||window.navigator?.product===`ReactNative`)),v=()=>{try{_()&&g()}catch{}},ee=`(()=>{try{var t=()=>{};const n=new Map;let o=0;globalThis.__REACT_DEVTOOLS_GLOBAL_HOOK__={checkDCE:t,supportsFiber:!0,supportsFlight:!0,hasUnsupportedRendererAttached:!1,renderers:n,onCommitFiberRoot:t,onCommitFiberUnmount:t,onPostCommitFiberRoot:t,inject(t){var e=++o;return n.set(e,t),globalThis.__REACT_DEVTOOLS_GLOBAL_HOOK__._instrumentationIsActive=!0,e},_instrumentationIsActive:!1,_script:!0}}catch{}})()`,y=0,b=1,x=3,te=5,S=6,C=7,w=9,T=11,E=13,D=14,O=15,k=18,A=22,ne=23,re=26,ie=27,ae=60111,oe=`Symbol(react.element)`,j=`Symbol(react.transitional.element)`,M=`Symbol(react.concurrent_mode)`,N=`Symbol(react.async_mode)`,P=1,se=2,ce=4096,le=4,F=8,ue=16,de=32,fe=1024,pe=8192,I=se|le|ue|de|ce|pe|fe,me=e=>typeof e==`object`&&!!e&&`$$typeof`in e&&[oe,j].includes(String(e.$$typeof)),he=e=>typeof e==`object`&&!!e&&`tag`in e&&`stateNode`in e&&`return`in e&&`child`in e&&`sibling`in e&&`flags`in e,L=e=>{switch(e.tag){case te:case re:case ie:return!0;default:return typeof e.type==`string`}},ge=e=>{switch(e.tag){case y:case b:case O:case D:case T:return!0;default:return!1}},_e=(e,t)=>{try{let n=e.dependencies,r=e.alternate?.dependencies;if(!n||!r||typeof n!=`object`||!(`firstContext`in n)||typeof r!=`object`||!(`firstContext`in r))return!1;let i=n.firstContext,a=r.firstContext;for(;i&&typeof i==`object`&&`memoizedValue`in i||a&&typeof a==`object`&&`memoizedValue`in a;){if(t(i,a)===!0)return!0;i=i?.next,a=a?.next}}catch{}return!1},ve=(e,t)=>{try{let n=e.memoizedState,r=e.alternate?.memoizedState;for(;n||r;){if(t(n,r)===!0)return!0;n=n?.next,r=r?.next}}catch{}return!1},ye=(e,t)=>{try{let n=e.memoizedProps,r=e.alternate?.memoizedProps||{},i=new Set([...Object.keys(r),...Object.keys(n)]);for(let e of i){let i=r?.[e],a=n?.[e];if(t(e,a,i)===!0)return!0}}catch{}return!1},R=e=>{let t=e.memoizedProps,n=e.alternate?.memoizedProps||{},r=e.flags??e.effectTag??0;switch(e.tag){case b:case y:case w:case T:case D:case O:return(r&P)===P;default:return e.alternate?n!==t||e.alternate.memoizedState!==e.memoizedState||e.alternate.ref!==e.ref:!0}},z=e=>(e.flags&(I|F))!==0||(e.subtreeFlags&(I|F))!==0,be=e=>{let t=[],n=[e];for(;n.length;){let e=n.pop();e&&(L(e)&&z(e)&&R(e)&&t.push(e),e.child&&n.push(e.child),e.sibling&&n.push(e.sibling))}return t},xe=e=>{let t=[],n=e;for(;n.return;)t.push(n),n=n.return;return t},B=e=>{switch(e.tag){case k:return!0;case S:case C:case ne:case A:return!0;case x:return!1;default:{let t=typeof e.type==`object`&&e.type!==null?e.type.$$typeof:e.type,n=typeof t==`symbol`?t.toString():t;switch(n){case ae:case M:case N:return!0;default:return!1}}}},Se=(e,t=!1)=>{let n=V(e,L,t);return n||=V(e,L,!t),n},Ce=e=>{let t=[],n=[];for(L(e)?t.push(e):e.child&&n.push(e.child);n.length;){let e=n.pop();if(!e)break;L(e)?t.push(e):e.child&&n.push(e.child),e.sibling&&n.push(e.sibling)}return t},V=(e,t,n=!1)=>{if(!e)return null;if(t(e)===!0)return e;let r=n?e.return:e.child;for(;r;){let e=V(r,t,n);if(e)return e;r=n?null:r.sibling}return null},we=e=>{let t=e?.actualDuration??0,n=t,r=e?.child??null;for(;t>0&&r!=null;)n-=r.actualDuration??0,r=r.sibling;return{selfTime:n,totalTime:t}},Te=e=>!!e.updateQueue?.memoCache,H=e=>{let t=e;return typeof t==`function`?t:typeof t==`object`&&t?H(t.type||t.render):null},Ee=e=>{let t=e;if(typeof t==`string`)return t;if(typeof t!=`function`&&!(typeof t==`object`&&t))return null;let n=t.displayName||t.name||null;if(n)return n;let r=H(t);return r&&(r.displayName||r.name)||null},U=e=>{try{if(typeof e.version==`string`&&e.bundleType>0)return`development`}catch{}return`production`},De=()=>{let e=g();return!!e._instrumentationIsActive||s()||u()},Oe=e=>{let t=e.alternate;if(!t)return e;if(t.actualStartTime&&e.actualStartTime)return t.actualStartTime>e.actualStartTime?t:e;for(let t of Q){let n=V(t.current,t=>{if(t===e)return!0});if(n)return n}return e},W=0,G=new WeakMap,K=(e,t=W++)=>{G.set(e,t)},q=e=>{let t=G.get(e);return!t&&e.alternate&&(t=G.get(e.alternate)),t||(t=W++,K(e,t)),t},J=(e,t,n)=>{let r=t;for(;r!=null;){G.has(r)||q(r);let t=!B(r);if(t&&R(r)&&e(r,`mount`),r.tag===E){let t=r.memoizedState!==null;if(t){let t=r.child,n=t?t.sibling:null;if(n){let t=n.child;t!==null&&J(e,t,!1)}}else{let t=null,n=A===-1;n?t=r.child:r.child!==null&&(t=r.child.child),t!==null&&J(e,t,!1)}}else r.child!=null&&J(e,r.child,!0);r=n?r.sibling:null}},Y=(e,t,n,r)=>{if(G.has(t)||q(t),!n)return;G.has(n)||q(n);let i=t.tag===E,a=!B(t);a&&R(t)&&e(t,`update`);let o=i&&n.memoizedState!==null,s=i&&t.memoizedState!==null;if(o&&s){let r=t.child?.sibling??null,i=n.child?.sibling??null;r!==null&&i!==null&&Y(e,r,i,t)}else if(o&&!s){let n=t.child;n!==null&&J(e,n,!0)}else if(!o&&s){Z(e,n);let r=t.child?.sibling??null;r!==null&&J(e,r,!0)}else if(t.child!==n.child){let n=t.child;for(;n;){if(n.alternate){let i=n.alternate;Y(e,n,i,a?t:r)}else J(e,n,!1);n=n.sibling}}},X=(e,t)=>{let n=t.tag===x;(n||!B(t))&&e(t,`unmount`)},Z=(e,t)=>{let n=t.tag===E&&t.memoizedState!==null,r=t.child;if(n){let e=t.child,n=e?.sibling??null;r=n?.child??null}for(;r!==null;)r.return!==null&&(X(e,r),Z(e,r)),r=r.sibling},ke=0,Ae=new WeakMap,je=(e,t)=>{let n=`current`in e?e.current:e,r=Ae.get(e);r||(r={prevFiber:null,id:ke++},Ae.set(e,r));let{prevFiber:i}=r;if(!n)X(t,n);else if(i!==null){let e=i&&i.memoizedState!=null&&i.memoizedState.element!=null&&i.memoizedState.isDehydrated!==!0,r=n.memoizedState!=null&&n.memoizedState.element!=null&&n.memoizedState.isDehydrated!==!0;!e&&r?J(t,n,!1):e&&r?Y(t,n,n.alternate,null):e&&!r&&X(t,n)}else J(t,n,!0);r.prevFiber=n},Me=({onRender:e})=>(t,n,r)=>{je(n,e)},Ne=e=>g(()=>{let t=g();e.onActive?.(),t._instrumentationSource=e.name??n;let r=t.onCommitFiberRoot;e.onCommitFiberRoot&&(t.onCommitFiberRoot=(t,n,i)=>{r&&r(t,n,i),e.onCommitFiberRoot?.(t,n,i)});let i=t.onCommitFiberUnmount;e.onCommitFiberUnmount&&(t.onCommitFiberUnmount=(t,n)=>{i&&i(t,n),e.onCommitFiberUnmount?.(t,n)});let a=t.onPostCommitFiberRoot;e.onPostCommitFiberRoot&&(t.onPostCommitFiberRoot=(t,n)=>{a&&a(t,n),e.onPostCommitFiberRoot?.(t,n)})}),Pe=e=>{let t=g();for(let n of t.renderers.values())try{let t=n.findFiberByHostInstance?.(e);if(t)return t}catch{}if(typeof e==`object`&&e){if(`_reactRootContainer`in e)return e._reactRootContainer?._internalRoot?.current?.child;for(let t in e)if(t.startsWith(`__reactInternalInstance$`)||t.startsWith(`__reactFiber`))return e[t]||null}return null},Fe=Error(),Q=new Set,$=(e,t={})=>{let n=e.onActive,r=h(),i=s(),a=u(),o,c=t.isProduction??!1;return e.onActive=()=>{clearTimeout(o);let r=!0;try{let e=g();for(let n of e.renderers.values()){let[e]=n.version.split(`.`);Number(e)<(t.minReactMajorVersion??17)&&(r=!1);let i=U(n);i!==`development`&&(c=!0,t.dangerouslyRunInProduction||(r=!1))}}catch(e){t.onError?.(e)}if(!r){e.onCommitFiberRoot=void 0,e.onCommitFiberUnmount=void 0,e.onPostCommitFiberRoot=void 0,e.onActive=void 0;return}n?.();try{let n=e.onCommitFiberRoot;n&&(e.onCommitFiberRoot=(e,r,i)=>{Q.has(r)||Q.add(r);try{n(e,r,i)}catch(e){t.onError?.(e)}});let r=e.onCommitFiberUnmount;r&&(e.onCommitFiberUnmount=(e,n)=>{try{r(e,n)}catch(e){t.onError?.(e)}});let i=e.onPostCommitFiberRoot;i&&(e.onPostCommitFiberRoot=(e,n)=>{try{i(e,n)}catch(e){t.onError?.(e)}})}catch(e){t.onError?.(e)}},!r&&!i&&!a&&(o=setTimeout(()=>{c||t.onError?.(Fe),stop()},t.installCheckTimeout??100)),e},Ie=e=>Ne($({onCommitFiberRoot:(t,n)=>{e(n)}}));return v(),exports.BIPPY_INSTRUMENTATION_STRING=n,exports.CONCURRENT_MODE_NUMBER=ae,exports.CONCURRENT_MODE_SYMBOL_STRING=M,exports.ClassComponentTag=b,exports.ContextConsumerTag=w,exports.DEPRECATED_ASYNC_MODE_SYMBOL_STRING=N,exports.DehydratedSuspenseComponentTag=k,exports.ELEMENT_TYPE_SYMBOL_STRING=oe,exports.ForwardRefTag=T,exports.FragmentTag=C,exports.FunctionComponentTag=y,exports.HostComponentTag=te,exports.HostHoistableTag=re,exports.HostRootTag=x,exports.HostSingletonTag=ie,exports.HostTextTag=S,exports.INSTALL_ERROR=Fe,exports.INSTALL_HOOK_SCRIPT_STRING=ee,exports.LegacyHiddenComponentTag=ne,exports.MemoComponentTag=D,exports.OffscreenComponentTag=A,exports.SimpleMemoComponentTag=O,exports.SuspenseComponentTag=E,exports.TRANSITIONAL_ELEMENT_TYPE_SYMBOL_STRING=j,exports._fiberRoots=Q,exports._renderers=f,exports.createFiberVisitor=Me,exports.detectReactBuildType=U,exports.didFiberCommit=z,exports.didFiberRender=R,exports.fiberIdMap=G,exports.getDisplayName=Ee,exports.getFiberFromHostInstance=Pe,exports.getFiberId=q,exports.getFiberStack=xe,exports.getLatestFiber=Oe,exports.getMutatedHostFibers=be,exports.getNearestHostFiber=Se,exports.getNearestHostFibers=Ce,exports.getRDTHook=g,exports.getTimings=we,exports.getType=H,exports.hasMemoCache=Te,exports.hasRDTHook=h,exports.installRDTHook=p,exports.instrument=Ne,exports.isClientEnvironment=_,exports.isCompositeFiber=ge,exports.isHostFiber=L,exports.isInstrumentationActive=De,exports.isReactRefresh=u,exports.isRealReactDevtools=s,exports.isValidElement=me,exports.isValidFiber=he,exports.mountFiberRecursively=J,exports.onCommitFiberRoot=Ie,exports.patchRDTHook=m,exports.safelyInstallRDTHook=v,exports.secure=$,exports.setFiberId=K,exports.shouldFilterFiber=B,exports.traverseContexts=_e,exports.traverseFiber=V,exports.traverseProps=ye,exports.traverseRenderedFibers=je,exports.traverseState=ve,exports.unmountFiber=X,exports.unmountFiberChildrenRecursively=Z,exports.updateFiberRecursively=Y,exports.version=t,exports}({});
|
package/dist/index.js
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* This source code is licensed under the MIT license found in the
|
|
7
7
|
* LICENSE file in the root directory of this source tree.
|
|
8
8
|
*/
|
|
9
|
-
import { BIPPY_INSTRUMENTATION_STRING, CONCURRENT_MODE_NUMBER, CONCURRENT_MODE_SYMBOL_STRING, ClassComponentTag, ContextConsumerTag, DEPRECATED_ASYNC_MODE_SYMBOL_STRING, DehydratedSuspenseComponentTag, ELEMENT_TYPE_SYMBOL_STRING, ForwardRefTag, FragmentTag, FunctionComponentTag, HostComponentTag, HostHoistableTag, HostRootTag, HostSingletonTag, HostTextTag, INSTALL_ERROR, INSTALL_HOOK_SCRIPT_STRING, LegacyHiddenComponentTag, MemoComponentTag, OffscreenComponentTag, SimpleMemoComponentTag, SuspenseComponentTag, TRANSITIONAL_ELEMENT_TYPE_SYMBOL_STRING, _fiberRoots, _renderers, createFiberVisitor, detectReactBuildType, didFiberCommit, didFiberRender, fiberIdMap, getDisplayName, getFiberFromHostInstance, getFiberId, getFiberStack, getLatestFiber, getMutatedHostFibers, getNearestHostFiber, getNearestHostFibers, getRDTHook, getTimings, getType, hasMemoCache, hasRDTHook, installRDTHook, instrument, isClientEnvironment, isCompositeFiber, isHostFiber, isInstrumentationActive, isReactRefresh, isRealReactDevtools, isValidElement, isValidFiber, mountFiberRecursively, onCommitFiberRoot, patchRDTHook, safelyInstallRDTHook, secure, setFiberId, shouldFilterFiber, traverseContexts, traverseFiber, traverseProps, traverseRenderedFibers, traverseState, unmountFiber, unmountFiberChildrenRecursively, updateFiberRecursively, version } from "./core-
|
|
10
|
-
import "./src-
|
|
9
|
+
import { BIPPY_INSTRUMENTATION_STRING, CONCURRENT_MODE_NUMBER, CONCURRENT_MODE_SYMBOL_STRING, ClassComponentTag, ContextConsumerTag, DEPRECATED_ASYNC_MODE_SYMBOL_STRING, DehydratedSuspenseComponentTag, ELEMENT_TYPE_SYMBOL_STRING, ForwardRefTag, FragmentTag, FunctionComponentTag, HostComponentTag, HostHoistableTag, HostRootTag, HostSingletonTag, HostTextTag, INSTALL_ERROR, INSTALL_HOOK_SCRIPT_STRING, LegacyHiddenComponentTag, MemoComponentTag, OffscreenComponentTag, SimpleMemoComponentTag, SuspenseComponentTag, TRANSITIONAL_ELEMENT_TYPE_SYMBOL_STRING, _fiberRoots, _renderers, createFiberVisitor, detectReactBuildType, didFiberCommit, didFiberRender, fiberIdMap, getDisplayName, getFiberFromHostInstance, getFiberId, getFiberStack, getLatestFiber, getMutatedHostFibers, getNearestHostFiber, getNearestHostFibers, getRDTHook, getTimings, getType, hasMemoCache, hasRDTHook, installRDTHook, instrument, isClientEnvironment, isCompositeFiber, isHostFiber, isInstrumentationActive, isReactRefresh, isRealReactDevtools, isValidElement, isValidFiber, mountFiberRecursively, onCommitFiberRoot, patchRDTHook, safelyInstallRDTHook, secure, setFiberId, shouldFilterFiber, traverseContexts, traverseFiber, traverseProps, traverseRenderedFibers, traverseState, unmountFiber, unmountFiberChildrenRecursively, updateFiberRecursively, version } from "./core-C20dLY3P.js";
|
|
10
|
+
import "./src-CYAt7ssK.js";
|
|
11
11
|
|
|
12
12
|
export { BIPPY_INSTRUMENTATION_STRING, CONCURRENT_MODE_NUMBER, CONCURRENT_MODE_SYMBOL_STRING, ClassComponentTag, ContextConsumerTag, DEPRECATED_ASYNC_MODE_SYMBOL_STRING, DehydratedSuspenseComponentTag, ELEMENT_TYPE_SYMBOL_STRING, ForwardRefTag, FragmentTag, FunctionComponentTag, HostComponentTag, HostHoistableTag, HostRootTag, HostSingletonTag, HostTextTag, INSTALL_ERROR, INSTALL_HOOK_SCRIPT_STRING, LegacyHiddenComponentTag, MemoComponentTag, OffscreenComponentTag, SimpleMemoComponentTag, SuspenseComponentTag, TRANSITIONAL_ELEMENT_TYPE_SYMBOL_STRING, _fiberRoots, _renderers, createFiberVisitor, detectReactBuildType, didFiberCommit, didFiberRender, fiberIdMap, getDisplayName, getFiberFromHostInstance, getFiberId, getFiberStack, getLatestFiber, getMutatedHostFibers, getNearestHostFiber, getNearestHostFibers, getRDTHook, getTimings, getType, hasMemoCache, hasRDTHook, installRDTHook, instrument, isClientEnvironment, isCompositeFiber, isHostFiber, isInstrumentationActive, isReactRefresh, isRealReactDevtools, isValidElement, isValidFiber, mountFiberRecursively, onCommitFiberRoot, patchRDTHook, safelyInstallRDTHook, secure, setFiberId, shouldFilterFiber, traverseContexts, traverseFiber, traverseProps, traverseRenderedFibers, traverseState, unmountFiber, unmountFiberChildrenRecursively, updateFiberRecursively, version };
|
package/dist/jsx-dev-runtime.cjs
CHANGED
|
@@ -15,7 +15,7 @@ const jsxDEV = (type, originalProps, key, isStatic, source, self) => {
|
|
|
15
15
|
try {
|
|
16
16
|
if (originalProps && typeof originalProps === "object" && source && String(type) !== "Symbol(react.fragment)") props = {
|
|
17
17
|
...originalProps,
|
|
18
|
-
|
|
18
|
+
"data-react-source": `${source.fileName}:${source.lineNumber}:${source.columnNumber}`
|
|
19
19
|
};
|
|
20
20
|
} catch {}
|
|
21
21
|
return (0, react_jsx_dev_runtime.jsxDEV)(type, props, key, isStatic, source, self);
|
package/dist/jsx-dev-runtime.js
CHANGED
|
@@ -16,7 +16,7 @@ const jsxDEV = (type, originalProps, key, isStatic, source, self) => {
|
|
|
16
16
|
try {
|
|
17
17
|
if (originalProps && typeof originalProps === "object" && source && String(type) !== "Symbol(react.fragment)") props = {
|
|
18
18
|
...originalProps,
|
|
19
|
-
|
|
19
|
+
"data-react-source": `${source.fileName}:${source.lineNumber}:${source.columnNumber}`
|
|
20
20
|
};
|
|
21
21
|
} catch {}
|
|
22
22
|
return jsxDEV$1(type, props, key, isStatic, source, self);
|
package/dist/jsx-runtime.cjs
CHANGED
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
* This source code is licensed under the MIT license found in the
|
|
7
7
|
* LICENSE file in the root directory of this source tree.
|
|
8
8
|
*/
|
|
9
|
-
require('./core-
|
|
10
|
-
require('./src-
|
|
9
|
+
require('./core-BS9Kf-6A.cjs');
|
|
10
|
+
require('./src-8X9f2vzK.cjs');
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
var react_jsx_runtime = require("react/jsx-runtime");
|
package/dist/jsx-runtime.js
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* This source code is licensed under the MIT license found in the
|
|
7
7
|
* LICENSE file in the root directory of this source tree.
|
|
8
8
|
*/
|
|
9
|
-
import "./core-
|
|
10
|
-
import "./src-
|
|
9
|
+
import "./core-C20dLY3P.js";
|
|
10
|
+
import "./src-CYAt7ssK.js";
|
|
11
11
|
|
|
12
12
|
export * from "react/jsx-runtime"
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* LICENSE file in the root directory of this source tree.
|
|
8
8
|
*/
|
|
9
9
|
const require_chunk = require('./chunk-DWy1uDak.cjs');
|
|
10
|
-
const require_core = require('./core-
|
|
10
|
+
const require_core = require('./core-BS9Kf-6A.cjs');
|
|
11
11
|
|
|
12
12
|
//#region ../../node_modules/.pnpm/error-stack-parser-es@1.0.5/node_modules/error-stack-parser-es/dist/lite.mjs
|
|
13
13
|
const CHROME_IE_STACK_REGEXP = /^\s*at .*(\S+:\d+|\(native\))/m;
|
|
@@ -2399,8 +2399,9 @@ const getFiberSource = async (fiber) => {
|
|
|
2399
2399
|
columnNumber: "columnNumber" in debugSource && typeof debugSource.columnNumber === "number" ? debugSource.columnNumber : 0
|
|
2400
2400
|
};
|
|
2401
2401
|
}
|
|
2402
|
-
|
|
2403
|
-
|
|
2402
|
+
const dataReactSource = fiber.memoizedProps?.["data-react-source"];
|
|
2403
|
+
if (typeof dataReactSource === "string") {
|
|
2404
|
+
const [fileName, lineNumber, columnNumber] = dataReactSource.split(":");
|
|
2404
2405
|
return {
|
|
2405
2406
|
fileName,
|
|
2406
2407
|
lineNumber: Number.parseInt(lineNumber),
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* This source code is licensed under the MIT license found in the
|
|
7
7
|
* LICENSE file in the root directory of this source tree.
|
|
8
8
|
*/
|
|
9
|
-
import { ClassComponentTag, _renderers, getDisplayName, getRDTHook, getType, isCompositeFiber, isHostFiber, traverseFiber } from "./core-
|
|
9
|
+
import { ClassComponentTag, _renderers, getDisplayName, getRDTHook, getType, isCompositeFiber, isHostFiber, traverseFiber } from "./core-C20dLY3P.js";
|
|
10
10
|
|
|
11
11
|
//#region rolldown:runtime
|
|
12
12
|
var __create = Object.create;
|
|
@@ -2424,8 +2424,9 @@ const getFiberSource = async (fiber) => {
|
|
|
2424
2424
|
columnNumber: "columnNumber" in debugSource && typeof debugSource.columnNumber === "number" ? debugSource.columnNumber : 0
|
|
2425
2425
|
};
|
|
2426
2426
|
}
|
|
2427
|
-
|
|
2428
|
-
|
|
2427
|
+
const dataReactSource = fiber.memoizedProps?.["data-react-source"];
|
|
2428
|
+
if (typeof dataReactSource === "string") {
|
|
2429
|
+
const [fileName, lineNumber, columnNumber] = dataReactSource.split(":");
|
|
2429
2430
|
return {
|
|
2430
2431
|
fileName,
|
|
2431
2432
|
lineNumber: Number.parseInt(lineNumber),
|
package/dist/source.cjs
CHANGED
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
* This source code is licensed under the MIT license found in the
|
|
7
7
|
* LICENSE file in the root directory of this source tree.
|
|
8
8
|
*/
|
|
9
|
-
const require_core = require('./core-
|
|
10
|
-
require('./src-
|
|
11
|
-
const require_source = require('./source-
|
|
9
|
+
const require_core = require('./core-BS9Kf-6A.cjs');
|
|
10
|
+
require('./src-8X9f2vzK.cjs');
|
|
11
|
+
const require_source = require('./source-CpUl2rbU.cjs');
|
|
12
12
|
|
|
13
13
|
exports.BIPPY_INSTRUMENTATION_STRING = require_core.BIPPY_INSTRUMENTATION_STRING;
|
|
14
14
|
exports.CONCURRENT_MODE_NUMBER = require_core.CONCURRENT_MODE_NUMBER;
|
package/dist/source.iife.js
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
*/
|
|
9
9
|
var Bippy=function(exports){var t=Object.create,n=Object.defineProperty,r=Object.getOwnPropertyDescriptor,i=Object.getOwnPropertyNames,a=Object.getPrototypeOf,o=Object.prototype.hasOwnProperty,s=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),c=(e,t,a,s)=>{if(t&&typeof t==`object`||typeof t==`function`)for(var c=i(t),l=0,u=c.length,d;l<u;l++)d=c[l],!o.call(e,d)&&d!==a&&n(e,d,{get:(e=>t[e]).bind(null,d),enumerable:!(s=r(t,d))||s.enumerable});return e},l=(e,r,i)=>(i=e==null?{}:t(a(e)),c(r||!e||!e.__esModule?n(i,`default`,{value:e,enumerable:!0}):i,e));let u=/^\s*at .*(\S+:\d+|\(native\))/m,d=/^(eval@)?(\[native code\])?$/;function f(e,t){return e.match(u)?h(e,t):g(e,t)}function p(e){if(!e.includes(`:`))return[e,void 0,void 0];let t=/(.+?)(?::(\d+))?(?::(\d+))?$/,n=t.exec(e.replace(/[()]/g,``));return[n[1],n[2]||void 0,n[3]||void 0]}function m(e,t){return t&&t.slice!=null?Array.isArray(t.slice)?e.slice(t.slice[0],t.slice[1]):e.slice(0,t.slice):e}function h(e,t){let n=m(e.split(`
|
|
10
10
|
`).filter(e=>!!e.match(u)),t);return n.map(e=>{e.includes(`(eval `)&&(e=e.replace(/eval code/g,`eval`).replace(/(\(eval at [^()]*)|(,.*$)/g,``));let t=e.replace(/^\s+/,``).replace(/\(eval code/g,`(`).replace(/^.*?\s+/,``),n=t.match(/ (\(.+\)$)/);t=n?t.replace(n[0],``):t;let r=p(n?n[1]:t),i=n&&t||void 0,a=[`eval`,`<anonymous>`].includes(r[0])?void 0:r[0];return{function:i,file:a,line:r[1]?+r[1]:void 0,col:r[2]?+r[2]:void 0,raw:e}})}function g(e,t){let n=m(e.split(`
|
|
11
|
-
`).filter(e=>!e.match(d)),t);return n.map(e=>{if(e.includes(` > eval`)&&(e=e.replace(/ line (\d+)(?: > eval line \d+)* > eval:\d+:\d+/g,`:$1`)),!e.includes(`@`)&&!e.includes(`:`))return{function:e};{let t=/(([^\n\r"\u2028\u2029]*".[^\n\r"\u2028\u2029]*"[^\n\r@\u2028\u2029]*(?:@[^\n\r"\u2028\u2029]*"[^\n\r@\u2028\u2029]*)*(?:[\n\r\u2028\u2029][^@]*)?)?[^@]*)@/,n=e.match(t),r=n&&n[1]?n[1]:void 0,i=p(e.replace(t,``));return{function:r,file:i[0],line:i[1]?+i[1]:void 0,col:i[2]?+i[2]:void 0,raw:e}}})}var _=s(exports=>{var t=`ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/`.split(``);exports.encode=function(e){if(0<=e&&e<t.length)return t[e];throw TypeError(`Must be between 0 and 63: `+e)},exports.decode=function(e){var t=65,n=90,r=97,i=122,a=48,o=57,s=43,c=47,l=26,u=52;return t<=e&&e<=n?e-t:r<=e&&e<=i?e-r+l:a<=e&&e<=o?e-a+u:e==s?62:e==c?63:-1}}),v=s(exports=>{var t=_(),n=5,r=1<<n,i=r-1,a=r;function o(e){return e<0?(-e<<1)+1:(e<<1)+0}function s(e){var t=(e&1)==1,n=e>>1;return t?-n:n}exports.encode=function(e){var r=``,s,c=o(e);do s=c&i,c>>>=n,c>0&&(s|=a),r+=t.encode(s);while(c>0);return r},exports.decode=function(e,r,o){var c=e.length,l=0,u=0,d,f;do{if(r>=c)throw Error(`Expected more digits in base 64 VLQ value.`);if(f=t.decode(e.charCodeAt(r++)),f===-1)throw Error(`Invalid base64 digit: `+e.charAt(r-1));d=!!(f&a),f&=i,l+=f<<u,u+=n}while(d);o.value=s(l),o.rest=r}}),y=s(exports=>{function t(e,t,n){if(t in e)return e[t];if(arguments.length===3)return n;throw Error(`"`+t+`" is a required argument.`)}exports.getArg=t;var n=/^(?:([\w+\-.]+):)?\/\/(?:(\w+:\w+)@)?([\w.-]*)(?::(\d+))?(.*)$/,r=/^data:.+\,.+$/;function i(e){var t=e.match(n);return t?{scheme:t[1],auth:t[2],host:t[3],port:t[4],path:t[5]}:null}exports.urlParse=i;function a(e){var t=``;return e.scheme&&(t+=e.scheme+`:`),t+=`//`,e.auth&&(t+=e.auth+`@`),e.host&&(t+=e.host),e.port&&(t+=`:`+e.port),e.path&&(t+=e.path),t}exports.urlGenerate=a;var o=32;function s(e){var t=[];return function(n){for(var r=0;r<t.length;r++)if(t[r].input===n){var i=t[0];return t[0]=t[r],t[r]=i,t[0].result}var a=e(n);return t.unshift({input:n,result:a}),t.length>o&&t.pop(),a}}var c=s(function(t){var n=t,r=i(t);if(r){if(!r.path)return t;n=r.path}for(var o=exports.isAbsolute(n),s=[],c=0,l=0;;)if(c=l,l=n.indexOf(`/`,c),l===-1){s.push(n.slice(c));break}else for(s.push(n.slice(c,l));l<n.length&&n[l]===`/`;)l++;for(var u,d=0,l=s.length-1;l>=0;l--)u=s[l],u===`.`?s.splice(l,1):u===`..`?d++:d>0&&(u===``?(s.splice(l+1,d),d=0):(s.splice(l,2),d--));return n=s.join(`/`),n===``&&(n=o?`/`:`.`),r?(r.path=n,a(r)):n});exports.normalize=c;function l(e,t){e===``&&(e=`.`),t===``&&(t=`.`);var n=i(t),o=i(e);if(o&&(e=o.path||`/`),n&&!n.scheme)return o&&(n.scheme=o.scheme),a(n);if(n||t.match(r))return t;if(o&&!o.host&&!o.path)return o.host=t,a(o);var s=t.charAt(0)===`/`?t:c(e.replace(/\/+$/,``)+`/`+t);return o?(o.path=s,a(o)):s}exports.join=l,exports.isAbsolute=function(e){return e.charAt(0)===`/`||n.test(e)};function u(e,t){e===``&&(e=`.`),e=e.replace(/\/$/,``);for(var n=0;t.indexOf(e+`/`)!==0;){var r=e.lastIndexOf(`/`);if(r<0||(e=e.slice(0,r),e.match(/^([^\/]+:\/)?\/*$/)))return t;++n}return Array(n+1).join(`../`)+t.substr(e.length+1)}exports.relative=u;var d=function(){var e=Object.create(null);return!(`__proto__`in e)}();function f(e){return e}function p(e){return h(e)?`$`+e:e}exports.toSetString=d?f:p;function m(e){return h(e)?e.slice(1):e}exports.fromSetString=d?f:m;function h(e){if(!e)return!1;var t=e.length;if(t<9||e.charCodeAt(t-1)!==95||e.charCodeAt(t-2)!==95||e.charCodeAt(t-3)!==111||e.charCodeAt(t-4)!==116||e.charCodeAt(t-5)!==111||e.charCodeAt(t-6)!==114||e.charCodeAt(t-7)!==112||e.charCodeAt(t-8)!==95||e.charCodeAt(t-9)!==95)return!1;for(var n=t-10;n>=0;n--)if(e.charCodeAt(n)!==36)return!1;return!0}function g(e,t,n){var r=b(e.source,t.source);return r!==0||(r=e.originalLine-t.originalLine,r!==0)||(r=e.originalColumn-t.originalColumn,r!==0||n)||(r=e.generatedColumn-t.generatedColumn,r!==0)||(r=e.generatedLine-t.generatedLine,r!==0)?r:b(e.name,t.name)}exports.compareByOriginalPositions=g;function _(e,t,n){var r;return r=e.originalLine-t.originalLine,r!==0||(r=e.originalColumn-t.originalColumn,r!==0||n)||(r=e.generatedColumn-t.generatedColumn,r!==0)||(r=e.generatedLine-t.generatedLine,r!==0)?r:b(e.name,t.name)}exports.compareByOriginalPositionsNoSource=_;function v(e,t,n){var r=e.generatedLine-t.generatedLine;return r!==0||(r=e.generatedColumn-t.generatedColumn,r!==0||n)||(r=b(e.source,t.source),r!==0)||(r=e.originalLine-t.originalLine,r!==0)||(r=e.originalColumn-t.originalColumn,r!==0)?r:b(e.name,t.name)}exports.compareByGeneratedPositionsDeflated=v;function y(e,t,n){var r=e.generatedColumn-t.generatedColumn;return r!==0||n||(r=b(e.source,t.source),r!==0)||(r=e.originalLine-t.originalLine,r!==0)||(r=e.originalColumn-t.originalColumn,r!==0)?r:b(e.name,t.name)}exports.compareByGeneratedPositionsDeflatedNoLine=y;function b(e,t){return e===t?0:e===null?1:t===null?-1:e>t?1:-1}function x(e,t){var n=e.generatedLine-t.generatedLine;return n!==0||(n=e.generatedColumn-t.generatedColumn,n!==0)||(n=b(e.source,t.source),n!==0)||(n=e.originalLine-t.originalLine,n!==0)||(n=e.originalColumn-t.originalColumn,n!==0)?n:b(e.name,t.name)}exports.compareByGeneratedPositionsInflated=x;function S(e){return JSON.parse(e.replace(/^\)]}'[^\n]*\n/,``))}exports.parseSourceMapInput=S;function C(e,t,n){if(t||=``,e&&(e[e.length-1]!==`/`&&t[0]!==`/`&&(e+=`/`),t=e+t),n){var r=i(n);if(!r)throw Error(`sourceMapURL could not be parsed`);if(r.path){var o=r.path.lastIndexOf(`/`);o>=0&&(r.path=r.path.substring(0,o+1))}t=l(a(r),t)}return c(t)}exports.computeSourceURL=C}),b=s(exports=>{var t=y(),n=Object.prototype.hasOwnProperty,r=typeof Map<`u`;function i(){this._array=[],this._set=r?new Map:Object.create(null)}i.fromArray=function(e,t){for(var n=new i,r=0,a=e.length;r<a;r++)n.add(e[r],t);return n},i.prototype.size=function(){return r?this._set.size:Object.getOwnPropertyNames(this._set).length},i.prototype.add=function(e,i){var a=r?e:t.toSetString(e),o=r?this.has(e):n.call(this._set,a),s=this._array.length;(!o||i)&&this._array.push(e),o||(r?this._set.set(e,s):this._set[a]=s)},i.prototype.has=function(e){if(r)return this._set.has(e);var i=t.toSetString(e);return n.call(this._set,i)},i.prototype.indexOf=function(e){if(r){var i=this._set.get(e);if(i>=0)return i}else{var a=t.toSetString(e);if(n.call(this._set,a))return this._set[a]}throw Error(`"`+e+`" is not in the set.`)},i.prototype.at=function(e){if(e>=0&&e<this._array.length)return this._array[e];throw Error(`No element indexed by `+e)},i.prototype.toArray=function(){return this._array.slice()},exports.ArraySet=i}),x=s(exports=>{var t=y();function n(e,n){var r=e.generatedLine,i=n.generatedLine,a=e.generatedColumn,o=n.generatedColumn;return i>r||i==r&&o>=a||t.compareByGeneratedPositionsInflated(e,n)<=0}function r(){this._array=[],this._sorted=!0,this._last={generatedLine:-1,generatedColumn:0}}r.prototype.unsortedForEach=function(e,t){this._array.forEach(e,t)},r.prototype.add=function(e){n(this._last,e)?(this._last=e,this._array.push(e)):(this._sorted=!1,this._array.push(e))},r.prototype.toArray=function(){return this._sorted||(this._array.sort(t.compareByGeneratedPositionsInflated),this._sorted=!0),this._array},exports.MappingList=r}),S=s(exports=>{var t=v(),n=y(),r=b().ArraySet,i=x().MappingList;function a(e){e||={},this._file=n.getArg(e,`file`,null),this._sourceRoot=n.getArg(e,`sourceRoot`,null),this._skipValidation=n.getArg(e,`skipValidation`,!1),this._ignoreInvalidMapping=n.getArg(e,`ignoreInvalidMapping`,!1),this._sources=new r,this._names=new r,this._mappings=new i,this._sourcesContents=null}a.prototype._version=3,a.fromSourceMap=function(e,t){var r=e.sourceRoot,i=new a(Object.assign(t||{},{file:e.file,sourceRoot:r}));return e.eachMapping(function(e){var t={generated:{line:e.generatedLine,column:e.generatedColumn}};e.source!=null&&(t.source=e.source,r!=null&&(t.source=n.relative(r,t.source)),t.original={line:e.originalLine,column:e.originalColumn},e.name!=null&&(t.name=e.name)),i.addMapping(t)}),e.sources.forEach(function(t){var a=t;r!==null&&(a=n.relative(r,t)),i._sources.has(a)||i._sources.add(a);var o=e.sourceContentFor(t);o!=null&&i.setSourceContent(t,o)}),i},a.prototype.addMapping=function(e){var t=n.getArg(e,`generated`),r=n.getArg(e,`original`,null),i=n.getArg(e,`source`,null),a=n.getArg(e,`name`,null);!this._skipValidation&&this._validateMapping(t,r,i,a)===!1||(i!=null&&(i=String(i),this._sources.has(i)||this._sources.add(i)),a!=null&&(a=String(a),this._names.has(a)||this._names.add(a)),this._mappings.add({generatedLine:t.line,generatedColumn:t.column,originalLine:r!=null&&r.line,originalColumn:r!=null&&r.column,source:i,name:a}))},a.prototype.setSourceContent=function(e,t){var r=e;this._sourceRoot!=null&&(r=n.relative(this._sourceRoot,r)),t==null?this._sourcesContents&&(delete this._sourcesContents[n.toSetString(r)],Object.keys(this._sourcesContents).length===0&&(this._sourcesContents=null)):(this._sourcesContents||=Object.create(null),this._sourcesContents[n.toSetString(r)]=t)},a.prototype.applySourceMap=function(e,t,i){var a=t;if(t==null){if(e.file==null)throw Error(`SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, or the source map's "file" property. Both were omitted.`);a=e.file}var o=this._sourceRoot;o!=null&&(a=n.relative(o,a));var s=new r,c=new r;this._mappings.unsortedForEach(function(t){if(t.source===a&&t.originalLine!=null){var r=e.originalPositionFor({line:t.originalLine,column:t.originalColumn});r.source!=null&&(t.source=r.source,i!=null&&(t.source=n.join(i,t.source)),o!=null&&(t.source=n.relative(o,t.source)),t.originalLine=r.line,t.originalColumn=r.column,r.name!=null&&(t.name=r.name))}var l=t.source;l!=null&&!s.has(l)&&s.add(l);var u=t.name;u!=null&&!c.has(u)&&c.add(u)},this),this._sources=s,this._names=c,e.sources.forEach(function(t){var r=e.sourceContentFor(t);r!=null&&(i!=null&&(t=n.join(i,t)),o!=null&&(t=n.relative(o,t)),this.setSourceContent(t,r))},this)},a.prototype._validateMapping=function(e,t,n,r){if(t&&typeof t.line!=`number`&&typeof t.column!=`number`){var i=`original.line and original.column are not numbers -- you probably meant to omit the original mapping entirely and only map the generated position. If so, pass null for the original mapping instead of an object with empty or null values.`;if(this._ignoreInvalidMapping)return typeof console<`u`&&console.warn&&console.warn(i),!1;throw Error(i)}if(!(e&&`line`in e&&`column`in e&&e.line>0&&e.column>=0&&!t&&!n&&!r)&&!(e&&`line`in e&&`column`in e&&t&&`line`in t&&`column`in t&&e.line>0&&e.column>=0&&t.line>0&&t.column>=0&&n)){var i=`Invalid mapping: `+JSON.stringify({generated:e,source:n,original:t,name:r});if(this._ignoreInvalidMapping)return typeof console<`u`&&console.warn&&console.warn(i),!1;throw Error(i)}},a.prototype._serializeMappings=function(){for(var e=0,r=1,i=0,a=0,o=0,s=0,c=``,l,u,d,f,p=this._mappings.toArray(),m=0,h=p.length;m<h;m++){if(u=p[m],l=``,u.generatedLine!==r)for(e=0;u.generatedLine!==r;)l+=`;`,r++;else if(m>0){if(!n.compareByGeneratedPositionsInflated(u,p[m-1]))continue;l+=`,`}l+=t.encode(u.generatedColumn-e),e=u.generatedColumn,u.source!=null&&(f=this._sources.indexOf(u.source),l+=t.encode(f-s),s=f,l+=t.encode(u.originalLine-1-a),a=u.originalLine-1,l+=t.encode(u.originalColumn-i),i=u.originalColumn,u.name!=null&&(d=this._names.indexOf(u.name),l+=t.encode(d-o),o=d)),c+=l}return c},a.prototype._generateSourcesContent=function(e,t){return e.map(function(e){if(!this._sourcesContents)return null;t!=null&&(e=n.relative(t,e));var r=n.toSetString(e);return Object.prototype.hasOwnProperty.call(this._sourcesContents,r)?this._sourcesContents[r]:null},this)},a.prototype.toJSON=function(){var e={version:this._version,sources:this._sources.toArray(),names:this._names.toArray(),mappings:this._serializeMappings()};return this._file!=null&&(e.file=this._file),this._sourceRoot!=null&&(e.sourceRoot=this._sourceRoot),this._sourcesContents&&(e.sourcesContent=this._generateSourcesContent(e.sources,e.sourceRoot)),e},a.prototype.toString=function(){return JSON.stringify(this.toJSON())},exports.SourceMapGenerator=a}),C=s(exports=>{exports.GREATEST_LOWER_BOUND=1,exports.LEAST_UPPER_BOUND=2;function t(n,r,i,a,o,s){var c=Math.floor((r-n)/2)+n,l=o(i,a[c],!0);return l===0?c:l>0?r-c>1?t(c,r,i,a,o,s):s==exports.LEAST_UPPER_BOUND?r<a.length?r:-1:c:c-n>1?t(n,c,i,a,o,s):s==exports.LEAST_UPPER_BOUND?c:n<0?-1:n}exports.search=function(n,r,i,a){if(r.length===0)return-1;var o=t(-1,r.length,n,r,i,a||exports.GREATEST_LOWER_BOUND);if(o<0)return-1;for(;o-1>=0&&i(r[o],r[o-1],!0)===0;)--o;return o}}),w=s(exports=>{function t(e){function t(e,t,n){var r=e[t];e[t]=e[n],e[n]=r}function n(e,t){return Math.round(e+Math.random()*(t-e))}function r(e,i,a,o){if(a<o){var s=n(a,o),c=a-1;t(e,s,o);for(var l=e[o],u=a;u<o;u++)i(e[u],l,!1)<=0&&(c+=1,t(e,c,u));t(e,c+1,u);var d=c+1;r(e,i,a,d-1),r(e,i,d+1,o)}}return r}function n(e){let n=t.toString(),r=Function(`return ${n}`)();return r(e)}let r=new WeakMap;exports.quickSort=function(e,t,i=0){let a=r.get(t);a===void 0&&(a=n(t),r.set(t,a)),a(e,t,i,e.length-1)}}),T=s(exports=>{var t=y(),n=C(),r=b().ArraySet,i=v(),a=w().quickSort;function o(e,n){var r=e;return typeof e==`string`&&(r=t.parseSourceMapInput(e)),r.sections==null?new s(r,n):new d(r,n)}o.fromSourceMap=function(e,t){return s.fromSourceMap(e,t)},o.prototype._version=3,o.prototype.__generatedMappings=null,Object.defineProperty(o.prototype,`_generatedMappings`,{configurable:!0,enumerable:!0,get:function(){return this.__generatedMappings||this._parseMappings(this._mappings,this.sourceRoot),this.__generatedMappings}}),o.prototype.__originalMappings=null,Object.defineProperty(o.prototype,`_originalMappings`,{configurable:!0,enumerable:!0,get:function(){return this.__originalMappings||this._parseMappings(this._mappings,this.sourceRoot),this.__originalMappings}}),o.prototype._charIsMappingSeparator=function(e,t){var n=e.charAt(t);return n===`;`||n===`,`},o.prototype._parseMappings=function(e,t){throw Error(`Subclasses must implement _parseMappings`)},o.GENERATED_ORDER=1,o.ORIGINAL_ORDER=2,o.GREATEST_LOWER_BOUND=1,o.LEAST_UPPER_BOUND=2,o.prototype.eachMapping=function(e,n,r){var i=n||null,a=r||o.GENERATED_ORDER,s;switch(a){case o.GENERATED_ORDER:s=this._generatedMappings;break;case o.ORIGINAL_ORDER:s=this._originalMappings;break;default:throw Error(`Unknown order of iteration.`)}for(var c=this.sourceRoot,l=e.bind(i),u=this._names,d=this._sources,f=this._sourceMapURL,p=0,m=s.length;p<m;p++){var h=s[p],g=h.source===null?null:d.at(h.source);g!==null&&(g=t.computeSourceURL(c,g,f)),l({source:g,generatedLine:h.generatedLine,generatedColumn:h.generatedColumn,originalLine:h.originalLine,originalColumn:h.originalColumn,name:h.name===null?null:u.at(h.name)})}},o.prototype.allGeneratedPositionsFor=function(e){var r=t.getArg(e,`line`),i={source:t.getArg(e,`source`),originalLine:r,originalColumn:t.getArg(e,`column`,0)};if(i.source=this._findSourceIndex(i.source),i.source<0)return[];var a=[],o=this._findMapping(i,this._originalMappings,`originalLine`,`originalColumn`,t.compareByOriginalPositions,n.LEAST_UPPER_BOUND);if(o>=0){var s=this._originalMappings[o];if(e.column===void 0)for(var c=s.originalLine;s&&s.originalLine===c;)a.push({line:t.getArg(s,`generatedLine`,null),column:t.getArg(s,`generatedColumn`,null),lastColumn:t.getArg(s,`lastGeneratedColumn`,null)}),s=this._originalMappings[++o];else for(var l=s.originalColumn;s&&s.originalLine===r&&s.originalColumn==l;)a.push({line:t.getArg(s,`generatedLine`,null),column:t.getArg(s,`generatedColumn`,null),lastColumn:t.getArg(s,`lastGeneratedColumn`,null)}),s=this._originalMappings[++o]}return a},exports.SourceMapConsumer=o;function s(e,n){var i=e;typeof e==`string`&&(i=t.parseSourceMapInput(e));var a=t.getArg(i,`version`),o=t.getArg(i,`sources`),s=t.getArg(i,`names`,[]),c=t.getArg(i,`sourceRoot`,null),l=t.getArg(i,`sourcesContent`,null),u=t.getArg(i,`mappings`),d=t.getArg(i,`file`,null);if(a!=this._version)throw Error(`Unsupported version: `+a);c&&=t.normalize(c),o=o.map(String).map(t.normalize).map(function(e){return c&&t.isAbsolute(c)&&t.isAbsolute(e)?t.relative(c,e):e}),this._names=r.fromArray(s.map(String),!0),this._sources=r.fromArray(o,!0),this._absoluteSources=this._sources.toArray().map(function(e){return t.computeSourceURL(c,e,n)}),this.sourceRoot=c,this.sourcesContent=l,this._mappings=u,this._sourceMapURL=n,this.file=d}s.prototype=Object.create(o.prototype),s.prototype.consumer=o,s.prototype._findSourceIndex=function(e){var n=e;if(this.sourceRoot!=null&&(n=t.relative(this.sourceRoot,n)),this._sources.has(n))return this._sources.indexOf(n);var r;for(r=0;r<this._absoluteSources.length;++r)if(this._absoluteSources[r]==e)return r;return-1},s.fromSourceMap=function(e,n){var i=Object.create(s.prototype),o=i._names=r.fromArray(e._names.toArray(),!0),l=i._sources=r.fromArray(e._sources.toArray(),!0);i.sourceRoot=e._sourceRoot,i.sourcesContent=e._generateSourcesContent(i._sources.toArray(),i.sourceRoot),i.file=e._file,i._sourceMapURL=n,i._absoluteSources=i._sources.toArray().map(function(e){return t.computeSourceURL(i.sourceRoot,e,n)});for(var u=e._mappings.toArray().slice(),d=i.__generatedMappings=[],f=i.__originalMappings=[],p=0,m=u.length;p<m;p++){var h=u[p],g=new c;g.generatedLine=h.generatedLine,g.generatedColumn=h.generatedColumn,h.source&&(g.source=l.indexOf(h.source),g.originalLine=h.originalLine,g.originalColumn=h.originalColumn,h.name&&(g.name=o.indexOf(h.name)),f.push(g)),d.push(g)}return a(i.__originalMappings,t.compareByOriginalPositions),i},s.prototype._version=3,Object.defineProperty(s.prototype,`sources`,{get:function(){return this._absoluteSources.slice()}});function c(){this.generatedLine=0,this.generatedColumn=0,this.source=null,this.originalLine=null,this.originalColumn=null,this.name=null}let l=t.compareByGeneratedPositionsDeflatedNoLine;function u(e,t){let n=e.length,r=e.length-t;if(!(r<=1))if(r==2){let n=e[t],r=e[t+1];l(n,r)>0&&(e[t]=r,e[t+1]=n)}else if(r<20)for(let r=t;r<n;r++)for(let n=r;n>t;n--){let t=e[n-1],r=e[n];if(l(t,r)<=0)break;e[n-1]=r,e[n]=t}else a(e,l,t)}s.prototype._parseMappings=function(e,n){var r=1,o=0,s=0,l=0,d=0,f=0,p=e.length,m=0,h={},g={},_=[],v=[],y,b,x,S,C;let w=0;for(;m<p;)if(e.charAt(m)===`;`)r++,m++,o=0,u(v,w),w=v.length;else if(e.charAt(m)===`,`)m++;else{for(y=new c,y.generatedLine=r,S=m;S<p&&!this._charIsMappingSeparator(e,S);S++);for(b=e.slice(m,S),x=[];m<S;)i.decode(e,m,g),C=g.value,m=g.rest,x.push(C);if(x.length===2)throw Error(`Found a source, but no line and column`);if(x.length===3)throw Error(`Found a source and line, but no column`);if(y.generatedColumn=o+x[0],o=y.generatedColumn,x.length>1&&(y.source=d+x[1],d+=x[1],y.originalLine=s+x[2],s=y.originalLine,y.originalLine+=1,y.originalColumn=l+x[3],l=y.originalColumn,x.length>4&&(y.name=f+x[4],f+=x[4])),v.push(y),typeof y.originalLine==`number`){let e=y.source;for(;_.length<=e;)_.push(null);_[e]===null&&(_[e]=[]),_[e].push(y)}}u(v,w),this.__generatedMappings=v;for(var T=0;T<_.length;T++)_[T]!=null&&a(_[T],t.compareByOriginalPositionsNoSource);this.__originalMappings=[].concat(..._)},s.prototype._findMapping=function(e,t,r,i,a,o){if(e[r]<=0)throw TypeError(`Line must be greater than or equal to 1, got `+e[r]);if(e[i]<0)throw TypeError(`Column must be greater than or equal to 0, got `+e[i]);return n.search(e,t,a,o)},s.prototype.computeColumnSpans=function(){for(var e=0;e<this._generatedMappings.length;++e){var t=this._generatedMappings[e];if(e+1<this._generatedMappings.length){var n=this._generatedMappings[e+1];if(t.generatedLine===n.generatedLine){t.lastGeneratedColumn=n.generatedColumn-1;continue}}t.lastGeneratedColumn=1/0}},s.prototype.originalPositionFor=function(e){var n={generatedLine:t.getArg(e,`line`),generatedColumn:t.getArg(e,`column`)},r=this._findMapping(n,this._generatedMappings,`generatedLine`,`generatedColumn`,t.compareByGeneratedPositionsDeflated,t.getArg(e,`bias`,o.GREATEST_LOWER_BOUND));if(r>=0){var i=this._generatedMappings[r];if(i.generatedLine===n.generatedLine){var a=t.getArg(i,`source`,null);a!==null&&(a=this._sources.at(a),a=t.computeSourceURL(this.sourceRoot,a,this._sourceMapURL));var s=t.getArg(i,`name`,null);return s!==null&&(s=this._names.at(s)),{source:a,line:t.getArg(i,`originalLine`,null),column:t.getArg(i,`originalColumn`,null),name:s}}}return{source:null,line:null,column:null,name:null}},s.prototype.hasContentsOfAllSources=function(){return this.sourcesContent?this.sourcesContent.length>=this._sources.size()&&!this.sourcesContent.some(function(e){return e==null}):!1},s.prototype.sourceContentFor=function(e,n){if(!this.sourcesContent)return null;var r=this._findSourceIndex(e);if(r>=0)return this.sourcesContent[r];var i=e;this.sourceRoot!=null&&(i=t.relative(this.sourceRoot,i));var a;if(this.sourceRoot!=null&&(a=t.urlParse(this.sourceRoot))){var o=i.replace(/^file:\/\//,``);if(a.scheme==`file`&&this._sources.has(o))return this.sourcesContent[this._sources.indexOf(o)];if((!a.path||a.path==`/`)&&this._sources.has(`/`+i))return this.sourcesContent[this._sources.indexOf(`/`+i)]}if(n)return null;throw Error(`"`+i+`" is not in the SourceMap.`)},s.prototype.generatedPositionFor=function(e){var n=t.getArg(e,`source`);if(n=this._findSourceIndex(n),n<0)return{line:null,column:null,lastColumn:null};var r={source:n,originalLine:t.getArg(e,`line`),originalColumn:t.getArg(e,`column`)},i=this._findMapping(r,this._originalMappings,`originalLine`,`originalColumn`,t.compareByOriginalPositions,t.getArg(e,`bias`,o.GREATEST_LOWER_BOUND));if(i>=0){var a=this._originalMappings[i];if(a.source===r.source)return{line:t.getArg(a,`generatedLine`,null),column:t.getArg(a,`generatedColumn`,null),lastColumn:t.getArg(a,`lastGeneratedColumn`,null)}}return{line:null,column:null,lastColumn:null}},exports.BasicSourceMapConsumer=s;function d(e,n){var i=e;typeof e==`string`&&(i=t.parseSourceMapInput(e));var a=t.getArg(i,`version`),s=t.getArg(i,`sections`);if(a!=this._version)throw Error(`Unsupported version: `+a);this._sources=new r,this._names=new r;var c={line:-1,column:0};this._sections=s.map(function(e){if(e.url)throw Error(`Support for url field in sections not implemented.`);var r=t.getArg(e,`offset`),i=t.getArg(r,`line`),a=t.getArg(r,`column`);if(i<c.line||i===c.line&&a<c.column)throw Error(`Section offsets must be ordered and non-overlapping.`);return c=r,{generatedOffset:{generatedLine:i+1,generatedColumn:a+1},consumer:new o(t.getArg(e,`map`),n)}})}d.prototype=Object.create(o.prototype),d.prototype.constructor=o,d.prototype._version=3,Object.defineProperty(d.prototype,`sources`,{get:function(){for(var e=[],t=0;t<this._sections.length;t++)for(var n=0;n<this._sections[t].consumer.sources.length;n++)e.push(this._sections[t].consumer.sources[n]);return e}}),d.prototype.originalPositionFor=function(e){var r={generatedLine:t.getArg(e,`line`),generatedColumn:t.getArg(e,`column`)},i=n.search(r,this._sections,function(e,t){var n=e.generatedLine-t.generatedOffset.generatedLine;return n||e.generatedColumn-t.generatedOffset.generatedColumn}),a=this._sections[i];return a?a.consumer.originalPositionFor({line:r.generatedLine-(a.generatedOffset.generatedLine-1),column:r.generatedColumn-(a.generatedOffset.generatedLine===r.generatedLine?a.generatedOffset.generatedColumn-1:0),bias:e.bias}):{source:null,line:null,column:null,name:null}},d.prototype.hasContentsOfAllSources=function(){return this._sections.every(function(e){return e.consumer.hasContentsOfAllSources()})},d.prototype.sourceContentFor=function(e,t){for(var n=0;n<this._sections.length;n++){var r=this._sections[n],i=r.consumer.sourceContentFor(e,!0);if(i||i===``)return i}if(t)return null;throw Error(`"`+e+`" is not in the SourceMap.`)},d.prototype.generatedPositionFor=function(e){for(var n=0;n<this._sections.length;n++){var r=this._sections[n];if(r.consumer._findSourceIndex(t.getArg(e,`source`))!==-1){var i=r.consumer.generatedPositionFor(e);if(i){var a={line:i.line+(r.generatedOffset.generatedLine-1),column:i.column+(r.generatedOffset.generatedLine===i.line?r.generatedOffset.generatedColumn-1:0)};return a}}}return{line:null,column:null}},d.prototype._parseMappings=function(e,n){this.__generatedMappings=[],this.__originalMappings=[];for(var r=0;r<this._sections.length;r++)for(var i=this._sections[r],o=i.consumer._generatedMappings,s=0;s<o.length;s++){var c=o[s],l=i.consumer._sources.at(c.source);l!==null&&(l=t.computeSourceURL(i.consumer.sourceRoot,l,this._sourceMapURL)),this._sources.add(l),l=this._sources.indexOf(l);var u=null;c.name&&(u=i.consumer._names.at(c.name),this._names.add(u),u=this._names.indexOf(u));var d={source:l,generatedLine:c.generatedLine+(i.generatedOffset.generatedLine-1),generatedColumn:c.generatedColumn+(i.generatedOffset.generatedLine===c.generatedLine?i.generatedOffset.generatedColumn-1:0),originalLine:c.originalLine,originalColumn:c.originalColumn,name:u};this.__generatedMappings.push(d),typeof d.originalLine==`number`&&this.__originalMappings.push(d)}a(this.__generatedMappings,t.compareByGeneratedPositionsDeflated),a(this.__originalMappings,t.compareByOriginalPositions)},exports.IndexedSourceMapConsumer=d}),ee=s(exports=>{var t=S().SourceMapGenerator,n=y(),r=/(\r?\n)/,i=10,a=`$$$isSourceNode$$$`;function o(e,t,n,r,i){this.children=[],this.sourceContents={},this.line=e??null,this.column=t??null,this.source=n??null,this.name=i??null,this[a]=!0,r!=null&&this.add(r)}o.fromStringWithSourceMap=function(e,t,i){var a=new o,s=e.split(r),c=0,l=function(){var e=n(),t=n()||``;return e+t;function n(){return c<s.length?s[c++]:void 0}},u=1,d=0,f=null;return t.eachMapping(function(e){if(f!==null)if(u<e.generatedLine)p(f,l()),u++,d=0;else{var t=s[c]||``,n=t.substr(0,e.generatedColumn-d);s[c]=t.substr(e.generatedColumn-d),d=e.generatedColumn,p(f,n),f=e;return}for(;u<e.generatedLine;)a.add(l()),u++;if(d<e.generatedColumn){var t=s[c]||``;a.add(t.substr(0,e.generatedColumn)),s[c]=t.substr(e.generatedColumn),d=e.generatedColumn}f=e},this),c<s.length&&(f&&p(f,l()),a.add(s.splice(c).join(``))),t.sources.forEach(function(e){var r=t.sourceContentFor(e);r!=null&&(i!=null&&(e=n.join(i,e)),a.setSourceContent(e,r))}),a;function p(e,t){if(e===null||e.source===void 0)a.add(t);else{var r=i?n.join(i,e.source):e.source;a.add(new o(e.originalLine,e.originalColumn,r,t,e.name))}}},o.prototype.add=function(e){if(Array.isArray(e))e.forEach(function(e){this.add(e)},this);else if(e[a]||typeof e==`string`)e&&this.children.push(e);else throw TypeError(`Expected a SourceNode, string, or an array of SourceNodes and strings. Got `+e);return this},o.prototype.prepend=function(e){if(Array.isArray(e))for(var t=e.length-1;t>=0;t--)this.prepend(e[t]);else if(e[a]||typeof e==`string`)this.children.unshift(e);else throw TypeError(`Expected a SourceNode, string, or an array of SourceNodes and strings. Got `+e);return this},o.prototype.walk=function(e){for(var t,n=0,r=this.children.length;n<r;n++)t=this.children[n],t[a]?t.walk(e):t!==``&&e(t,{source:this.source,line:this.line,column:this.column,name:this.name})},o.prototype.join=function(e){var t,n,r=this.children.length;if(r>0){for(t=[],n=0;n<r-1;n++)t.push(this.children[n]),t.push(e);t.push(this.children[n]),this.children=t}return this},o.prototype.replaceRight=function(e,t){var n=this.children[this.children.length-1];return n[a]?n.replaceRight(e,t):typeof n==`string`?this.children[this.children.length-1]=n.replace(e,t):this.children.push(``.replace(e,t)),this},o.prototype.setSourceContent=function(e,t){this.sourceContents[n.toSetString(e)]=t},o.prototype.walkSourceContents=function(e){for(var t=0,r=this.children.length;t<r;t++)this.children[t][a]&&this.children[t].walkSourceContents(e);for(var i=Object.keys(this.sourceContents),t=0,r=i.length;t<r;t++)e(n.fromSetString(i[t]),this.sourceContents[i[t]])},o.prototype.toString=function(){var e=``;return this.walk(function(t){e+=t}),e},o.prototype.toStringWithSourceMap=function(e){var n={code:``,line:1,column:0},r=new t(e),a=!1,o=null,s=null,c=null,l=null;return this.walk(function(e,t){n.code+=e,t.source!==null&&t.line!==null&&t.column!==null?((o!==t.source||s!==t.line||c!==t.column||l!==t.name)&&r.addMapping({source:t.source,original:{line:t.line,column:t.column},generated:{line:n.line,column:n.column},name:t.name}),o=t.source,s=t.line,c=t.column,l=t.name,a=!0):a&&(r.addMapping({generated:{line:n.line,column:n.column}}),o=null,a=!1);for(var u=0,d=e.length;u<d;u++)e.charCodeAt(u)===i?(n.line++,n.column=0,u+1===d?(o=null,a=!1):a&&r.addMapping({source:t.source,original:{line:t.line,column:t.column},generated:{line:n.line,column:n.column},name:t.name})):n.column++}),this.walkSourceContents(function(e,t){r.setSourceContent(e,t)}),{code:n.code,map:r}},exports.SourceNode=o}),te=s(exports=>{exports.SourceMapGenerator=S().SourceMapGenerator,exports.SourceMapConsumer=T().SourceMapConsumer,exports.SourceNode=ee().SourceNode});let ne=`0.3.15`,E=`bippy-${ne}`,re=Object.defineProperty,ie=Object.prototype.hasOwnProperty,ae=()=>{},oe=e=>{try{let t=Function.prototype.toString.call(e);t.indexOf(`^_^`)>-1&&setTimeout(()=>{throw Error(`React is running in production mode, but dead code elimination has not been applied. Read how to correctly configure React for production: https://reactjs.org/link/perf-use-production-build`)})}catch{}},D=(e=N())=>`getFiberRoots`in e,se=!1,ce,O=(e=N())=>se?!0:(typeof e.inject==`function`&&(ce=e.inject.toString()),!!ce?.includes(`(injected)`)),k=new Set,A=new Set,le=e=>{let t=new Map,n=0,r={checkDCE:oe,supportsFiber:!0,supportsFlight:!0,hasUnsupportedRendererAttached:!1,renderers:t,onCommitFiberRoot:ae,onCommitFiberUnmount:ae,onPostCommitFiberRoot:ae,inject(e){let i=++n;return t.set(i,e),A.add(e),r._instrumentationIsActive||(r._instrumentationIsActive=!0,k.forEach(e=>e())),i},_instrumentationSource:E,_instrumentationIsActive:!1};try{re(globalThis,`__REACT_DEVTOOLS_GLOBAL_HOOK__`,{get(){return r},set(t){if(t&&typeof t==`object`){let n=r.renderers;r=t,n.size>0&&(n.forEach((e,n)=>{A.add(e),t.renderers.set(n,e)}),j(e))}},configurable:!0,enumerable:!0});let t=window.hasOwnProperty,n=!1;re(window,`hasOwnProperty`,{value:function(){try{if(!n&&arguments[0]===`__REACT_DEVTOOLS_GLOBAL_HOOK__`)return globalThis.__REACT_DEVTOOLS_GLOBAL_HOOK__=void 0,n=!0,-0}catch{}return t.apply(this,arguments)},configurable:!0,writable:!0})}catch{j(e)}return r},j=e=>{e&&k.add(e);try{let t=globalThis.__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!t)return;if(!t._instrumentationSource){if(t.checkDCE=oe,t.supportsFiber=!0,t.supportsFlight=!0,t.hasUnsupportedRendererAttached=!1,t._instrumentationSource=E,t._instrumentationIsActive=!1,t.renderers.size){t._instrumentationIsActive=!0,k.forEach(e=>e());return}let e=t.inject;if(O(t)&&!D()){se=!0;let e=t.inject({scheduleRefresh(){}});e&&(t._instrumentationIsActive=!0)}t.inject=n=>{let r=e(n);return A.add(n),t._instrumentationIsActive=!0,k.forEach(e=>e()),r}}(t.renderers.size||t._instrumentationIsActive||O())&&e?.()}catch{}},M=()=>ie.call(globalThis,`__REACT_DEVTOOLS_GLOBAL_HOOK__`),N=e=>M()?(j(e),globalThis.__REACT_DEVTOOLS_GLOBAL_HOOK__):le(e),ue=()=>!!(typeof window<`u`&&(window.document?.createElement||window.navigator?.product===`ReactNative`)),de=()=>{try{ue()&&N()}catch{}},fe=`(()=>{try{var t=()=>{};const n=new Map;let o=0;globalThis.__REACT_DEVTOOLS_GLOBAL_HOOK__={checkDCE:t,supportsFiber:!0,supportsFlight:!0,hasUnsupportedRendererAttached:!1,renderers:n,onCommitFiberRoot:t,onCommitFiberUnmount:t,onPostCommitFiberRoot:t,inject(t){var e=++o;return n.set(e,t),globalThis.__REACT_DEVTOOLS_GLOBAL_HOOK__._instrumentationIsActive=!0,e},_instrumentationIsActive:!1,_script:!0}}catch{}})()`,P=0,F=1,I=3,pe=5,me=6,he=7,ge=9,L=11,R=13,z=14,B=15,_e=18,V=22,ve=23,ye=26,be=27,xe=60111,Se=`Symbol(react.element)`,Ce=`Symbol(react.transitional.element)`,we=`Symbol(react.concurrent_mode)`,Te=`Symbol(react.async_mode)`,Ee=1,De=2,Oe=4096,ke=4,Ae=8,je=16,Me=32,Ne=1024,Pe=8192,Fe=De|ke|je|Me|Oe|Pe|Ne,Ie=e=>typeof e==`object`&&!!e&&`$$typeof`in e&&[Se,Ce].includes(String(e.$$typeof)),Le=e=>typeof e==`object`&&!!e&&`tag`in e&&`stateNode`in e&&`return`in e&&`child`in e&&`sibling`in e&&`flags`in e,H=e=>{switch(e.tag){case pe:case ye:case be:return!0;default:return typeof e.type==`string`}},Re=e=>{switch(e.tag){case P:case F:case B:case z:case L:return!0;default:return!1}},ze=(e,t)=>{try{let n=e.dependencies,r=e.alternate?.dependencies;if(!n||!r||typeof n!=`object`||!(`firstContext`in n)||typeof r!=`object`||!(`firstContext`in r))return!1;let i=n.firstContext,a=r.firstContext;for(;i&&typeof i==`object`&&`memoizedValue`in i||a&&typeof a==`object`&&`memoizedValue`in a;){if(t(i,a)===!0)return!0;i=i?.next,a=a?.next}}catch{}return!1},Be=(e,t)=>{try{let n=e.memoizedState,r=e.alternate?.memoizedState;for(;n||r;){if(t(n,r)===!0)return!0;n=n?.next,r=r?.next}}catch{}return!1},Ve=(e,t)=>{try{let n=e.memoizedProps,r=e.alternate?.memoizedProps||{},i=new Set([...Object.keys(r),...Object.keys(n)]);for(let e of i){let i=r?.[e],a=n?.[e];if(t(e,a,i)===!0)return!0}}catch{}return!1},U=e=>{let t=e.memoizedProps,n=e.alternate?.memoizedProps||{},r=e.flags??e.effectTag??0;switch(e.tag){case F:case P:case ge:case L:case z:case B:return(r&Ee)===Ee;default:return e.alternate?n!==t||e.alternate.memoizedState!==e.memoizedState||e.alternate.ref!==e.ref:!0}},He=e=>(e.flags&(Fe|Ae))!==0||(e.subtreeFlags&(Fe|Ae))!==0,Ue=e=>{let t=[],n=[e];for(;n.length;){let e=n.pop();e&&(H(e)&&He(e)&&U(e)&&t.push(e),e.child&&n.push(e.child),e.sibling&&n.push(e.sibling))}return t},We=e=>{let t=[],n=e;for(;n.return;)t.push(n),n=n.return;return t},W=e=>{switch(e.tag){case _e:return!0;case me:case he:case ve:case V:return!0;case I:return!1;default:{let t=typeof e.type==`object`&&e.type!==null?e.type.$$typeof:e.type,n=typeof t==`symbol`?t.toString():t;switch(n){case xe:case we:case Te:return!0;default:return!1}}}},Ge=(e,t=!1)=>{let n=G(e,H,t);return n||=G(e,H,!t),n},Ke=e=>{let t=[],n=[];for(H(e)?t.push(e):e.child&&n.push(e.child);n.length;){let e=n.pop();if(!e)break;H(e)?t.push(e):e.child&&n.push(e.child),e.sibling&&n.push(e.sibling)}return t},G=(e,t,n=!1)=>{if(!e)return null;if(t(e)===!0)return e;let r=n?e.return:e.child;for(;r;){let e=G(r,t,n);if(e)return e;r=n?null:r.sibling}return null},qe=e=>{let t=e?.actualDuration??0,n=t,r=e?.child??null;for(;t>0&&r!=null;)n-=r.actualDuration??0,r=r.sibling;return{selfTime:n,totalTime:t}},Je=e=>!!e.updateQueue?.memoCache,K=e=>{let t=e;return typeof t==`function`?t:typeof t==`object`&&t?K(t.type||t.render):null},Ye=e=>{let t=e;if(typeof t==`string`)return t;if(typeof t!=`function`&&!(typeof t==`object`&&t))return null;let n=t.displayName||t.name||null;if(n)return n;let r=K(t);return r&&(r.displayName||r.name)||null},Xe=e=>{try{if(typeof e.version==`string`&&e.bundleType>0)return`development`}catch{}return`production`},Ze=()=>{let e=N();return!!e._instrumentationIsActive||D()||O()},Qe=e=>{let t=e.alternate;if(!t)return e;if(t.actualStartTime&&e.actualStartTime)return t.actualStartTime>e.actualStartTime?t:e;for(let t of Q){let n=G(t.current,t=>{if(t===e)return!0});if(n)return n}return e},$e=0,q=new WeakMap,et=(e,t=$e++)=>{q.set(e,t)},J=e=>{let t=q.get(e);return!t&&e.alternate&&(t=q.get(e.alternate)),t||(t=$e++,et(e,t)),t},Y=(e,t,n)=>{let r=t;for(;r!=null;){q.has(r)||J(r);let t=!W(r);if(t&&U(r)&&e(r,`mount`),r.tag===R){let t=r.memoizedState!==null;if(t){let t=r.child,n=t?t.sibling:null;if(n){let t=n.child;t!==null&&Y(e,t,!1)}}else{let t=null,n=V===-1;n?t=r.child:r.child!==null&&(t=r.child.child),t!==null&&Y(e,t,!1)}}else r.child!=null&&Y(e,r.child,!0);r=n?r.sibling:null}},X=(e,t,n,r)=>{if(q.has(t)||J(t),!n)return;q.has(n)||J(n);let i=t.tag===R,a=!W(t);a&&U(t)&&e(t,`update`);let o=i&&n.memoizedState!==null,s=i&&t.memoizedState!==null;if(o&&s){let r=t.child?.sibling??null,i=n.child?.sibling??null;r!==null&&i!==null&&X(e,r,i,t)}else if(o&&!s){let n=t.child;n!==null&&Y(e,n,!0)}else if(!o&&s){tt(e,n);let r=t.child?.sibling??null;r!==null&&Y(e,r,!0)}else if(t.child!==n.child){let n=t.child;for(;n;){if(n.alternate){let i=n.alternate;X(e,n,i,a?t:r)}else Y(e,n,!1);n=n.sibling}}},Z=(e,t)=>{let n=t.tag===I;(n||!W(t))&&e(t,`unmount`)},tt=(e,t)=>{let n=t.tag===R&&t.memoizedState!==null,r=t.child;if(n){let e=t.child,n=e?.sibling??null;r=n?.child??null}for(;r!==null;)r.return!==null&&(Z(e,r),tt(e,r)),r=r.sibling},nt=0,rt=new WeakMap,it=(e,t)=>{let n=`current`in e?e.current:e,r=rt.get(e);r||(r={prevFiber:null,id:nt++},rt.set(e,r));let{prevFiber:i}=r;if(!n)Z(t,n);else if(i!==null){let e=i&&i.memoizedState!=null&&i.memoizedState.element!=null&&i.memoizedState.isDehydrated!==!0,r=n.memoizedState!=null&&n.memoizedState.element!=null&&n.memoizedState.isDehydrated!==!0;!e&&r?Y(t,n,!1):e&&r?X(t,n,n.alternate,null):e&&!r&&Z(t,n)}else Y(t,n,!0);r.prevFiber=n},at=({onRender:e})=>(t,n,r)=>{it(n,e)},ot=e=>N(()=>{let t=N();e.onActive?.(),t._instrumentationSource=e.name??E;let n=t.onCommitFiberRoot;e.onCommitFiberRoot&&(t.onCommitFiberRoot=(t,r,i)=>{n&&n(t,r,i),e.onCommitFiberRoot?.(t,r,i)});let r=t.onCommitFiberUnmount;e.onCommitFiberUnmount&&(t.onCommitFiberUnmount=(t,n)=>{r&&r(t,n),e.onCommitFiberUnmount?.(t,n)});let i=t.onPostCommitFiberRoot;e.onPostCommitFiberRoot&&(t.onPostCommitFiberRoot=(t,n)=>{i&&i(t,n),e.onPostCommitFiberRoot?.(t,n)})}),st=e=>{let t=N();for(let n of t.renderers.values())try{let t=n.findFiberByHostInstance?.(e);if(t)return t}catch{}if(typeof e==`object`&&e){if(`_reactRootContainer`in e)return e._reactRootContainer?._internalRoot?.current?.child;for(let t in e)if(t.startsWith(`__reactInternalInstance$`)||t.startsWith(`__reactFiber`))return e[t]||null}return null},ct=Error(),Q=new Set,lt=(e,t={})=>{let n=e.onActive,r=M(),i=D(),a=O(),o,s=t.isProduction??!1;return e.onActive=()=>{clearTimeout(o);let r=!0;try{let e=N();for(let n of e.renderers.values()){let[e]=n.version.split(`.`);Number(e)<(t.minReactMajorVersion??17)&&(r=!1);let i=Xe(n);i!==`development`&&(s=!0,t.dangerouslyRunInProduction||(r=!1))}}catch(e){t.onError?.(e)}if(!r){e.onCommitFiberRoot=void 0,e.onCommitFiberUnmount=void 0,e.onPostCommitFiberRoot=void 0,e.onActive=void 0;return}n?.();try{let n=e.onCommitFiberRoot;n&&(e.onCommitFiberRoot=(e,r,i)=>{Q.has(r)||Q.add(r);try{n(e,r,i)}catch(e){t.onError?.(e)}});let r=e.onCommitFiberUnmount;r&&(e.onCommitFiberUnmount=(e,n)=>{try{r(e,n)}catch(e){t.onError?.(e)}});let i=e.onPostCommitFiberRoot;i&&(e.onPostCommitFiberRoot=(e,n)=>{try{i(e,n)}catch(e){t.onError?.(e)}})}catch(e){t.onError?.(e)}},!r&&!i&&!a&&(o=setTimeout(()=>{s||t.onError?.(ct),stop()},t.installCheckTimeout??100)),e},ut=e=>ot(lt({onCommitFiberRoot:(t,n)=>{e(n)}}));de();var dt=l(te(),1);let $=!1,ft=e=>`\n in ${e}`,pt=()=>{let e={error:console.error,warn:console.warn};return console.error=()=>{},console.warn=()=>{},e},mt=e=>{console.error=e.error,console.warn=e.warn},ht=/^data:application\/json[^,]+base64,/,gt=/(?:\/\/[@#][ \t]+sourceMappingURL=([^\s'"]+?)[ \t]*$)|(?:\/\*[@#][ \t]+sourceMappingURL=([^*]+?)[ \t]*(?:\*\/)[ \t]*$)/,_t=async(e,t)=>{let n=t.split(`
|
|
11
|
+
`).filter(e=>!e.match(d)),t);return n.map(e=>{if(e.includes(` > eval`)&&(e=e.replace(/ line (\d+)(?: > eval line \d+)* > eval:\d+:\d+/g,`:$1`)),!e.includes(`@`)&&!e.includes(`:`))return{function:e};{let t=/(([^\n\r"\u2028\u2029]*".[^\n\r"\u2028\u2029]*"[^\n\r@\u2028\u2029]*(?:@[^\n\r"\u2028\u2029]*"[^\n\r@\u2028\u2029]*)*(?:[\n\r\u2028\u2029][^@]*)?)?[^@]*)@/,n=e.match(t),r=n&&n[1]?n[1]:void 0,i=p(e.replace(t,``));return{function:r,file:i[0],line:i[1]?+i[1]:void 0,col:i[2]?+i[2]:void 0,raw:e}}})}var _=s(exports=>{var t=`ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/`.split(``);exports.encode=function(e){if(0<=e&&e<t.length)return t[e];throw TypeError(`Must be between 0 and 63: `+e)},exports.decode=function(e){var t=65,n=90,r=97,i=122,a=48,o=57,s=43,c=47,l=26,u=52;return t<=e&&e<=n?e-t:r<=e&&e<=i?e-r+l:a<=e&&e<=o?e-a+u:e==s?62:e==c?63:-1}}),v=s(exports=>{var t=_(),n=5,r=1<<n,i=r-1,a=r;function o(e){return e<0?(-e<<1)+1:(e<<1)+0}function s(e){var t=(e&1)==1,n=e>>1;return t?-n:n}exports.encode=function(e){var r=``,s,c=o(e);do s=c&i,c>>>=n,c>0&&(s|=a),r+=t.encode(s);while(c>0);return r},exports.decode=function(e,r,o){var c=e.length,l=0,u=0,d,f;do{if(r>=c)throw Error(`Expected more digits in base 64 VLQ value.`);if(f=t.decode(e.charCodeAt(r++)),f===-1)throw Error(`Invalid base64 digit: `+e.charAt(r-1));d=!!(f&a),f&=i,l+=f<<u,u+=n}while(d);o.value=s(l),o.rest=r}}),y=s(exports=>{function t(e,t,n){if(t in e)return e[t];if(arguments.length===3)return n;throw Error(`"`+t+`" is a required argument.`)}exports.getArg=t;var n=/^(?:([\w+\-.]+):)?\/\/(?:(\w+:\w+)@)?([\w.-]*)(?::(\d+))?(.*)$/,r=/^data:.+\,.+$/;function i(e){var t=e.match(n);return t?{scheme:t[1],auth:t[2],host:t[3],port:t[4],path:t[5]}:null}exports.urlParse=i;function a(e){var t=``;return e.scheme&&(t+=e.scheme+`:`),t+=`//`,e.auth&&(t+=e.auth+`@`),e.host&&(t+=e.host),e.port&&(t+=`:`+e.port),e.path&&(t+=e.path),t}exports.urlGenerate=a;var o=32;function s(e){var t=[];return function(n){for(var r=0;r<t.length;r++)if(t[r].input===n){var i=t[0];return t[0]=t[r],t[r]=i,t[0].result}var a=e(n);return t.unshift({input:n,result:a}),t.length>o&&t.pop(),a}}var c=s(function(t){var n=t,r=i(t);if(r){if(!r.path)return t;n=r.path}for(var o=exports.isAbsolute(n),s=[],c=0,l=0;;)if(c=l,l=n.indexOf(`/`,c),l===-1){s.push(n.slice(c));break}else for(s.push(n.slice(c,l));l<n.length&&n[l]===`/`;)l++;for(var u,d=0,l=s.length-1;l>=0;l--)u=s[l],u===`.`?s.splice(l,1):u===`..`?d++:d>0&&(u===``?(s.splice(l+1,d),d=0):(s.splice(l,2),d--));return n=s.join(`/`),n===``&&(n=o?`/`:`.`),r?(r.path=n,a(r)):n});exports.normalize=c;function l(e,t){e===``&&(e=`.`),t===``&&(t=`.`);var n=i(t),o=i(e);if(o&&(e=o.path||`/`),n&&!n.scheme)return o&&(n.scheme=o.scheme),a(n);if(n||t.match(r))return t;if(o&&!o.host&&!o.path)return o.host=t,a(o);var s=t.charAt(0)===`/`?t:c(e.replace(/\/+$/,``)+`/`+t);return o?(o.path=s,a(o)):s}exports.join=l,exports.isAbsolute=function(e){return e.charAt(0)===`/`||n.test(e)};function u(e,t){e===``&&(e=`.`),e=e.replace(/\/$/,``);for(var n=0;t.indexOf(e+`/`)!==0;){var r=e.lastIndexOf(`/`);if(r<0||(e=e.slice(0,r),e.match(/^([^\/]+:\/)?\/*$/)))return t;++n}return Array(n+1).join(`../`)+t.substr(e.length+1)}exports.relative=u;var d=function(){var e=Object.create(null);return!(`__proto__`in e)}();function f(e){return e}function p(e){return h(e)?`$`+e:e}exports.toSetString=d?f:p;function m(e){return h(e)?e.slice(1):e}exports.fromSetString=d?f:m;function h(e){if(!e)return!1;var t=e.length;if(t<9||e.charCodeAt(t-1)!==95||e.charCodeAt(t-2)!==95||e.charCodeAt(t-3)!==111||e.charCodeAt(t-4)!==116||e.charCodeAt(t-5)!==111||e.charCodeAt(t-6)!==114||e.charCodeAt(t-7)!==112||e.charCodeAt(t-8)!==95||e.charCodeAt(t-9)!==95)return!1;for(var n=t-10;n>=0;n--)if(e.charCodeAt(n)!==36)return!1;return!0}function g(e,t,n){var r=b(e.source,t.source);return r!==0||(r=e.originalLine-t.originalLine,r!==0)||(r=e.originalColumn-t.originalColumn,r!==0||n)||(r=e.generatedColumn-t.generatedColumn,r!==0)||(r=e.generatedLine-t.generatedLine,r!==0)?r:b(e.name,t.name)}exports.compareByOriginalPositions=g;function _(e,t,n){var r;return r=e.originalLine-t.originalLine,r!==0||(r=e.originalColumn-t.originalColumn,r!==0||n)||(r=e.generatedColumn-t.generatedColumn,r!==0)||(r=e.generatedLine-t.generatedLine,r!==0)?r:b(e.name,t.name)}exports.compareByOriginalPositionsNoSource=_;function v(e,t,n){var r=e.generatedLine-t.generatedLine;return r!==0||(r=e.generatedColumn-t.generatedColumn,r!==0||n)||(r=b(e.source,t.source),r!==0)||(r=e.originalLine-t.originalLine,r!==0)||(r=e.originalColumn-t.originalColumn,r!==0)?r:b(e.name,t.name)}exports.compareByGeneratedPositionsDeflated=v;function y(e,t,n){var r=e.generatedColumn-t.generatedColumn;return r!==0||n||(r=b(e.source,t.source),r!==0)||(r=e.originalLine-t.originalLine,r!==0)||(r=e.originalColumn-t.originalColumn,r!==0)?r:b(e.name,t.name)}exports.compareByGeneratedPositionsDeflatedNoLine=y;function b(e,t){return e===t?0:e===null?1:t===null?-1:e>t?1:-1}function x(e,t){var n=e.generatedLine-t.generatedLine;return n!==0||(n=e.generatedColumn-t.generatedColumn,n!==0)||(n=b(e.source,t.source),n!==0)||(n=e.originalLine-t.originalLine,n!==0)||(n=e.originalColumn-t.originalColumn,n!==0)?n:b(e.name,t.name)}exports.compareByGeneratedPositionsInflated=x;function S(e){return JSON.parse(e.replace(/^\)]}'[^\n]*\n/,``))}exports.parseSourceMapInput=S;function C(e,t,n){if(t||=``,e&&(e[e.length-1]!==`/`&&t[0]!==`/`&&(e+=`/`),t=e+t),n){var r=i(n);if(!r)throw Error(`sourceMapURL could not be parsed`);if(r.path){var o=r.path.lastIndexOf(`/`);o>=0&&(r.path=r.path.substring(0,o+1))}t=l(a(r),t)}return c(t)}exports.computeSourceURL=C}),b=s(exports=>{var t=y(),n=Object.prototype.hasOwnProperty,r=typeof Map<`u`;function i(){this._array=[],this._set=r?new Map:Object.create(null)}i.fromArray=function(e,t){for(var n=new i,r=0,a=e.length;r<a;r++)n.add(e[r],t);return n},i.prototype.size=function(){return r?this._set.size:Object.getOwnPropertyNames(this._set).length},i.prototype.add=function(e,i){var a=r?e:t.toSetString(e),o=r?this.has(e):n.call(this._set,a),s=this._array.length;(!o||i)&&this._array.push(e),o||(r?this._set.set(e,s):this._set[a]=s)},i.prototype.has=function(e){if(r)return this._set.has(e);var i=t.toSetString(e);return n.call(this._set,i)},i.prototype.indexOf=function(e){if(r){var i=this._set.get(e);if(i>=0)return i}else{var a=t.toSetString(e);if(n.call(this._set,a))return this._set[a]}throw Error(`"`+e+`" is not in the set.`)},i.prototype.at=function(e){if(e>=0&&e<this._array.length)return this._array[e];throw Error(`No element indexed by `+e)},i.prototype.toArray=function(){return this._array.slice()},exports.ArraySet=i}),x=s(exports=>{var t=y();function n(e,n){var r=e.generatedLine,i=n.generatedLine,a=e.generatedColumn,o=n.generatedColumn;return i>r||i==r&&o>=a||t.compareByGeneratedPositionsInflated(e,n)<=0}function r(){this._array=[],this._sorted=!0,this._last={generatedLine:-1,generatedColumn:0}}r.prototype.unsortedForEach=function(e,t){this._array.forEach(e,t)},r.prototype.add=function(e){n(this._last,e)?(this._last=e,this._array.push(e)):(this._sorted=!1,this._array.push(e))},r.prototype.toArray=function(){return this._sorted||(this._array.sort(t.compareByGeneratedPositionsInflated),this._sorted=!0),this._array},exports.MappingList=r}),S=s(exports=>{var t=v(),n=y(),r=b().ArraySet,i=x().MappingList;function a(e){e||={},this._file=n.getArg(e,`file`,null),this._sourceRoot=n.getArg(e,`sourceRoot`,null),this._skipValidation=n.getArg(e,`skipValidation`,!1),this._ignoreInvalidMapping=n.getArg(e,`ignoreInvalidMapping`,!1),this._sources=new r,this._names=new r,this._mappings=new i,this._sourcesContents=null}a.prototype._version=3,a.fromSourceMap=function(e,t){var r=e.sourceRoot,i=new a(Object.assign(t||{},{file:e.file,sourceRoot:r}));return e.eachMapping(function(e){var t={generated:{line:e.generatedLine,column:e.generatedColumn}};e.source!=null&&(t.source=e.source,r!=null&&(t.source=n.relative(r,t.source)),t.original={line:e.originalLine,column:e.originalColumn},e.name!=null&&(t.name=e.name)),i.addMapping(t)}),e.sources.forEach(function(t){var a=t;r!==null&&(a=n.relative(r,t)),i._sources.has(a)||i._sources.add(a);var o=e.sourceContentFor(t);o!=null&&i.setSourceContent(t,o)}),i},a.prototype.addMapping=function(e){var t=n.getArg(e,`generated`),r=n.getArg(e,`original`,null),i=n.getArg(e,`source`,null),a=n.getArg(e,`name`,null);!this._skipValidation&&this._validateMapping(t,r,i,a)===!1||(i!=null&&(i=String(i),this._sources.has(i)||this._sources.add(i)),a!=null&&(a=String(a),this._names.has(a)||this._names.add(a)),this._mappings.add({generatedLine:t.line,generatedColumn:t.column,originalLine:r!=null&&r.line,originalColumn:r!=null&&r.column,source:i,name:a}))},a.prototype.setSourceContent=function(e,t){var r=e;this._sourceRoot!=null&&(r=n.relative(this._sourceRoot,r)),t==null?this._sourcesContents&&(delete this._sourcesContents[n.toSetString(r)],Object.keys(this._sourcesContents).length===0&&(this._sourcesContents=null)):(this._sourcesContents||=Object.create(null),this._sourcesContents[n.toSetString(r)]=t)},a.prototype.applySourceMap=function(e,t,i){var a=t;if(t==null){if(e.file==null)throw Error(`SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, or the source map's "file" property. Both were omitted.`);a=e.file}var o=this._sourceRoot;o!=null&&(a=n.relative(o,a));var s=new r,c=new r;this._mappings.unsortedForEach(function(t){if(t.source===a&&t.originalLine!=null){var r=e.originalPositionFor({line:t.originalLine,column:t.originalColumn});r.source!=null&&(t.source=r.source,i!=null&&(t.source=n.join(i,t.source)),o!=null&&(t.source=n.relative(o,t.source)),t.originalLine=r.line,t.originalColumn=r.column,r.name!=null&&(t.name=r.name))}var l=t.source;l!=null&&!s.has(l)&&s.add(l);var u=t.name;u!=null&&!c.has(u)&&c.add(u)},this),this._sources=s,this._names=c,e.sources.forEach(function(t){var r=e.sourceContentFor(t);r!=null&&(i!=null&&(t=n.join(i,t)),o!=null&&(t=n.relative(o,t)),this.setSourceContent(t,r))},this)},a.prototype._validateMapping=function(e,t,n,r){if(t&&typeof t.line!=`number`&&typeof t.column!=`number`){var i=`original.line and original.column are not numbers -- you probably meant to omit the original mapping entirely and only map the generated position. If so, pass null for the original mapping instead of an object with empty or null values.`;if(this._ignoreInvalidMapping)return typeof console<`u`&&console.warn&&console.warn(i),!1;throw Error(i)}if(!(e&&`line`in e&&`column`in e&&e.line>0&&e.column>=0&&!t&&!n&&!r)&&!(e&&`line`in e&&`column`in e&&t&&`line`in t&&`column`in t&&e.line>0&&e.column>=0&&t.line>0&&t.column>=0&&n)){var i=`Invalid mapping: `+JSON.stringify({generated:e,source:n,original:t,name:r});if(this._ignoreInvalidMapping)return typeof console<`u`&&console.warn&&console.warn(i),!1;throw Error(i)}},a.prototype._serializeMappings=function(){for(var e=0,r=1,i=0,a=0,o=0,s=0,c=``,l,u,d,f,p=this._mappings.toArray(),m=0,h=p.length;m<h;m++){if(u=p[m],l=``,u.generatedLine!==r)for(e=0;u.generatedLine!==r;)l+=`;`,r++;else if(m>0){if(!n.compareByGeneratedPositionsInflated(u,p[m-1]))continue;l+=`,`}l+=t.encode(u.generatedColumn-e),e=u.generatedColumn,u.source!=null&&(f=this._sources.indexOf(u.source),l+=t.encode(f-s),s=f,l+=t.encode(u.originalLine-1-a),a=u.originalLine-1,l+=t.encode(u.originalColumn-i),i=u.originalColumn,u.name!=null&&(d=this._names.indexOf(u.name),l+=t.encode(d-o),o=d)),c+=l}return c},a.prototype._generateSourcesContent=function(e,t){return e.map(function(e){if(!this._sourcesContents)return null;t!=null&&(e=n.relative(t,e));var r=n.toSetString(e);return Object.prototype.hasOwnProperty.call(this._sourcesContents,r)?this._sourcesContents[r]:null},this)},a.prototype.toJSON=function(){var e={version:this._version,sources:this._sources.toArray(),names:this._names.toArray(),mappings:this._serializeMappings()};return this._file!=null&&(e.file=this._file),this._sourceRoot!=null&&(e.sourceRoot=this._sourceRoot),this._sourcesContents&&(e.sourcesContent=this._generateSourcesContent(e.sources,e.sourceRoot)),e},a.prototype.toString=function(){return JSON.stringify(this.toJSON())},exports.SourceMapGenerator=a}),C=s(exports=>{exports.GREATEST_LOWER_BOUND=1,exports.LEAST_UPPER_BOUND=2;function t(n,r,i,a,o,s){var c=Math.floor((r-n)/2)+n,l=o(i,a[c],!0);return l===0?c:l>0?r-c>1?t(c,r,i,a,o,s):s==exports.LEAST_UPPER_BOUND?r<a.length?r:-1:c:c-n>1?t(n,c,i,a,o,s):s==exports.LEAST_UPPER_BOUND?c:n<0?-1:n}exports.search=function(n,r,i,a){if(r.length===0)return-1;var o=t(-1,r.length,n,r,i,a||exports.GREATEST_LOWER_BOUND);if(o<0)return-1;for(;o-1>=0&&i(r[o],r[o-1],!0)===0;)--o;return o}}),w=s(exports=>{function t(e){function t(e,t,n){var r=e[t];e[t]=e[n],e[n]=r}function n(e,t){return Math.round(e+Math.random()*(t-e))}function r(e,i,a,o){if(a<o){var s=n(a,o),c=a-1;t(e,s,o);for(var l=e[o],u=a;u<o;u++)i(e[u],l,!1)<=0&&(c+=1,t(e,c,u));t(e,c+1,u);var d=c+1;r(e,i,a,d-1),r(e,i,d+1,o)}}return r}function n(e){let n=t.toString(),r=Function(`return ${n}`)();return r(e)}let r=new WeakMap;exports.quickSort=function(e,t,i=0){let a=r.get(t);a===void 0&&(a=n(t),r.set(t,a)),a(e,t,i,e.length-1)}}),T=s(exports=>{var t=y(),n=C(),r=b().ArraySet,i=v(),a=w().quickSort;function o(e,n){var r=e;return typeof e==`string`&&(r=t.parseSourceMapInput(e)),r.sections==null?new s(r,n):new d(r,n)}o.fromSourceMap=function(e,t){return s.fromSourceMap(e,t)},o.prototype._version=3,o.prototype.__generatedMappings=null,Object.defineProperty(o.prototype,`_generatedMappings`,{configurable:!0,enumerable:!0,get:function(){return this.__generatedMappings||this._parseMappings(this._mappings,this.sourceRoot),this.__generatedMappings}}),o.prototype.__originalMappings=null,Object.defineProperty(o.prototype,`_originalMappings`,{configurable:!0,enumerable:!0,get:function(){return this.__originalMappings||this._parseMappings(this._mappings,this.sourceRoot),this.__originalMappings}}),o.prototype._charIsMappingSeparator=function(e,t){var n=e.charAt(t);return n===`;`||n===`,`},o.prototype._parseMappings=function(e,t){throw Error(`Subclasses must implement _parseMappings`)},o.GENERATED_ORDER=1,o.ORIGINAL_ORDER=2,o.GREATEST_LOWER_BOUND=1,o.LEAST_UPPER_BOUND=2,o.prototype.eachMapping=function(e,n,r){var i=n||null,a=r||o.GENERATED_ORDER,s;switch(a){case o.GENERATED_ORDER:s=this._generatedMappings;break;case o.ORIGINAL_ORDER:s=this._originalMappings;break;default:throw Error(`Unknown order of iteration.`)}for(var c=this.sourceRoot,l=e.bind(i),u=this._names,d=this._sources,f=this._sourceMapURL,p=0,m=s.length;p<m;p++){var h=s[p],g=h.source===null?null:d.at(h.source);g!==null&&(g=t.computeSourceURL(c,g,f)),l({source:g,generatedLine:h.generatedLine,generatedColumn:h.generatedColumn,originalLine:h.originalLine,originalColumn:h.originalColumn,name:h.name===null?null:u.at(h.name)})}},o.prototype.allGeneratedPositionsFor=function(e){var r=t.getArg(e,`line`),i={source:t.getArg(e,`source`),originalLine:r,originalColumn:t.getArg(e,`column`,0)};if(i.source=this._findSourceIndex(i.source),i.source<0)return[];var a=[],o=this._findMapping(i,this._originalMappings,`originalLine`,`originalColumn`,t.compareByOriginalPositions,n.LEAST_UPPER_BOUND);if(o>=0){var s=this._originalMappings[o];if(e.column===void 0)for(var c=s.originalLine;s&&s.originalLine===c;)a.push({line:t.getArg(s,`generatedLine`,null),column:t.getArg(s,`generatedColumn`,null),lastColumn:t.getArg(s,`lastGeneratedColumn`,null)}),s=this._originalMappings[++o];else for(var l=s.originalColumn;s&&s.originalLine===r&&s.originalColumn==l;)a.push({line:t.getArg(s,`generatedLine`,null),column:t.getArg(s,`generatedColumn`,null),lastColumn:t.getArg(s,`lastGeneratedColumn`,null)}),s=this._originalMappings[++o]}return a},exports.SourceMapConsumer=o;function s(e,n){var i=e;typeof e==`string`&&(i=t.parseSourceMapInput(e));var a=t.getArg(i,`version`),o=t.getArg(i,`sources`),s=t.getArg(i,`names`,[]),c=t.getArg(i,`sourceRoot`,null),l=t.getArg(i,`sourcesContent`,null),u=t.getArg(i,`mappings`),d=t.getArg(i,`file`,null);if(a!=this._version)throw Error(`Unsupported version: `+a);c&&=t.normalize(c),o=o.map(String).map(t.normalize).map(function(e){return c&&t.isAbsolute(c)&&t.isAbsolute(e)?t.relative(c,e):e}),this._names=r.fromArray(s.map(String),!0),this._sources=r.fromArray(o,!0),this._absoluteSources=this._sources.toArray().map(function(e){return t.computeSourceURL(c,e,n)}),this.sourceRoot=c,this.sourcesContent=l,this._mappings=u,this._sourceMapURL=n,this.file=d}s.prototype=Object.create(o.prototype),s.prototype.consumer=o,s.prototype._findSourceIndex=function(e){var n=e;if(this.sourceRoot!=null&&(n=t.relative(this.sourceRoot,n)),this._sources.has(n))return this._sources.indexOf(n);var r;for(r=0;r<this._absoluteSources.length;++r)if(this._absoluteSources[r]==e)return r;return-1},s.fromSourceMap=function(e,n){var i=Object.create(s.prototype),o=i._names=r.fromArray(e._names.toArray(),!0),l=i._sources=r.fromArray(e._sources.toArray(),!0);i.sourceRoot=e._sourceRoot,i.sourcesContent=e._generateSourcesContent(i._sources.toArray(),i.sourceRoot),i.file=e._file,i._sourceMapURL=n,i._absoluteSources=i._sources.toArray().map(function(e){return t.computeSourceURL(i.sourceRoot,e,n)});for(var u=e._mappings.toArray().slice(),d=i.__generatedMappings=[],f=i.__originalMappings=[],p=0,m=u.length;p<m;p++){var h=u[p],g=new c;g.generatedLine=h.generatedLine,g.generatedColumn=h.generatedColumn,h.source&&(g.source=l.indexOf(h.source),g.originalLine=h.originalLine,g.originalColumn=h.originalColumn,h.name&&(g.name=o.indexOf(h.name)),f.push(g)),d.push(g)}return a(i.__originalMappings,t.compareByOriginalPositions),i},s.prototype._version=3,Object.defineProperty(s.prototype,`sources`,{get:function(){return this._absoluteSources.slice()}});function c(){this.generatedLine=0,this.generatedColumn=0,this.source=null,this.originalLine=null,this.originalColumn=null,this.name=null}let l=t.compareByGeneratedPositionsDeflatedNoLine;function u(e,t){let n=e.length,r=e.length-t;if(!(r<=1))if(r==2){let n=e[t],r=e[t+1];l(n,r)>0&&(e[t]=r,e[t+1]=n)}else if(r<20)for(let r=t;r<n;r++)for(let n=r;n>t;n--){let t=e[n-1],r=e[n];if(l(t,r)<=0)break;e[n-1]=r,e[n]=t}else a(e,l,t)}s.prototype._parseMappings=function(e,n){var r=1,o=0,s=0,l=0,d=0,f=0,p=e.length,m=0,h={},g={},_=[],v=[],y,b,x,S,C;let w=0;for(;m<p;)if(e.charAt(m)===`;`)r++,m++,o=0,u(v,w),w=v.length;else if(e.charAt(m)===`,`)m++;else{for(y=new c,y.generatedLine=r,S=m;S<p&&!this._charIsMappingSeparator(e,S);S++);for(b=e.slice(m,S),x=[];m<S;)i.decode(e,m,g),C=g.value,m=g.rest,x.push(C);if(x.length===2)throw Error(`Found a source, but no line and column`);if(x.length===3)throw Error(`Found a source and line, but no column`);if(y.generatedColumn=o+x[0],o=y.generatedColumn,x.length>1&&(y.source=d+x[1],d+=x[1],y.originalLine=s+x[2],s=y.originalLine,y.originalLine+=1,y.originalColumn=l+x[3],l=y.originalColumn,x.length>4&&(y.name=f+x[4],f+=x[4])),v.push(y),typeof y.originalLine==`number`){let e=y.source;for(;_.length<=e;)_.push(null);_[e]===null&&(_[e]=[]),_[e].push(y)}}u(v,w),this.__generatedMappings=v;for(var T=0;T<_.length;T++)_[T]!=null&&a(_[T],t.compareByOriginalPositionsNoSource);this.__originalMappings=[].concat(..._)},s.prototype._findMapping=function(e,t,r,i,a,o){if(e[r]<=0)throw TypeError(`Line must be greater than or equal to 1, got `+e[r]);if(e[i]<0)throw TypeError(`Column must be greater than or equal to 0, got `+e[i]);return n.search(e,t,a,o)},s.prototype.computeColumnSpans=function(){for(var e=0;e<this._generatedMappings.length;++e){var t=this._generatedMappings[e];if(e+1<this._generatedMappings.length){var n=this._generatedMappings[e+1];if(t.generatedLine===n.generatedLine){t.lastGeneratedColumn=n.generatedColumn-1;continue}}t.lastGeneratedColumn=1/0}},s.prototype.originalPositionFor=function(e){var n={generatedLine:t.getArg(e,`line`),generatedColumn:t.getArg(e,`column`)},r=this._findMapping(n,this._generatedMappings,`generatedLine`,`generatedColumn`,t.compareByGeneratedPositionsDeflated,t.getArg(e,`bias`,o.GREATEST_LOWER_BOUND));if(r>=0){var i=this._generatedMappings[r];if(i.generatedLine===n.generatedLine){var a=t.getArg(i,`source`,null);a!==null&&(a=this._sources.at(a),a=t.computeSourceURL(this.sourceRoot,a,this._sourceMapURL));var s=t.getArg(i,`name`,null);return s!==null&&(s=this._names.at(s)),{source:a,line:t.getArg(i,`originalLine`,null),column:t.getArg(i,`originalColumn`,null),name:s}}}return{source:null,line:null,column:null,name:null}},s.prototype.hasContentsOfAllSources=function(){return this.sourcesContent?this.sourcesContent.length>=this._sources.size()&&!this.sourcesContent.some(function(e){return e==null}):!1},s.prototype.sourceContentFor=function(e,n){if(!this.sourcesContent)return null;var r=this._findSourceIndex(e);if(r>=0)return this.sourcesContent[r];var i=e;this.sourceRoot!=null&&(i=t.relative(this.sourceRoot,i));var a;if(this.sourceRoot!=null&&(a=t.urlParse(this.sourceRoot))){var o=i.replace(/^file:\/\//,``);if(a.scheme==`file`&&this._sources.has(o))return this.sourcesContent[this._sources.indexOf(o)];if((!a.path||a.path==`/`)&&this._sources.has(`/`+i))return this.sourcesContent[this._sources.indexOf(`/`+i)]}if(n)return null;throw Error(`"`+i+`" is not in the SourceMap.`)},s.prototype.generatedPositionFor=function(e){var n=t.getArg(e,`source`);if(n=this._findSourceIndex(n),n<0)return{line:null,column:null,lastColumn:null};var r={source:n,originalLine:t.getArg(e,`line`),originalColumn:t.getArg(e,`column`)},i=this._findMapping(r,this._originalMappings,`originalLine`,`originalColumn`,t.compareByOriginalPositions,t.getArg(e,`bias`,o.GREATEST_LOWER_BOUND));if(i>=0){var a=this._originalMappings[i];if(a.source===r.source)return{line:t.getArg(a,`generatedLine`,null),column:t.getArg(a,`generatedColumn`,null),lastColumn:t.getArg(a,`lastGeneratedColumn`,null)}}return{line:null,column:null,lastColumn:null}},exports.BasicSourceMapConsumer=s;function d(e,n){var i=e;typeof e==`string`&&(i=t.parseSourceMapInput(e));var a=t.getArg(i,`version`),s=t.getArg(i,`sections`);if(a!=this._version)throw Error(`Unsupported version: `+a);this._sources=new r,this._names=new r;var c={line:-1,column:0};this._sections=s.map(function(e){if(e.url)throw Error(`Support for url field in sections not implemented.`);var r=t.getArg(e,`offset`),i=t.getArg(r,`line`),a=t.getArg(r,`column`);if(i<c.line||i===c.line&&a<c.column)throw Error(`Section offsets must be ordered and non-overlapping.`);return c=r,{generatedOffset:{generatedLine:i+1,generatedColumn:a+1},consumer:new o(t.getArg(e,`map`),n)}})}d.prototype=Object.create(o.prototype),d.prototype.constructor=o,d.prototype._version=3,Object.defineProperty(d.prototype,`sources`,{get:function(){for(var e=[],t=0;t<this._sections.length;t++)for(var n=0;n<this._sections[t].consumer.sources.length;n++)e.push(this._sections[t].consumer.sources[n]);return e}}),d.prototype.originalPositionFor=function(e){var r={generatedLine:t.getArg(e,`line`),generatedColumn:t.getArg(e,`column`)},i=n.search(r,this._sections,function(e,t){var n=e.generatedLine-t.generatedOffset.generatedLine;return n||e.generatedColumn-t.generatedOffset.generatedColumn}),a=this._sections[i];return a?a.consumer.originalPositionFor({line:r.generatedLine-(a.generatedOffset.generatedLine-1),column:r.generatedColumn-(a.generatedOffset.generatedLine===r.generatedLine?a.generatedOffset.generatedColumn-1:0),bias:e.bias}):{source:null,line:null,column:null,name:null}},d.prototype.hasContentsOfAllSources=function(){return this._sections.every(function(e){return e.consumer.hasContentsOfAllSources()})},d.prototype.sourceContentFor=function(e,t){for(var n=0;n<this._sections.length;n++){var r=this._sections[n],i=r.consumer.sourceContentFor(e,!0);if(i||i===``)return i}if(t)return null;throw Error(`"`+e+`" is not in the SourceMap.`)},d.prototype.generatedPositionFor=function(e){for(var n=0;n<this._sections.length;n++){var r=this._sections[n];if(r.consumer._findSourceIndex(t.getArg(e,`source`))!==-1){var i=r.consumer.generatedPositionFor(e);if(i){var a={line:i.line+(r.generatedOffset.generatedLine-1),column:i.column+(r.generatedOffset.generatedLine===i.line?r.generatedOffset.generatedColumn-1:0)};return a}}}return{line:null,column:null}},d.prototype._parseMappings=function(e,n){this.__generatedMappings=[],this.__originalMappings=[];for(var r=0;r<this._sections.length;r++)for(var i=this._sections[r],o=i.consumer._generatedMappings,s=0;s<o.length;s++){var c=o[s],l=i.consumer._sources.at(c.source);l!==null&&(l=t.computeSourceURL(i.consumer.sourceRoot,l,this._sourceMapURL)),this._sources.add(l),l=this._sources.indexOf(l);var u=null;c.name&&(u=i.consumer._names.at(c.name),this._names.add(u),u=this._names.indexOf(u));var d={source:l,generatedLine:c.generatedLine+(i.generatedOffset.generatedLine-1),generatedColumn:c.generatedColumn+(i.generatedOffset.generatedLine===c.generatedLine?i.generatedOffset.generatedColumn-1:0),originalLine:c.originalLine,originalColumn:c.originalColumn,name:u};this.__generatedMappings.push(d),typeof d.originalLine==`number`&&this.__originalMappings.push(d)}a(this.__generatedMappings,t.compareByGeneratedPositionsDeflated),a(this.__originalMappings,t.compareByOriginalPositions)},exports.IndexedSourceMapConsumer=d}),ee=s(exports=>{var t=S().SourceMapGenerator,n=y(),r=/(\r?\n)/,i=10,a=`$$$isSourceNode$$$`;function o(e,t,n,r,i){this.children=[],this.sourceContents={},this.line=e??null,this.column=t??null,this.source=n??null,this.name=i??null,this[a]=!0,r!=null&&this.add(r)}o.fromStringWithSourceMap=function(e,t,i){var a=new o,s=e.split(r),c=0,l=function(){var e=n(),t=n()||``;return e+t;function n(){return c<s.length?s[c++]:void 0}},u=1,d=0,f=null;return t.eachMapping(function(e){if(f!==null)if(u<e.generatedLine)p(f,l()),u++,d=0;else{var t=s[c]||``,n=t.substr(0,e.generatedColumn-d);s[c]=t.substr(e.generatedColumn-d),d=e.generatedColumn,p(f,n),f=e;return}for(;u<e.generatedLine;)a.add(l()),u++;if(d<e.generatedColumn){var t=s[c]||``;a.add(t.substr(0,e.generatedColumn)),s[c]=t.substr(e.generatedColumn),d=e.generatedColumn}f=e},this),c<s.length&&(f&&p(f,l()),a.add(s.splice(c).join(``))),t.sources.forEach(function(e){var r=t.sourceContentFor(e);r!=null&&(i!=null&&(e=n.join(i,e)),a.setSourceContent(e,r))}),a;function p(e,t){if(e===null||e.source===void 0)a.add(t);else{var r=i?n.join(i,e.source):e.source;a.add(new o(e.originalLine,e.originalColumn,r,t,e.name))}}},o.prototype.add=function(e){if(Array.isArray(e))e.forEach(function(e){this.add(e)},this);else if(e[a]||typeof e==`string`)e&&this.children.push(e);else throw TypeError(`Expected a SourceNode, string, or an array of SourceNodes and strings. Got `+e);return this},o.prototype.prepend=function(e){if(Array.isArray(e))for(var t=e.length-1;t>=0;t--)this.prepend(e[t]);else if(e[a]||typeof e==`string`)this.children.unshift(e);else throw TypeError(`Expected a SourceNode, string, or an array of SourceNodes and strings. Got `+e);return this},o.prototype.walk=function(e){for(var t,n=0,r=this.children.length;n<r;n++)t=this.children[n],t[a]?t.walk(e):t!==``&&e(t,{source:this.source,line:this.line,column:this.column,name:this.name})},o.prototype.join=function(e){var t,n,r=this.children.length;if(r>0){for(t=[],n=0;n<r-1;n++)t.push(this.children[n]),t.push(e);t.push(this.children[n]),this.children=t}return this},o.prototype.replaceRight=function(e,t){var n=this.children[this.children.length-1];return n[a]?n.replaceRight(e,t):typeof n==`string`?this.children[this.children.length-1]=n.replace(e,t):this.children.push(``.replace(e,t)),this},o.prototype.setSourceContent=function(e,t){this.sourceContents[n.toSetString(e)]=t},o.prototype.walkSourceContents=function(e){for(var t=0,r=this.children.length;t<r;t++)this.children[t][a]&&this.children[t].walkSourceContents(e);for(var i=Object.keys(this.sourceContents),t=0,r=i.length;t<r;t++)e(n.fromSetString(i[t]),this.sourceContents[i[t]])},o.prototype.toString=function(){var e=``;return this.walk(function(t){e+=t}),e},o.prototype.toStringWithSourceMap=function(e){var n={code:``,line:1,column:0},r=new t(e),a=!1,o=null,s=null,c=null,l=null;return this.walk(function(e,t){n.code+=e,t.source!==null&&t.line!==null&&t.column!==null?((o!==t.source||s!==t.line||c!==t.column||l!==t.name)&&r.addMapping({source:t.source,original:{line:t.line,column:t.column},generated:{line:n.line,column:n.column},name:t.name}),o=t.source,s=t.line,c=t.column,l=t.name,a=!0):a&&(r.addMapping({generated:{line:n.line,column:n.column}}),o=null,a=!1);for(var u=0,d=e.length;u<d;u++)e.charCodeAt(u)===i?(n.line++,n.column=0,u+1===d?(o=null,a=!1):a&&r.addMapping({source:t.source,original:{line:t.line,column:t.column},generated:{line:n.line,column:n.column},name:t.name})):n.column++}),this.walkSourceContents(function(e,t){r.setSourceContent(e,t)}),{code:n.code,map:r}},exports.SourceNode=o}),te=s(exports=>{exports.SourceMapGenerator=S().SourceMapGenerator,exports.SourceMapConsumer=T().SourceMapConsumer,exports.SourceNode=ee().SourceNode});let ne=`0.3.16`,E=`bippy-${ne}`,re=Object.defineProperty,ie=Object.prototype.hasOwnProperty,ae=()=>{},oe=e=>{try{let t=Function.prototype.toString.call(e);t.indexOf(`^_^`)>-1&&setTimeout(()=>{throw Error(`React is running in production mode, but dead code elimination has not been applied. Read how to correctly configure React for production: https://reactjs.org/link/perf-use-production-build`)})}catch{}},D=(e=N())=>`getFiberRoots`in e,se=!1,ce,O=(e=N())=>se?!0:(typeof e.inject==`function`&&(ce=e.inject.toString()),!!ce?.includes(`(injected)`)),k=new Set,A=new Set,le=e=>{let t=new Map,n=0,r={checkDCE:oe,supportsFiber:!0,supportsFlight:!0,hasUnsupportedRendererAttached:!1,renderers:t,onCommitFiberRoot:ae,onCommitFiberUnmount:ae,onPostCommitFiberRoot:ae,inject(e){let i=++n;return t.set(i,e),A.add(e),r._instrumentationIsActive||(r._instrumentationIsActive=!0,k.forEach(e=>e())),i},_instrumentationSource:E,_instrumentationIsActive:!1};try{re(globalThis,`__REACT_DEVTOOLS_GLOBAL_HOOK__`,{get(){return r},set(t){if(t&&typeof t==`object`){let n=r.renderers;r=t,n.size>0&&(n.forEach((e,n)=>{A.add(e),t.renderers.set(n,e)}),j(e))}},configurable:!0,enumerable:!0});let t=window.hasOwnProperty,n=!1;re(window,`hasOwnProperty`,{value:function(){try{if(!n&&arguments[0]===`__REACT_DEVTOOLS_GLOBAL_HOOK__`)return globalThis.__REACT_DEVTOOLS_GLOBAL_HOOK__=void 0,n=!0,-0}catch{}return t.apply(this,arguments)},configurable:!0,writable:!0})}catch{j(e)}return r},j=e=>{e&&k.add(e);try{let t=globalThis.__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!t)return;if(!t._instrumentationSource){if(t.checkDCE=oe,t.supportsFiber=!0,t.supportsFlight=!0,t.hasUnsupportedRendererAttached=!1,t._instrumentationSource=E,t._instrumentationIsActive=!1,t.renderers.size){t._instrumentationIsActive=!0,k.forEach(e=>e());return}let e=t.inject;if(O(t)&&!D()){se=!0;let e=t.inject({scheduleRefresh(){}});e&&(t._instrumentationIsActive=!0)}t.inject=n=>{let r=e(n);return A.add(n),t._instrumentationIsActive=!0,k.forEach(e=>e()),r}}(t.renderers.size||t._instrumentationIsActive||O())&&e?.()}catch{}},M=()=>ie.call(globalThis,`__REACT_DEVTOOLS_GLOBAL_HOOK__`),N=e=>M()?(j(e),globalThis.__REACT_DEVTOOLS_GLOBAL_HOOK__):le(e),ue=()=>!!(typeof window<`u`&&(window.document?.createElement||window.navigator?.product===`ReactNative`)),de=()=>{try{ue()&&N()}catch{}},fe=`(()=>{try{var t=()=>{};const n=new Map;let o=0;globalThis.__REACT_DEVTOOLS_GLOBAL_HOOK__={checkDCE:t,supportsFiber:!0,supportsFlight:!0,hasUnsupportedRendererAttached:!1,renderers:n,onCommitFiberRoot:t,onCommitFiberUnmount:t,onPostCommitFiberRoot:t,inject(t){var e=++o;return n.set(e,t),globalThis.__REACT_DEVTOOLS_GLOBAL_HOOK__._instrumentationIsActive=!0,e},_instrumentationIsActive:!1,_script:!0}}catch{}})()`,P=0,F=1,I=3,pe=5,me=6,he=7,ge=9,L=11,R=13,z=14,B=15,_e=18,V=22,ve=23,ye=26,be=27,xe=60111,Se=`Symbol(react.element)`,Ce=`Symbol(react.transitional.element)`,we=`Symbol(react.concurrent_mode)`,Te=`Symbol(react.async_mode)`,Ee=1,De=2,Oe=4096,ke=4,Ae=8,je=16,Me=32,Ne=1024,Pe=8192,Fe=De|ke|je|Me|Oe|Pe|Ne,Ie=e=>typeof e==`object`&&!!e&&`$$typeof`in e&&[Se,Ce].includes(String(e.$$typeof)),Le=e=>typeof e==`object`&&!!e&&`tag`in e&&`stateNode`in e&&`return`in e&&`child`in e&&`sibling`in e&&`flags`in e,H=e=>{switch(e.tag){case pe:case ye:case be:return!0;default:return typeof e.type==`string`}},Re=e=>{switch(e.tag){case P:case F:case B:case z:case L:return!0;default:return!1}},ze=(e,t)=>{try{let n=e.dependencies,r=e.alternate?.dependencies;if(!n||!r||typeof n!=`object`||!(`firstContext`in n)||typeof r!=`object`||!(`firstContext`in r))return!1;let i=n.firstContext,a=r.firstContext;for(;i&&typeof i==`object`&&`memoizedValue`in i||a&&typeof a==`object`&&`memoizedValue`in a;){if(t(i,a)===!0)return!0;i=i?.next,a=a?.next}}catch{}return!1},Be=(e,t)=>{try{let n=e.memoizedState,r=e.alternate?.memoizedState;for(;n||r;){if(t(n,r)===!0)return!0;n=n?.next,r=r?.next}}catch{}return!1},Ve=(e,t)=>{try{let n=e.memoizedProps,r=e.alternate?.memoizedProps||{},i=new Set([...Object.keys(r),...Object.keys(n)]);for(let e of i){let i=r?.[e],a=n?.[e];if(t(e,a,i)===!0)return!0}}catch{}return!1},U=e=>{let t=e.memoizedProps,n=e.alternate?.memoizedProps||{},r=e.flags??e.effectTag??0;switch(e.tag){case F:case P:case ge:case L:case z:case B:return(r&Ee)===Ee;default:return e.alternate?n!==t||e.alternate.memoizedState!==e.memoizedState||e.alternate.ref!==e.ref:!0}},He=e=>(e.flags&(Fe|Ae))!==0||(e.subtreeFlags&(Fe|Ae))!==0,Ue=e=>{let t=[],n=[e];for(;n.length;){let e=n.pop();e&&(H(e)&&He(e)&&U(e)&&t.push(e),e.child&&n.push(e.child),e.sibling&&n.push(e.sibling))}return t},We=e=>{let t=[],n=e;for(;n.return;)t.push(n),n=n.return;return t},W=e=>{switch(e.tag){case _e:return!0;case me:case he:case ve:case V:return!0;case I:return!1;default:{let t=typeof e.type==`object`&&e.type!==null?e.type.$$typeof:e.type,n=typeof t==`symbol`?t.toString():t;switch(n){case xe:case we:case Te:return!0;default:return!1}}}},Ge=(e,t=!1)=>{let n=G(e,H,t);return n||=G(e,H,!t),n},Ke=e=>{let t=[],n=[];for(H(e)?t.push(e):e.child&&n.push(e.child);n.length;){let e=n.pop();if(!e)break;H(e)?t.push(e):e.child&&n.push(e.child),e.sibling&&n.push(e.sibling)}return t},G=(e,t,n=!1)=>{if(!e)return null;if(t(e)===!0)return e;let r=n?e.return:e.child;for(;r;){let e=G(r,t,n);if(e)return e;r=n?null:r.sibling}return null},qe=e=>{let t=e?.actualDuration??0,n=t,r=e?.child??null;for(;t>0&&r!=null;)n-=r.actualDuration??0,r=r.sibling;return{selfTime:n,totalTime:t}},Je=e=>!!e.updateQueue?.memoCache,K=e=>{let t=e;return typeof t==`function`?t:typeof t==`object`&&t?K(t.type||t.render):null},Ye=e=>{let t=e;if(typeof t==`string`)return t;if(typeof t!=`function`&&!(typeof t==`object`&&t))return null;let n=t.displayName||t.name||null;if(n)return n;let r=K(t);return r&&(r.displayName||r.name)||null},Xe=e=>{try{if(typeof e.version==`string`&&e.bundleType>0)return`development`}catch{}return`production`},Ze=()=>{let e=N();return!!e._instrumentationIsActive||D()||O()},Qe=e=>{let t=e.alternate;if(!t)return e;if(t.actualStartTime&&e.actualStartTime)return t.actualStartTime>e.actualStartTime?t:e;for(let t of Q){let n=G(t.current,t=>{if(t===e)return!0});if(n)return n}return e},$e=0,q=new WeakMap,et=(e,t=$e++)=>{q.set(e,t)},J=e=>{let t=q.get(e);return!t&&e.alternate&&(t=q.get(e.alternate)),t||(t=$e++,et(e,t)),t},Y=(e,t,n)=>{let r=t;for(;r!=null;){q.has(r)||J(r);let t=!W(r);if(t&&U(r)&&e(r,`mount`),r.tag===R){let t=r.memoizedState!==null;if(t){let t=r.child,n=t?t.sibling:null;if(n){let t=n.child;t!==null&&Y(e,t,!1)}}else{let t=null,n=V===-1;n?t=r.child:r.child!==null&&(t=r.child.child),t!==null&&Y(e,t,!1)}}else r.child!=null&&Y(e,r.child,!0);r=n?r.sibling:null}},X=(e,t,n,r)=>{if(q.has(t)||J(t),!n)return;q.has(n)||J(n);let i=t.tag===R,a=!W(t);a&&U(t)&&e(t,`update`);let o=i&&n.memoizedState!==null,s=i&&t.memoizedState!==null;if(o&&s){let r=t.child?.sibling??null,i=n.child?.sibling??null;r!==null&&i!==null&&X(e,r,i,t)}else if(o&&!s){let n=t.child;n!==null&&Y(e,n,!0)}else if(!o&&s){tt(e,n);let r=t.child?.sibling??null;r!==null&&Y(e,r,!0)}else if(t.child!==n.child){let n=t.child;for(;n;){if(n.alternate){let i=n.alternate;X(e,n,i,a?t:r)}else Y(e,n,!1);n=n.sibling}}},Z=(e,t)=>{let n=t.tag===I;(n||!W(t))&&e(t,`unmount`)},tt=(e,t)=>{let n=t.tag===R&&t.memoizedState!==null,r=t.child;if(n){let e=t.child,n=e?.sibling??null;r=n?.child??null}for(;r!==null;)r.return!==null&&(Z(e,r),tt(e,r)),r=r.sibling},nt=0,rt=new WeakMap,it=(e,t)=>{let n=`current`in e?e.current:e,r=rt.get(e);r||(r={prevFiber:null,id:nt++},rt.set(e,r));let{prevFiber:i}=r;if(!n)Z(t,n);else if(i!==null){let e=i&&i.memoizedState!=null&&i.memoizedState.element!=null&&i.memoizedState.isDehydrated!==!0,r=n.memoizedState!=null&&n.memoizedState.element!=null&&n.memoizedState.isDehydrated!==!0;!e&&r?Y(t,n,!1):e&&r?X(t,n,n.alternate,null):e&&!r&&Z(t,n)}else Y(t,n,!0);r.prevFiber=n},at=({onRender:e})=>(t,n,r)=>{it(n,e)},ot=e=>N(()=>{let t=N();e.onActive?.(),t._instrumentationSource=e.name??E;let n=t.onCommitFiberRoot;e.onCommitFiberRoot&&(t.onCommitFiberRoot=(t,r,i)=>{n&&n(t,r,i),e.onCommitFiberRoot?.(t,r,i)});let r=t.onCommitFiberUnmount;e.onCommitFiberUnmount&&(t.onCommitFiberUnmount=(t,n)=>{r&&r(t,n),e.onCommitFiberUnmount?.(t,n)});let i=t.onPostCommitFiberRoot;e.onPostCommitFiberRoot&&(t.onPostCommitFiberRoot=(t,n)=>{i&&i(t,n),e.onPostCommitFiberRoot?.(t,n)})}),st=e=>{let t=N();for(let n of t.renderers.values())try{let t=n.findFiberByHostInstance?.(e);if(t)return t}catch{}if(typeof e==`object`&&e){if(`_reactRootContainer`in e)return e._reactRootContainer?._internalRoot?.current?.child;for(let t in e)if(t.startsWith(`__reactInternalInstance$`)||t.startsWith(`__reactFiber`))return e[t]||null}return null},ct=Error(),Q=new Set,lt=(e,t={})=>{let n=e.onActive,r=M(),i=D(),a=O(),o,s=t.isProduction??!1;return e.onActive=()=>{clearTimeout(o);let r=!0;try{let e=N();for(let n of e.renderers.values()){let[e]=n.version.split(`.`);Number(e)<(t.minReactMajorVersion??17)&&(r=!1);let i=Xe(n);i!==`development`&&(s=!0,t.dangerouslyRunInProduction||(r=!1))}}catch(e){t.onError?.(e)}if(!r){e.onCommitFiberRoot=void 0,e.onCommitFiberUnmount=void 0,e.onPostCommitFiberRoot=void 0,e.onActive=void 0;return}n?.();try{let n=e.onCommitFiberRoot;n&&(e.onCommitFiberRoot=(e,r,i)=>{Q.has(r)||Q.add(r);try{n(e,r,i)}catch(e){t.onError?.(e)}});let r=e.onCommitFiberUnmount;r&&(e.onCommitFiberUnmount=(e,n)=>{try{r(e,n)}catch(e){t.onError?.(e)}});let i=e.onPostCommitFiberRoot;i&&(e.onPostCommitFiberRoot=(e,n)=>{try{i(e,n)}catch(e){t.onError?.(e)}})}catch(e){t.onError?.(e)}},!r&&!i&&!a&&(o=setTimeout(()=>{s||t.onError?.(ct),stop()},t.installCheckTimeout??100)),e},ut=e=>ot(lt({onCommitFiberRoot:(t,n)=>{e(n)}}));de();var dt=l(te(),1);let $=!1,ft=e=>`\n in ${e}`,pt=()=>{let e={error:console.error,warn:console.warn};return console.error=()=>{},console.warn=()=>{},e},mt=e=>{console.error=e.error,console.warn=e.warn},ht=/^data:application\/json[^,]+base64,/,gt=/(?:\/\/[@#][ \t]+sourceMappingURL=([^\s'"]+?)[ \t]*$)|(?:\/\*[@#][ \t]+sourceMappingURL=([^*]+?)[ \t]*(?:\*\/)[ \t]*$)/,_t=async(e,t)=>{let n=t.split(`
|
|
12
12
|
`),r;for(let e=n.length-1;e>=0&&!r;e--){let t=n[e].match(gt);t&&(r=t[1])}if(!r)return null;if(!(ht.test(r)||r.startsWith(`/`))){let t=e.split(`/`);t[t.length-1]=r,r=t.join(`/`)}let i=await fetch(r),a=await i.json();return new dt.SourceMapConsumer(a)},vt=e=>{let t=`file://`;return e.startsWith(t)?e.substring(t.length):e},yt=async e=>{let t=f(e);if(!t.length)return null;let{file:n,line:r,col:i=0}=t[0];if(!n||!r)return null;try{let e=await fetch(n);if(e.ok){let t=await e.text(),a=await _t(n,t);if(a){let e=a.originalPositionFor({line:r,column:i});return{fileName:vt(a.file||e.source),lineNumber:e.line,columnNumber:e.column}}}}catch{}return{fileName:vt(n),lineNumber:r,columnNumber:i}},bt=(e,t)=>{if(!e||$)return``;let n=Error.prepareStackTrace;Error.prepareStackTrace=void 0,$=!0;let r=xt();St(null);let i=pt();try{let n={DetermineComponentFrameRoot(){let n;try{if(t){let t=function(){throw Error()};if(Object.defineProperty(t.prototype,`props`,{set:function(){throw Error()}}),typeof Reflect==`object`&&Reflect.construct){try{Reflect.construct(t,[])}catch(e){n=e}Reflect.construct(e,[],t)}else{try{t.call()}catch(e){n=e}e.call(t.prototype)}}else{try{throw Error()}catch(e){n=e}let t=e();t&&typeof t.catch==`function`&&t.catch(()=>{})}}catch(e){if(e&&n&&typeof e.stack==`string`)return[e.stack,n.stack]}return[null,null]}};n.DetermineComponentFrameRoot.displayName=`DetermineComponentFrameRoot`;let r=Object.getOwnPropertyDescriptor(n.DetermineComponentFrameRoot,`name`);r?.configurable&&Object.defineProperty(n.DetermineComponentFrameRoot,`name`,{value:`DetermineComponentFrameRoot`});let[i,a]=n.DetermineComponentFrameRoot();if(i&&a){let t=i.split(`
|
|
13
13
|
`),n=a.split(`
|
|
14
|
-
`),r=0,o=0;for(;r<t.length&&!t[r].includes(`DetermineComponentFrameRoot`);)r++;for(;o<n.length&&!n[o].includes(`DetermineComponentFrameRoot`);)o++;if(r===t.length||o===n.length)for(r=t.length-1,o=n.length-1;r>=1&&o>=0&&t[r]!==n[o];)o--;for(;r>=1&&o>=0;r--,o--)if(t[r]!==n[o]){if(r!==1||o!==1)do if(r--,o--,o<0||t[r]!==n[o]){let n=`\n${t[r].replace(` at new `,` at `)}`,i=Ye(e);return i&&n.includes(`<anonymous>`)&&(n=n.replace(`<anonymous>`,i)),n}while(r>=1&&o>=0);break}}}finally{$=!1,Error.prepareStackTrace=n,St(r),mt(i)}let a=e?Ye(e):``,o=a?ft(a):``;return o},xt=()=>{let e=N();for(let t of[...Array.from(A),...Array.from(e.renderers.values())]){let e=t.currentDispatcherRef;if(e)return e.H||e.current}return null},St=e=>{for(let t of A){let n=t.currentDispatcherRef;n&&(`H`in n?n.H=e:n.current=e)}},Ct=async e=>{let t=e._debugSource;if(t){let{fileName:e,lineNumber:n}=t;return{fileName:e,lineNumber:n,columnNumber:`columnNumber`in t&&typeof t.columnNumber==`number`?t.columnNumber:0}}
|
|
14
|
+
`),r=0,o=0;for(;r<t.length&&!t[r].includes(`DetermineComponentFrameRoot`);)r++;for(;o<n.length&&!n[o].includes(`DetermineComponentFrameRoot`);)o++;if(r===t.length||o===n.length)for(r=t.length-1,o=n.length-1;r>=1&&o>=0&&t[r]!==n[o];)o--;for(;r>=1&&o>=0;r--,o--)if(t[r]!==n[o]){if(r!==1||o!==1)do if(r--,o--,o<0||t[r]!==n[o]){let n=`\n${t[r].replace(` at new `,` at `)}`,i=Ye(e);return i&&n.includes(`<anonymous>`)&&(n=n.replace(`<anonymous>`,i)),n}while(r>=1&&o>=0);break}}}finally{$=!1,Error.prepareStackTrace=n,St(r),mt(i)}let a=e?Ye(e):``,o=a?ft(a):``;return o},xt=()=>{let e=N();for(let t of[...Array.from(A),...Array.from(e.renderers.values())]){let e=t.currentDispatcherRef;if(e)return e.H||e.current}return null},St=e=>{for(let t of A){let n=t.currentDispatcherRef;n&&(`H`in n?n.H=e:n.current=e)}},Ct=async e=>{let t=e._debugSource;if(t){let{fileName:e,lineNumber:n}=t;return{fileName:e,lineNumber:n,columnNumber:`columnNumber`in t&&typeof t.columnNumber==`number`?t.columnNumber:0}}let n=e.memoizedProps?.[`data-react-source`];if(typeof n==`string`){let[e,t,r]=n.split(`:`);return{fileName:e,lineNumber:Number.parseInt(t),columnNumber:Number.parseInt(r)}}let r=xt();if(!r)return null;let i=H(e)?K(G(e,e=>{if(Re(e))return!0},!0)?.type):K(e.type);if(!i||$)return null;let a=bt(i,e.tag===F);return yt(a)};return exports.BIPPY_INSTRUMENTATION_STRING=E,exports.CONCURRENT_MODE_NUMBER=xe,exports.CONCURRENT_MODE_SYMBOL_STRING=we,exports.ClassComponentTag=F,exports.ContextConsumerTag=ge,exports.DEPRECATED_ASYNC_MODE_SYMBOL_STRING=Te,exports.DehydratedSuspenseComponentTag=_e,exports.ELEMENT_TYPE_SYMBOL_STRING=Se,exports.ForwardRefTag=L,exports.FragmentTag=he,exports.FunctionComponentTag=P,exports.HostComponentTag=pe,exports.HostHoistableTag=ye,exports.HostRootTag=I,exports.HostSingletonTag=be,exports.HostTextTag=me,exports.INSTALL_ERROR=ct,exports.INSTALL_HOOK_SCRIPT_STRING=fe,exports.LegacyHiddenComponentTag=ve,exports.MemoComponentTag=z,exports.OffscreenComponentTag=V,exports.SimpleMemoComponentTag=B,exports.SuspenseComponentTag=R,exports.TRANSITIONAL_ELEMENT_TYPE_SYMBOL_STRING=Ce,exports._fiberRoots=Q,exports._renderers=A,exports.createFiberVisitor=at,exports.detectReactBuildType=Xe,exports.didFiberCommit=He,exports.didFiberRender=U,exports.fiberIdMap=q,exports.getCurrentDispatcher=xt,exports.getDisplayName=Ye,exports.getFiberFromHostInstance=st,exports.getFiberId=J,exports.getFiberSource=Ct,exports.getFiberStack=We,exports.getLatestFiber=Qe,exports.getMutatedHostFibers=Ue,exports.getNearestHostFiber=Ge,exports.getNearestHostFibers=Ke,exports.getRDTHook=N,exports.getTimings=qe,exports.getType=K,exports.hasMemoCache=Je,exports.hasRDTHook=M,exports.installRDTHook=le,exports.instrument=ot,exports.isClientEnvironment=ue,exports.isCompositeFiber=Re,exports.isHostFiber=H,exports.isInstrumentationActive=Ze,exports.isReactRefresh=O,exports.isRealReactDevtools=D,exports.isValidElement=Ie,exports.isValidFiber=Le,exports.mountFiberRecursively=Y,exports.onCommitFiberRoot=ut,exports.patchRDTHook=j,exports.safelyInstallRDTHook=de,exports.secure=lt,exports.setCurrentDispatcher=St,exports.setFiberId=et,exports.shouldFilterFiber=W,exports.traverseContexts=ze,exports.traverseFiber=G,exports.traverseProps=Ve,exports.traverseRenderedFibers=it,exports.traverseState=Be,exports.unmountFiber=Z,exports.unmountFiberChildrenRecursively=tt,exports.updateFiberRecursively=X,exports.version=ne,exports}({});
|
package/dist/source.js
CHANGED
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
* This source code is licensed under the MIT license found in the
|
|
7
7
|
* LICENSE file in the root directory of this source tree.
|
|
8
8
|
*/
|
|
9
|
-
import { getCurrentDispatcher, getFiberSource, setCurrentDispatcher } from "./source-
|
|
10
|
-
import { BIPPY_INSTRUMENTATION_STRING, CONCURRENT_MODE_NUMBER, CONCURRENT_MODE_SYMBOL_STRING, ClassComponentTag, ContextConsumerTag, DEPRECATED_ASYNC_MODE_SYMBOL_STRING, DehydratedSuspenseComponentTag, ELEMENT_TYPE_SYMBOL_STRING, ForwardRefTag, FragmentTag, FunctionComponentTag, HostComponentTag, HostHoistableTag, HostRootTag, HostSingletonTag, HostTextTag, INSTALL_ERROR, INSTALL_HOOK_SCRIPT_STRING, LegacyHiddenComponentTag, MemoComponentTag, OffscreenComponentTag, SimpleMemoComponentTag, SuspenseComponentTag, TRANSITIONAL_ELEMENT_TYPE_SYMBOL_STRING, _fiberRoots, _renderers, createFiberVisitor, detectReactBuildType, didFiberCommit, didFiberRender, fiberIdMap, getDisplayName, getFiberFromHostInstance, getFiberId, getFiberStack, getLatestFiber, getMutatedHostFibers, getNearestHostFiber, getNearestHostFibers, getRDTHook, getTimings, getType, hasMemoCache, hasRDTHook, installRDTHook, instrument, isClientEnvironment, isCompositeFiber, isHostFiber, isInstrumentationActive, isReactRefresh, isRealReactDevtools, isValidElement, isValidFiber, mountFiberRecursively, onCommitFiberRoot, patchRDTHook, safelyInstallRDTHook, secure, setFiberId, shouldFilterFiber, traverseContexts, traverseFiber, traverseProps, traverseRenderedFibers, traverseState, unmountFiber, unmountFiberChildrenRecursively, updateFiberRecursively, version } from "./core-
|
|
11
|
-
import "./src-
|
|
9
|
+
import { getCurrentDispatcher, getFiberSource, setCurrentDispatcher } from "./source-l0-0Utl0.js";
|
|
10
|
+
import { BIPPY_INSTRUMENTATION_STRING, CONCURRENT_MODE_NUMBER, CONCURRENT_MODE_SYMBOL_STRING, ClassComponentTag, ContextConsumerTag, DEPRECATED_ASYNC_MODE_SYMBOL_STRING, DehydratedSuspenseComponentTag, ELEMENT_TYPE_SYMBOL_STRING, ForwardRefTag, FragmentTag, FunctionComponentTag, HostComponentTag, HostHoistableTag, HostRootTag, HostSingletonTag, HostTextTag, INSTALL_ERROR, INSTALL_HOOK_SCRIPT_STRING, LegacyHiddenComponentTag, MemoComponentTag, OffscreenComponentTag, SimpleMemoComponentTag, SuspenseComponentTag, TRANSITIONAL_ELEMENT_TYPE_SYMBOL_STRING, _fiberRoots, _renderers, createFiberVisitor, detectReactBuildType, didFiberCommit, didFiberRender, fiberIdMap, getDisplayName, getFiberFromHostInstance, getFiberId, getFiberStack, getLatestFiber, getMutatedHostFibers, getNearestHostFiber, getNearestHostFibers, getRDTHook, getTimings, getType, hasMemoCache, hasRDTHook, installRDTHook, instrument, isClientEnvironment, isCompositeFiber, isHostFiber, isInstrumentationActive, isReactRefresh, isRealReactDevtools, isValidElement, isValidFiber, mountFiberRecursively, onCommitFiberRoot, patchRDTHook, safelyInstallRDTHook, secure, setFiberId, shouldFilterFiber, traverseContexts, traverseFiber, traverseProps, traverseRenderedFibers, traverseState, unmountFiber, unmountFiberChildrenRecursively, updateFiberRecursively, version } from "./core-C20dLY3P.js";
|
|
11
|
+
import "./src-CYAt7ssK.js";
|
|
12
12
|
|
|
13
13
|
export { BIPPY_INSTRUMENTATION_STRING, CONCURRENT_MODE_NUMBER, CONCURRENT_MODE_SYMBOL_STRING, ClassComponentTag, ContextConsumerTag, DEPRECATED_ASYNC_MODE_SYMBOL_STRING, DehydratedSuspenseComponentTag, ELEMENT_TYPE_SYMBOL_STRING, ForwardRefTag, FragmentTag, FunctionComponentTag, HostComponentTag, HostHoistableTag, HostRootTag, HostSingletonTag, HostTextTag, INSTALL_ERROR, INSTALL_HOOK_SCRIPT_STRING, LegacyHiddenComponentTag, MemoComponentTag, OffscreenComponentTag, SimpleMemoComponentTag, SuspenseComponentTag, TRANSITIONAL_ELEMENT_TYPE_SYMBOL_STRING, _fiberRoots, _renderers, createFiberVisitor, detectReactBuildType, didFiberCommit, didFiberRender, fiberIdMap, getCurrentDispatcher, getDisplayName, getFiberFromHostInstance, getFiberId, getFiberSource, getFiberStack, getLatestFiber, getMutatedHostFibers, getNearestHostFiber, getNearestHostFibers, getRDTHook, getTimings, getType, hasMemoCache, hasRDTHook, installRDTHook, instrument, isClientEnvironment, isCompositeFiber, isHostFiber, isInstrumentationActive, isReactRefresh, isRealReactDevtools, isValidElement, isValidFiber, mountFiberRecursively, onCommitFiberRoot, patchRDTHook, safelyInstallRDTHook, secure, setCurrentDispatcher, setFiberId, shouldFilterFiber, traverseContexts, traverseFiber, traverseProps, traverseRenderedFibers, traverseState, unmountFiber, unmountFiberChildrenRecursively, updateFiberRecursively, version };
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* This source code is licensed under the MIT license found in the
|
|
7
7
|
* LICENSE file in the root directory of this source tree.
|
|
8
8
|
*/
|
|
9
|
-
const require_core = require('./core-
|
|
9
|
+
const require_core = require('./core-BS9Kf-6A.cjs');
|
|
10
10
|
|
|
11
11
|
//#region src/index.ts
|
|
12
12
|
require_core.safelyInstallRDTHook();
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* This source code is licensed under the MIT license found in the
|
|
7
7
|
* LICENSE file in the root directory of this source tree.
|
|
8
8
|
*/
|
|
9
|
-
import { safelyInstallRDTHook } from "./core-
|
|
9
|
+
import { safelyInstallRDTHook } from "./core-C20dLY3P.js";
|
|
10
10
|
|
|
11
11
|
//#region src/index.ts
|
|
12
12
|
safelyInstallRDTHook();
|