grab 0.0.88 → 0.0.89
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/README.md +55 -2
- package/dist/chunk-S3JUQDK7.js +94 -0
- package/dist/chunk-USAVFRIU.cjs +94 -0
- package/dist/cli.cjs +32 -30
- package/dist/core.cjs +1 -1
- package/dist/core.js +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.global.js +30 -32
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-JHN4RPOU.cjs +0 -96
- package/dist/chunk-OVQE4TUE.js +0 -96
package/dist/core.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';var
|
|
1
|
+
'use strict';var chunkUSAVFRIU_cjs=require('./chunk-USAVFRIU.cjs');Object.defineProperty(exports,"DEFAULT_THEME",{enumerable:true,get:function(){return chunkUSAVFRIU_cjs.f}});Object.defineProperty(exports,"copyContent",{enumerable:true,get:function(){return chunkUSAVFRIU_cjs.d}});Object.defineProperty(exports,"formatElementInfo",{enumerable:true,get:function(){return chunkUSAVFRIU_cjs.c}});Object.defineProperty(exports,"generateSnippet",{enumerable:true,get:function(){return chunkUSAVFRIU_cjs.e}});Object.defineProperty(exports,"getStack",{enumerable:true,get:function(){return chunkUSAVFRIU_cjs.b}});Object.defineProperty(exports,"init",{enumerable:true,get:function(){return chunkUSAVFRIU_cjs.g}});Object.defineProperty(exports,"isInstrumentationActive",{enumerable:true,get:function(){return chunkUSAVFRIU_cjs.a}});
|
package/dist/core.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{
|
|
1
|
+
export{f as DEFAULT_THEME,d as copyContent,c as formatElementInfo,e as generateSnippet,b as getStack,g as init,a as isInstrumentationActive}from'./chunk-S3JUQDK7.js';
|
package/dist/index.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
'use strict';var
|
|
1
|
+
'use strict';var chunkUSAVFRIU_cjs=require('./chunk-USAVFRIU.cjs');/**
|
|
2
2
|
* @license MIT
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) 2025 Aiden Bai
|
|
@@ -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 e=null,A=()=>typeof window>"u"?e:window.__REACT_GRAB__??e??null,d=t=>{e=t,typeof window<"u"&&(t?window.__REACT_GRAB__=t:delete window.__REACT_GRAB__);};typeof window<"u"&&(window.__REACT_GRAB__?e=window.__REACT_GRAB__:(e=
|
|
9
|
+
var e=null,A=()=>typeof window>"u"?e:window.__REACT_GRAB__??e??null,d=t=>{e=t,typeof window<"u"&&(t?window.__REACT_GRAB__=t:delete window.__REACT_GRAB__);};typeof window<"u"&&(window.__REACT_GRAB__?e=window.__REACT_GRAB__:(e=chunkUSAVFRIU_cjs.g(),window.__REACT_GRAB__=e,window.dispatchEvent(new CustomEvent("react-grab:init",{detail:e}))));Object.defineProperty(exports,"DEFAULT_THEME",{enumerable:true,get:function(){return chunkUSAVFRIU_cjs.f}});Object.defineProperty(exports,"formatElementInfo",{enumerable:true,get:function(){return chunkUSAVFRIU_cjs.c}});Object.defineProperty(exports,"generateSnippet",{enumerable:true,get:function(){return chunkUSAVFRIU_cjs.e}});Object.defineProperty(exports,"getStack",{enumerable:true,get:function(){return chunkUSAVFRIU_cjs.b}});Object.defineProperty(exports,"init",{enumerable:true,get:function(){return chunkUSAVFRIU_cjs.g}});Object.defineProperty(exports,"isInstrumentationActive",{enumerable:true,get:function(){return chunkUSAVFRIU_cjs.a}});exports.getGlobalApi=A;exports.setGlobalApi=d;
|