grab 0.0.88 → 0.0.90
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-AAPYQRSF.js +94 -0
- package/dist/chunk-WZQBGJJG.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 chunkWZQBGJJG_cjs=require('./chunk-WZQBGJJG.cjs');Object.defineProperty(exports,"DEFAULT_THEME",{enumerable:true,get:function(){return chunkWZQBGJJG_cjs.f}});Object.defineProperty(exports,"copyContent",{enumerable:true,get:function(){return chunkWZQBGJJG_cjs.d}});Object.defineProperty(exports,"formatElementInfo",{enumerable:true,get:function(){return chunkWZQBGJJG_cjs.c}});Object.defineProperty(exports,"generateSnippet",{enumerable:true,get:function(){return chunkWZQBGJJG_cjs.e}});Object.defineProperty(exports,"getStack",{enumerable:true,get:function(){return chunkWZQBGJJG_cjs.b}});Object.defineProperty(exports,"init",{enumerable:true,get:function(){return chunkWZQBGJJG_cjs.g}});Object.defineProperty(exports,"isInstrumentationActive",{enumerable:true,get:function(){return chunkWZQBGJJG_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-AAPYQRSF.js';
|
package/dist/index.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
'use strict';var
|
|
1
|
+
'use strict';var chunkWZQBGJJG_cjs=require('./chunk-WZQBGJJG.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=chunkWZQBGJJG_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 chunkWZQBGJJG_cjs.f}});Object.defineProperty(exports,"formatElementInfo",{enumerable:true,get:function(){return chunkWZQBGJJG_cjs.c}});Object.defineProperty(exports,"generateSnippet",{enumerable:true,get:function(){return chunkWZQBGJJG_cjs.e}});Object.defineProperty(exports,"getStack",{enumerable:true,get:function(){return chunkWZQBGJJG_cjs.b}});Object.defineProperty(exports,"init",{enumerable:true,get:function(){return chunkWZQBGJJG_cjs.g}});Object.defineProperty(exports,"isInstrumentationActive",{enumerable:true,get:function(){return chunkWZQBGJJG_cjs.a}});exports.getGlobalApi=A;exports.setGlobalApi=d;
|