bippy 0.2.11 → 0.2.13
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/{chunk-HRNPTAGF.js → chunk-6NA7Z62I.js} +9 -27
- package/dist/{chunk-4DXMRM7J.cjs → chunk-7G4A46O2.cjs} +10 -29
- package/dist/chunk-EQDYOXOH.js +13 -0
- package/dist/chunk-WAO3TF75.cjs +15 -0
- package/dist/core-B6ahy3zQ.d.cts +262 -0
- package/dist/core-B6ahy3zQ.d.ts +262 -0
- package/dist/core.cjs +61 -57
- package/dist/core.d.cts +3 -195
- package/dist/core.d.ts +3 -195
- package/dist/core.js +1 -1
- package/dist/index.cjs +76 -72
- package/dist/index.d.cts +6 -6
- package/dist/index.d.ts +6 -6
- package/dist/index.global.js +9 -0
- package/dist/index.js +2 -2
- package/dist/inspect.cjs +55 -55
- package/dist/inspect.js +2 -2
- package/dist/sw.cjs +43 -26
- package/dist/sw.js +43 -26
- package/package.json +3 -2
- package/dist/chunk-6TJRMCM3.js +0 -1
- package/dist/chunk-YZYCWAB2.cjs +0 -2
- package/dist/sw.d.cts +0 -70
- package/dist/sw.d.ts +0 -70
- package/dist/sw.global.js +0 -9
package/dist/index.cjs
CHANGED
|
@@ -1,271 +1,275 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
require('./chunk-
|
|
4
|
-
var
|
|
3
|
+
var chunkWAO3TF75_cjs = require('./chunk-WAO3TF75.cjs');
|
|
4
|
+
var chunk7G4A46O2_cjs = require('./chunk-7G4A46O2.cjs');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
+
Object.defineProperty(exports, "INSTALL_HOOK_SCRIPT_STRING", {
|
|
9
|
+
enumerable: true,
|
|
10
|
+
get: function () { return chunkWAO3TF75_cjs.INSTALL_HOOK_SCRIPT_STRING; }
|
|
11
|
+
});
|
|
8
12
|
Object.defineProperty(exports, "BIPPY_INSTRUMENTATION_STRING", {
|
|
9
13
|
enumerable: true,
|
|
10
|
-
get: function () { return
|
|
14
|
+
get: function () { return chunk7G4A46O2_cjs.BIPPY_INSTRUMENTATION_STRING; }
|
|
11
15
|
});
|
|
12
16
|
Object.defineProperty(exports, "CONCURRENT_MODE_NUMBER", {
|
|
13
17
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunk7G4A46O2_cjs.CONCURRENT_MODE_NUMBER; }
|
|
15
19
|
});
|
|
16
20
|
Object.defineProperty(exports, "CONCURRENT_MODE_SYMBOL_STRING", {
|
|
17
21
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
22
|
+
get: function () { return chunk7G4A46O2_cjs.CONCURRENT_MODE_SYMBOL_STRING; }
|
|
19
23
|
});
|
|
20
24
|
Object.defineProperty(exports, "ClassComponentTag", {
|
|
21
25
|
enumerable: true,
|
|
22
|
-
get: function () { return
|
|
26
|
+
get: function () { return chunk7G4A46O2_cjs.ClassComponentTag; }
|
|
23
27
|
});
|
|
24
28
|
Object.defineProperty(exports, "ContextConsumerTag", {
|
|
25
29
|
enumerable: true,
|
|
26
|
-
get: function () { return
|
|
30
|
+
get: function () { return chunk7G4A46O2_cjs.ContextConsumerTag; }
|
|
27
31
|
});
|
|
28
32
|
Object.defineProperty(exports, "DEPRECATED_ASYNC_MODE_SYMBOL_STRING", {
|
|
29
33
|
enumerable: true,
|
|
30
|
-
get: function () { return
|
|
34
|
+
get: function () { return chunk7G4A46O2_cjs.DEPRECATED_ASYNC_MODE_SYMBOL_STRING; }
|
|
31
35
|
});
|
|
32
36
|
Object.defineProperty(exports, "DehydratedSuspenseComponentTag", {
|
|
33
37
|
enumerable: true,
|
|
34
|
-
get: function () { return
|
|
38
|
+
get: function () { return chunk7G4A46O2_cjs.DehydratedSuspenseComponentTag; }
|
|
35
39
|
});
|
|
36
40
|
Object.defineProperty(exports, "ELEMENT_TYPE_SYMBOL_STRING", {
|
|
37
41
|
enumerable: true,
|
|
38
|
-
get: function () { return
|
|
42
|
+
get: function () { return chunk7G4A46O2_cjs.ELEMENT_TYPE_SYMBOL_STRING; }
|
|
39
43
|
});
|
|
40
44
|
Object.defineProperty(exports, "ForwardRefTag", {
|
|
41
45
|
enumerable: true,
|
|
42
|
-
get: function () { return
|
|
46
|
+
get: function () { return chunk7G4A46O2_cjs.ForwardRefTag; }
|
|
43
47
|
});
|
|
44
48
|
Object.defineProperty(exports, "FragmentTag", {
|
|
45
49
|
enumerable: true,
|
|
46
|
-
get: function () { return
|
|
50
|
+
get: function () { return chunk7G4A46O2_cjs.FragmentTag; }
|
|
47
51
|
});
|
|
48
52
|
Object.defineProperty(exports, "FunctionComponentTag", {
|
|
49
53
|
enumerable: true,
|
|
50
|
-
get: function () { return
|
|
54
|
+
get: function () { return chunk7G4A46O2_cjs.FunctionComponentTag; }
|
|
51
55
|
});
|
|
52
56
|
Object.defineProperty(exports, "HostComponentTag", {
|
|
53
57
|
enumerable: true,
|
|
54
|
-
get: function () { return
|
|
58
|
+
get: function () { return chunk7G4A46O2_cjs.HostComponentTag; }
|
|
55
59
|
});
|
|
56
60
|
Object.defineProperty(exports, "HostHoistableTag", {
|
|
57
61
|
enumerable: true,
|
|
58
|
-
get: function () { return
|
|
62
|
+
get: function () { return chunk7G4A46O2_cjs.HostHoistableTag; }
|
|
59
63
|
});
|
|
60
64
|
Object.defineProperty(exports, "HostRootTag", {
|
|
61
65
|
enumerable: true,
|
|
62
|
-
get: function () { return
|
|
66
|
+
get: function () { return chunk7G4A46O2_cjs.HostRootTag; }
|
|
63
67
|
});
|
|
64
68
|
Object.defineProperty(exports, "HostSingletonTag", {
|
|
65
69
|
enumerable: true,
|
|
66
|
-
get: function () { return
|
|
70
|
+
get: function () { return chunk7G4A46O2_cjs.HostSingletonTag; }
|
|
67
71
|
});
|
|
68
72
|
Object.defineProperty(exports, "HostTextTag", {
|
|
69
73
|
enumerable: true,
|
|
70
|
-
get: function () { return
|
|
74
|
+
get: function () { return chunk7G4A46O2_cjs.HostTextTag; }
|
|
71
75
|
});
|
|
72
|
-
Object.defineProperty(exports, "
|
|
76
|
+
Object.defineProperty(exports, "INSTALL_ERROR", {
|
|
73
77
|
enumerable: true,
|
|
74
|
-
get: function () { return
|
|
78
|
+
get: function () { return chunk7G4A46O2_cjs.INSTALL_ERROR; }
|
|
75
79
|
});
|
|
76
80
|
Object.defineProperty(exports, "LegacyHiddenComponentTag", {
|
|
77
81
|
enumerable: true,
|
|
78
|
-
get: function () { return
|
|
82
|
+
get: function () { return chunk7G4A46O2_cjs.LegacyHiddenComponentTag; }
|
|
79
83
|
});
|
|
80
84
|
Object.defineProperty(exports, "MemoComponentTag", {
|
|
81
85
|
enumerable: true,
|
|
82
|
-
get: function () { return
|
|
86
|
+
get: function () { return chunk7G4A46O2_cjs.MemoComponentTag; }
|
|
83
87
|
});
|
|
84
88
|
Object.defineProperty(exports, "OffscreenComponentTag", {
|
|
85
89
|
enumerable: true,
|
|
86
|
-
get: function () { return
|
|
90
|
+
get: function () { return chunk7G4A46O2_cjs.OffscreenComponentTag; }
|
|
87
91
|
});
|
|
88
92
|
Object.defineProperty(exports, "SimpleMemoComponentTag", {
|
|
89
93
|
enumerable: true,
|
|
90
|
-
get: function () { return
|
|
94
|
+
get: function () { return chunk7G4A46O2_cjs.SimpleMemoComponentTag; }
|
|
91
95
|
});
|
|
92
96
|
Object.defineProperty(exports, "SuspenseComponentTag", {
|
|
93
97
|
enumerable: true,
|
|
94
|
-
get: function () { return
|
|
98
|
+
get: function () { return chunk7G4A46O2_cjs.SuspenseComponentTag; }
|
|
95
99
|
});
|
|
96
100
|
Object.defineProperty(exports, "TRANSITIONAL_ELEMENT_TYPE_SYMBOL_STRING", {
|
|
97
101
|
enumerable: true,
|
|
98
|
-
get: function () { return
|
|
102
|
+
get: function () { return chunk7G4A46O2_cjs.TRANSITIONAL_ELEMENT_TYPE_SYMBOL_STRING; }
|
|
99
103
|
});
|
|
100
104
|
Object.defineProperty(exports, "createFiberVisitor", {
|
|
101
105
|
enumerable: true,
|
|
102
|
-
get: function () { return
|
|
106
|
+
get: function () { return chunk7G4A46O2_cjs.createFiberVisitor; }
|
|
103
107
|
});
|
|
104
108
|
Object.defineProperty(exports, "detectReactBuildType", {
|
|
105
109
|
enumerable: true,
|
|
106
|
-
get: function () { return
|
|
110
|
+
get: function () { return chunk7G4A46O2_cjs.detectReactBuildType; }
|
|
107
111
|
});
|
|
108
112
|
Object.defineProperty(exports, "didFiberCommit", {
|
|
109
113
|
enumerable: true,
|
|
110
|
-
get: function () { return
|
|
114
|
+
get: function () { return chunk7G4A46O2_cjs.didFiberCommit; }
|
|
111
115
|
});
|
|
112
116
|
Object.defineProperty(exports, "didFiberRender", {
|
|
113
117
|
enumerable: true,
|
|
114
|
-
get: function () { return
|
|
118
|
+
get: function () { return chunk7G4A46O2_cjs.didFiberRender; }
|
|
115
119
|
});
|
|
116
120
|
Object.defineProperty(exports, "fiberIdMap", {
|
|
117
121
|
enumerable: true,
|
|
118
|
-
get: function () { return
|
|
122
|
+
get: function () { return chunk7G4A46O2_cjs.fiberIdMap; }
|
|
119
123
|
});
|
|
120
124
|
Object.defineProperty(exports, "getDisplayName", {
|
|
121
125
|
enumerable: true,
|
|
122
|
-
get: function () { return
|
|
126
|
+
get: function () { return chunk7G4A46O2_cjs.getDisplayName; }
|
|
123
127
|
});
|
|
124
128
|
Object.defineProperty(exports, "getFiberFromHostInstance", {
|
|
125
129
|
enumerable: true,
|
|
126
|
-
get: function () { return
|
|
130
|
+
get: function () { return chunk7G4A46O2_cjs.getFiberFromHostInstance; }
|
|
127
131
|
});
|
|
128
132
|
Object.defineProperty(exports, "getFiberId", {
|
|
129
133
|
enumerable: true,
|
|
130
|
-
get: function () { return
|
|
134
|
+
get: function () { return chunk7G4A46O2_cjs.getFiberId; }
|
|
131
135
|
});
|
|
132
136
|
Object.defineProperty(exports, "getFiberStack", {
|
|
133
137
|
enumerable: true,
|
|
134
|
-
get: function () { return
|
|
138
|
+
get: function () { return chunk7G4A46O2_cjs.getFiberStack; }
|
|
135
139
|
});
|
|
136
140
|
Object.defineProperty(exports, "getMutatedHostFibers", {
|
|
137
141
|
enumerable: true,
|
|
138
|
-
get: function () { return
|
|
142
|
+
get: function () { return chunk7G4A46O2_cjs.getMutatedHostFibers; }
|
|
139
143
|
});
|
|
140
144
|
Object.defineProperty(exports, "getNearestHostFiber", {
|
|
141
145
|
enumerable: true,
|
|
142
|
-
get: function () { return
|
|
146
|
+
get: function () { return chunk7G4A46O2_cjs.getNearestHostFiber; }
|
|
143
147
|
});
|
|
144
148
|
Object.defineProperty(exports, "getNearestHostFibers", {
|
|
145
149
|
enumerable: true,
|
|
146
|
-
get: function () { return
|
|
150
|
+
get: function () { return chunk7G4A46O2_cjs.getNearestHostFibers; }
|
|
147
151
|
});
|
|
148
152
|
Object.defineProperty(exports, "getRDTHook", {
|
|
149
153
|
enumerable: true,
|
|
150
|
-
get: function () { return
|
|
154
|
+
get: function () { return chunk7G4A46O2_cjs.getRDTHook; }
|
|
151
155
|
});
|
|
152
156
|
Object.defineProperty(exports, "getTimings", {
|
|
153
157
|
enumerable: true,
|
|
154
|
-
get: function () { return
|
|
158
|
+
get: function () { return chunk7G4A46O2_cjs.getTimings; }
|
|
155
159
|
});
|
|
156
160
|
Object.defineProperty(exports, "getType", {
|
|
157
161
|
enumerable: true,
|
|
158
|
-
get: function () { return
|
|
162
|
+
get: function () { return chunk7G4A46O2_cjs.getType; }
|
|
159
163
|
});
|
|
160
164
|
Object.defineProperty(exports, "hasMemoCache", {
|
|
161
165
|
enumerable: true,
|
|
162
|
-
get: function () { return
|
|
166
|
+
get: function () { return chunk7G4A46O2_cjs.hasMemoCache; }
|
|
163
167
|
});
|
|
164
168
|
Object.defineProperty(exports, "hasRDTHook", {
|
|
165
169
|
enumerable: true,
|
|
166
|
-
get: function () { return
|
|
170
|
+
get: function () { return chunk7G4A46O2_cjs.hasRDTHook; }
|
|
167
171
|
});
|
|
168
172
|
Object.defineProperty(exports, "installRDTHook", {
|
|
169
173
|
enumerable: true,
|
|
170
|
-
get: function () { return
|
|
174
|
+
get: function () { return chunk7G4A46O2_cjs.installRDTHook; }
|
|
171
175
|
});
|
|
172
176
|
Object.defineProperty(exports, "instrument", {
|
|
173
177
|
enumerable: true,
|
|
174
|
-
get: function () { return
|
|
178
|
+
get: function () { return chunk7G4A46O2_cjs.instrument; }
|
|
179
|
+
});
|
|
180
|
+
Object.defineProperty(exports, "isClientEnvironment", {
|
|
181
|
+
enumerable: true,
|
|
182
|
+
get: function () { return chunk7G4A46O2_cjs.isClientEnvironment; }
|
|
175
183
|
});
|
|
176
184
|
Object.defineProperty(exports, "isCompositeFiber", {
|
|
177
185
|
enumerable: true,
|
|
178
|
-
get: function () { return
|
|
186
|
+
get: function () { return chunk7G4A46O2_cjs.isCompositeFiber; }
|
|
179
187
|
});
|
|
180
188
|
Object.defineProperty(exports, "isHostFiber", {
|
|
181
189
|
enumerable: true,
|
|
182
|
-
get: function () { return
|
|
190
|
+
get: function () { return chunk7G4A46O2_cjs.isHostFiber; }
|
|
183
191
|
});
|
|
184
192
|
Object.defineProperty(exports, "isInstrumentationActive", {
|
|
185
193
|
enumerable: true,
|
|
186
|
-
get: function () { return
|
|
194
|
+
get: function () { return chunk7G4A46O2_cjs.isInstrumentationActive; }
|
|
187
195
|
});
|
|
188
196
|
Object.defineProperty(exports, "isReactRefresh", {
|
|
189
197
|
enumerable: true,
|
|
190
|
-
get: function () { return
|
|
198
|
+
get: function () { return chunk7G4A46O2_cjs.isReactRefresh; }
|
|
191
199
|
});
|
|
192
200
|
Object.defineProperty(exports, "isRealReactDevtools", {
|
|
193
201
|
enumerable: true,
|
|
194
|
-
get: function () { return
|
|
202
|
+
get: function () { return chunk7G4A46O2_cjs.isRealReactDevtools; }
|
|
195
203
|
});
|
|
196
204
|
Object.defineProperty(exports, "isValidElement", {
|
|
197
205
|
enumerable: true,
|
|
198
|
-
get: function () { return
|
|
206
|
+
get: function () { return chunk7G4A46O2_cjs.isValidElement; }
|
|
199
207
|
});
|
|
200
208
|
Object.defineProperty(exports, "isValidFiber", {
|
|
201
209
|
enumerable: true,
|
|
202
|
-
get: function () { return
|
|
210
|
+
get: function () { return chunk7G4A46O2_cjs.isValidFiber; }
|
|
203
211
|
});
|
|
204
212
|
Object.defineProperty(exports, "mountFiberRecursively", {
|
|
205
213
|
enumerable: true,
|
|
206
|
-
get: function () { return
|
|
214
|
+
get: function () { return chunk7G4A46O2_cjs.mountFiberRecursively; }
|
|
207
215
|
});
|
|
208
216
|
Object.defineProperty(exports, "onCommitFiberRoot", {
|
|
209
217
|
enumerable: true,
|
|
210
|
-
get: function () { return
|
|
218
|
+
get: function () { return chunk7G4A46O2_cjs.onCommitFiberRoot; }
|
|
211
219
|
});
|
|
212
220
|
Object.defineProperty(exports, "patchRDTHook", {
|
|
213
221
|
enumerable: true,
|
|
214
|
-
get: function () { return
|
|
215
|
-
});
|
|
216
|
-
Object.defineProperty(exports, "registerServiceWorker", {
|
|
217
|
-
enumerable: true,
|
|
218
|
-
get: function () { return chunk4DXMRM7J_cjs.registerServiceWorker; }
|
|
222
|
+
get: function () { return chunk7G4A46O2_cjs.patchRDTHook; }
|
|
219
223
|
});
|
|
220
224
|
Object.defineProperty(exports, "secure", {
|
|
221
225
|
enumerable: true,
|
|
222
|
-
get: function () { return
|
|
226
|
+
get: function () { return chunk7G4A46O2_cjs.secure; }
|
|
223
227
|
});
|
|
224
228
|
Object.defineProperty(exports, "setFiberId", {
|
|
225
229
|
enumerable: true,
|
|
226
|
-
get: function () { return
|
|
230
|
+
get: function () { return chunk7G4A46O2_cjs.setFiberId; }
|
|
227
231
|
});
|
|
228
232
|
Object.defineProperty(exports, "shouldFilterFiber", {
|
|
229
233
|
enumerable: true,
|
|
230
|
-
get: function () { return
|
|
234
|
+
get: function () { return chunk7G4A46O2_cjs.shouldFilterFiber; }
|
|
231
235
|
});
|
|
232
236
|
Object.defineProperty(exports, "traverseContexts", {
|
|
233
237
|
enumerable: true,
|
|
234
|
-
get: function () { return
|
|
238
|
+
get: function () { return chunk7G4A46O2_cjs.traverseContexts; }
|
|
235
239
|
});
|
|
236
240
|
Object.defineProperty(exports, "traverseEffects", {
|
|
237
241
|
enumerable: true,
|
|
238
|
-
get: function () { return
|
|
242
|
+
get: function () { return chunk7G4A46O2_cjs.traverseEffects; }
|
|
239
243
|
});
|
|
240
244
|
Object.defineProperty(exports, "traverseFiber", {
|
|
241
245
|
enumerable: true,
|
|
242
|
-
get: function () { return
|
|
246
|
+
get: function () { return chunk7G4A46O2_cjs.traverseFiber; }
|
|
243
247
|
});
|
|
244
248
|
Object.defineProperty(exports, "traverseProps", {
|
|
245
249
|
enumerable: true,
|
|
246
|
-
get: function () { return
|
|
250
|
+
get: function () { return chunk7G4A46O2_cjs.traverseProps; }
|
|
247
251
|
});
|
|
248
252
|
Object.defineProperty(exports, "traverseRenderedFibers", {
|
|
249
253
|
enumerable: true,
|
|
250
|
-
get: function () { return
|
|
254
|
+
get: function () { return chunk7G4A46O2_cjs.traverseRenderedFibers; }
|
|
251
255
|
});
|
|
252
256
|
Object.defineProperty(exports, "traverseState", {
|
|
253
257
|
enumerable: true,
|
|
254
|
-
get: function () { return
|
|
258
|
+
get: function () { return chunk7G4A46O2_cjs.traverseState; }
|
|
255
259
|
});
|
|
256
260
|
Object.defineProperty(exports, "unmountFiber", {
|
|
257
261
|
enumerable: true,
|
|
258
|
-
get: function () { return
|
|
262
|
+
get: function () { return chunk7G4A46O2_cjs.unmountFiber; }
|
|
259
263
|
});
|
|
260
264
|
Object.defineProperty(exports, "unmountFiberChildrenRecursively", {
|
|
261
265
|
enumerable: true,
|
|
262
|
-
get: function () { return
|
|
266
|
+
get: function () { return chunk7G4A46O2_cjs.unmountFiberChildrenRecursively; }
|
|
263
267
|
});
|
|
264
268
|
Object.defineProperty(exports, "updateFiberRecursively", {
|
|
265
269
|
enumerable: true,
|
|
266
|
-
get: function () { return
|
|
270
|
+
get: function () { return chunk7G4A46O2_cjs.updateFiberRecursively; }
|
|
267
271
|
});
|
|
268
272
|
Object.defineProperty(exports, "version", {
|
|
269
273
|
enumerable: true,
|
|
270
|
-
get: function () { return
|
|
274
|
+
get: function () { return chunk7G4A46O2_cjs.version; }
|
|
271
275
|
});
|
package/dist/index.d.cts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { R as ReactDevToolsGlobalHook } from './
|
|
2
|
-
export { C as ContextDependency, D as Dependencies, E as Effect,
|
|
3
|
-
export { 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, InstrumentationOptions, LegacyHiddenComponentTag, MemoComponentTag, OffscreenComponentTag, RenderHandler, RenderPhase, SimpleMemoComponentTag, SuspenseComponentTag, TRANSITIONAL_ELEMENT_TYPE_SYMBOL_STRING, createFiberVisitor, detectReactBuildType, didFiberCommit, didFiberRender, fiberIdMap, getDisplayName, getFiberFromHostInstance, getFiberId, getFiberStack, getMutatedHostFibers, getNearestHostFiber, getNearestHostFibers, getTimings, getType, hasMemoCache, instrument, isCompositeFiber, isHostFiber, isInstrumentationActive, isValidElement, isValidFiber, mountFiberRecursively, onCommitFiberRoot, secure, setFiberId, shouldFilterFiber, traverseContexts, traverseEffects, traverseFiber, traverseProps, traverseRenderedFibers, traverseState, unmountFiber, unmountFiberChildrenRecursively, updateFiberRecursively } from './core.cjs';
|
|
1
|
+
import { R as ReactDevToolsGlobalHook } from './core-B6ahy3zQ.cjs';
|
|
2
|
+
export { i as CONCURRENT_MODE_NUMBER, j as CONCURRENT_MODE_SYMBOL_STRING, C as ClassComponentTag, d as ContextConsumerTag, a9 as ContextDependency, k as DEPRECATED_ASYNC_MODE_SYMBOL_STRING, D as DehydratedSuspenseComponentTag, aa as Dependencies, E as ELEMENT_TYPE_SYMBOL_STRING, ab as Effect, a7 as Fiber, e as ForwardRefTag, c as FragmentTag, F as FunctionComponentTag, a as HostComponentTag, g as HostHoistableTag, H as HostRootTag, h as HostSingletonTag, b as HostTextTag, a4 as INSTALL_ERROR, a1 as InstrumentationOptions, L as LegacyHiddenComponentTag, M as MemoComponentTag, ac as MemoizedState, O as OffscreenComponentTag, ad as Props, a8 as ReactRenderer, Q as RenderHandler, P as RenderPhase, f as SimpleMemoComponentTag, S as SuspenseComponentTag, T as TRANSITIONAL_ELEMENT_TYPE_SYMBOL_STRING, a0 as createFiberVisitor, K as detectReactBuildType, u as didFiberCommit, s as didFiberRender, U as fiberIdMap, J as getDisplayName, a3 as getFiberFromHostInstance, W as getFiberId, w as getFiberStack, v as getMutatedHostFibers, y as getNearestHostFiber, z as getNearestHostFibers, B as getTimings, I as getType, G as hasMemoCache, a2 as instrument, o as isCompositeFiber, n as isHostFiber, N as isInstrumentationActive, l as isValidElement, m as isValidFiber, X as mountFiberRecursively, a6 as onCommitFiberRoot, a5 as secure, V as setFiberId, x as shouldFilterFiber, t as traverseContexts, q as traverseEffects, A as traverseFiber, r as traverseProps, $ as traverseRenderedFibers, p as traverseState, Z as unmountFiber, _ as unmountFiberChildrenRecursively, Y as updateFiberRecursively } from './core-B6ahy3zQ.cjs';
|
|
4
3
|
export { BundleType, ComponentSelector, DevToolsConfig, FiberRoot, Flags, HasPseudoClassSelector, HookType, HostConfig, LanePriority, Lanes, MutableSource, OpaqueHandle, OpaqueRoot, React$AbstractComponent, ReactConsumer, ReactContext, ReactPortal, ReactProvider, ReactProviderType, RefObject, RoleSelector, RootTag, Selector, Source, SuspenseHydrationCallbacks, TestNameSelector, TextSelector, Thenable, TransitionTracingCallbacks, TypeOfMode, WorkTag } from 'react-reconciler';
|
|
5
4
|
import 'react';
|
|
6
5
|
|
|
@@ -15,7 +14,8 @@ declare const hasRDTHook: () => boolean;
|
|
|
15
14
|
* Returns the current React DevTools global hook.
|
|
16
15
|
*/
|
|
17
16
|
declare const getRDTHook: (onActive?: () => unknown) => ReactDevToolsGlobalHook;
|
|
18
|
-
declare const
|
|
19
|
-
declare const INSTALL_HOOK_SCRIPT_STRING = "(()=>{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}}catch{}})()";
|
|
17
|
+
declare const isClientEnvironment: () => boolean;
|
|
20
18
|
|
|
21
|
-
|
|
19
|
+
declare const INSTALL_HOOK_SCRIPT_STRING = "(()=>{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{}})()";
|
|
20
|
+
|
|
21
|
+
export { BIPPY_INSTRUMENTATION_STRING, INSTALL_HOOK_SCRIPT_STRING, ReactDevToolsGlobalHook, getRDTHook, hasRDTHook, installRDTHook, isClientEnvironment, isReactRefresh, isRealReactDevtools, patchRDTHook, version };
|
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { R as ReactDevToolsGlobalHook } from './
|
|
2
|
-
export { C as ContextDependency, D as Dependencies, E as Effect,
|
|
3
|
-
export { 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, InstrumentationOptions, LegacyHiddenComponentTag, MemoComponentTag, OffscreenComponentTag, RenderHandler, RenderPhase, SimpleMemoComponentTag, SuspenseComponentTag, TRANSITIONAL_ELEMENT_TYPE_SYMBOL_STRING, createFiberVisitor, detectReactBuildType, didFiberCommit, didFiberRender, fiberIdMap, getDisplayName, getFiberFromHostInstance, getFiberId, getFiberStack, getMutatedHostFibers, getNearestHostFiber, getNearestHostFibers, getTimings, getType, hasMemoCache, instrument, isCompositeFiber, isHostFiber, isInstrumentationActive, isValidElement, isValidFiber, mountFiberRecursively, onCommitFiberRoot, secure, setFiberId, shouldFilterFiber, traverseContexts, traverseEffects, traverseFiber, traverseProps, traverseRenderedFibers, traverseState, unmountFiber, unmountFiberChildrenRecursively, updateFiberRecursively } from './core.js';
|
|
1
|
+
import { R as ReactDevToolsGlobalHook } from './core-B6ahy3zQ.js';
|
|
2
|
+
export { i as CONCURRENT_MODE_NUMBER, j as CONCURRENT_MODE_SYMBOL_STRING, C as ClassComponentTag, d as ContextConsumerTag, a9 as ContextDependency, k as DEPRECATED_ASYNC_MODE_SYMBOL_STRING, D as DehydratedSuspenseComponentTag, aa as Dependencies, E as ELEMENT_TYPE_SYMBOL_STRING, ab as Effect, a7 as Fiber, e as ForwardRefTag, c as FragmentTag, F as FunctionComponentTag, a as HostComponentTag, g as HostHoistableTag, H as HostRootTag, h as HostSingletonTag, b as HostTextTag, a4 as INSTALL_ERROR, a1 as InstrumentationOptions, L as LegacyHiddenComponentTag, M as MemoComponentTag, ac as MemoizedState, O as OffscreenComponentTag, ad as Props, a8 as ReactRenderer, Q as RenderHandler, P as RenderPhase, f as SimpleMemoComponentTag, S as SuspenseComponentTag, T as TRANSITIONAL_ELEMENT_TYPE_SYMBOL_STRING, a0 as createFiberVisitor, K as detectReactBuildType, u as didFiberCommit, s as didFiberRender, U as fiberIdMap, J as getDisplayName, a3 as getFiberFromHostInstance, W as getFiberId, w as getFiberStack, v as getMutatedHostFibers, y as getNearestHostFiber, z as getNearestHostFibers, B as getTimings, I as getType, G as hasMemoCache, a2 as instrument, o as isCompositeFiber, n as isHostFiber, N as isInstrumentationActive, l as isValidElement, m as isValidFiber, X as mountFiberRecursively, a6 as onCommitFiberRoot, a5 as secure, V as setFiberId, x as shouldFilterFiber, t as traverseContexts, q as traverseEffects, A as traverseFiber, r as traverseProps, $ as traverseRenderedFibers, p as traverseState, Z as unmountFiber, _ as unmountFiberChildrenRecursively, Y as updateFiberRecursively } from './core-B6ahy3zQ.js';
|
|
4
3
|
export { BundleType, ComponentSelector, DevToolsConfig, FiberRoot, Flags, HasPseudoClassSelector, HookType, HostConfig, LanePriority, Lanes, MutableSource, OpaqueHandle, OpaqueRoot, React$AbstractComponent, ReactConsumer, ReactContext, ReactPortal, ReactProvider, ReactProviderType, RefObject, RoleSelector, RootTag, Selector, Source, SuspenseHydrationCallbacks, TestNameSelector, TextSelector, Thenable, TransitionTracingCallbacks, TypeOfMode, WorkTag } from 'react-reconciler';
|
|
5
4
|
import 'react';
|
|
6
5
|
|
|
@@ -15,7 +14,8 @@ declare const hasRDTHook: () => boolean;
|
|
|
15
14
|
* Returns the current React DevTools global hook.
|
|
16
15
|
*/
|
|
17
16
|
declare const getRDTHook: (onActive?: () => unknown) => ReactDevToolsGlobalHook;
|
|
18
|
-
declare const
|
|
19
|
-
declare const INSTALL_HOOK_SCRIPT_STRING = "(()=>{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}}catch{}})()";
|
|
17
|
+
declare const isClientEnvironment: () => boolean;
|
|
20
18
|
|
|
21
|
-
|
|
19
|
+
declare const INSTALL_HOOK_SCRIPT_STRING = "(()=>{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{}})()";
|
|
20
|
+
|
|
21
|
+
export { BIPPY_INSTRUMENTATION_STRING, INSTALL_HOOK_SCRIPT_STRING, ReactDevToolsGlobalHook, getRDTHook, hasRDTHook, installRDTHook, isClientEnvironment, isReactRefresh, isRealReactDevtools, patchRDTHook, version };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
var Bippy=function(e){"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* @license bippy
|
|
4
|
+
*
|
|
5
|
+
* Copyright (c) Aiden Bai, Million Software, Inc.
|
|
6
|
+
*
|
|
7
|
+
* This source code is licensed under the MIT license found in the
|
|
8
|
+
* LICENSE file in the root directory of this source tree.
|
|
9
|
+
*/var t="0.2.13",n=`bippy-${t}`,o=()=>{},r=e=>{try{Function.prototype.toString.call(e).indexOf("^_^")>-1&&setTimeout((()=>{throw new 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{}},i=(e=m())=>"getFiberRoots"in e,s=!1,l=(e=m())=>!!s||!("checkDCE"in e),a=e=>{const t=new Map;let i=0;const s={checkDCE:r,supportsFiber:!0,supportsFlight:!0,hasUnsupportedRendererAttached:!1,renderers:t,onCommitFiberRoot:o,onCommitFiberUnmount:o,onPostCommitFiberRoot:o,inject(n){const o=++i;return t.set(o,n),s._instrumentationIsActive||(s._instrumentationIsActive=!0,e?.()),o},_instrumentationSource:n,_instrumentationIsActive:!1};try{Object.defineProperty(globalThis,"__REACT_DEVTOOLS_GLOBAL_HOOK__",{value:s})}catch{c(e)}return s},c=e=>{try{const e=globalThis.__REACT_DEVTOOLS_GLOBAL_HOOK__;e._instrumentationSource||(s=l(e),e.checkDCE=r,e.supportsFiber=!0,e.supportsFlight=!0,e.hasUnsupportedRendererAttached=!1,e._instrumentationSource=n,e._instrumentationIsActive=!0)}catch{}e?.()},u=()=>Object.prototype.hasOwnProperty.call(globalThis,"__REACT_DEVTOOLS_GLOBAL_HOOK__"),m=e=>u()?(c(e),globalThis.__REACT_DEVTOOLS_GLOBAL_HOOK__):a(e),d=()=>Boolean("undefined"!=typeof window&&(window.document?.createElement||"ReactNative"===window.navigator?.product));try{d()&&a()}catch{}var p="Symbol(react.element)",b="Symbol(react.transitional.element)",f="Symbol(react.concurrent_mode)",h="Symbol(react.async_mode)",g=e=>{switch(e.tag){case 5:case 26:case 27:return!0;default:return"string"==typeof e.type}},_=e=>{const t=e.memoizedProps,n=e.alternate?.memoizedProps||{},o=e.flags??e.effectTag??0;switch(e.tag){case 1:case 0:case 9:case 11:case 14:case 15:return!(1&~o);default:return!e.alternate||(n!==t||e.alternate.memoizedState!==e.memoizedState||e.alternate.ref!==e.ref)}},R=e=>Boolean(!!(13374&e.flags)||!!(13374&e.subtreeFlags)),y=e=>{switch(e.tag){case 18:case 6:case 7:case 23:case 22:return!0;case 3:return!1;default:{const t="object"==typeof e.type&&null!==e.type?e.type.$$typeof:e.type;switch("symbol"==typeof t?t.toString():t){case 60111:case f:case h:return!0;default:return!1}}}},C=(e,t,n=!1)=>{if(!e)return null;if(!0===t(e))return e;let o=n?e.return:e.child;for(;o;){const e=C(o,t,n);if(e)return e;o=n?null:o.sibling}return null},T=e=>{const t=e;return"function"==typeof t?t:"object"==typeof t&&t?T(t.type||t.render):null},F=e=>{try{if("string"==typeof e.version&&e.bundleType>0)return"development"}catch{}return"production"},S=0,O=new WeakMap,E=(e,t=S++)=>{O.set(e,t)},v=e=>{let t=O.get(e);return!t&&e.alternate&&(t=O.get(e.alternate)),t||(t=S++,E(e,t)),t},A=(e,t,n)=>{let o=t;for(;null!=o;){O.has(o)||v(o);if(!y(o)&&_(o)&&e(o,"mount"),13===o.tag){if(null!==o.memoizedState){const t=o.child,n=t?t.sibling:null;if(n){const t=n.child;null!==t&&A(e,t,!1)}}else{let t=null;null!==o.child&&(t=o.child.child),null!==t&&A(e,t,!1)}}else null!=o.child&&A(e,o.child,!0);o=n?o.sibling:null}},I=(e,t,n,o)=>{if(O.has(t)||v(t),!n)return;O.has(n)||v(n);const r=13===t.tag;!y(t)&&_(t)&&e(t,"update");const i=r&&null!==n.memoizedState,s=r&&null!==t.memoizedState;if(i&&s){const o=t.child?.sibling??null,r=n.child?.sibling??null;null!==o&&null!==r&&I(e,o,r)}else if(i&&!s){const n=t.child;null!==n&&A(e,n,!0)}else if(!i&&s){N(e,n);const o=t.child?.sibling??null;null!==o&&A(e,o,!0)}else if(t.child!==n.child){let n=t.child;for(;n;){if(n.alternate){const t=n.alternate;I(e,n,t)}else A(e,n,!1);n=n.sibling}}},L=(e,t)=>{!(3===t.tag)&&y(t)||e(t,"unmount")},N=(e,t)=>{const n=13===t.tag&&null!==t.memoizedState;let o=t.child;if(n){const e=t.child,n=e?.sibling??null;o=n?.child??null}for(;null!==o;)null!==o.return&&(L(e,o),N(e,o)),o=o.sibling},D=0,H=new WeakMap,w=(e,t)=>{const n="current"in e?e.current:e;let o=H.get(e);o||(o={prevFiber:null,id:D++},H.set(e,o));const{prevFiber:r}=o;if(n)if(null!==r){const e=r&&null!=r.memoizedState&&null!=r.memoizedState.element&&!0!==r.memoizedState.isDehydrated,o=null!=n.memoizedState&&null!=n.memoizedState.element&&!0!==n.memoizedState.isDehydrated;!e&&o?A(t,n,!1):e&&o?I(t,n,n.alternate):e&&!o&&L(t,n)}else A(t,n,!0);else L(t,n);o.prevFiber=n},P=e=>m((()=>{const t=m();e.onActive?.(),t._instrumentationSource=e.name??n;const o=t.onCommitFiberRoot;e.onCommitFiberRoot&&(t.onCommitFiberRoot=(t,n,r)=>{o&&o(t,n,r),e.onCommitFiberRoot?.(t,n,r)});const r=t.onCommitFiberUnmount;e.onCommitFiberUnmount&&(t.onCommitFiberUnmount=(t,n)=>{r&&r(t,n),e.onCommitFiberUnmount?.(t,n)});const i=t.onPostCommitFiberRoot;e.onPostCommitFiberRoot&&(t.onPostCommitFiberRoot=(t,n)=>{i&&i(t,n),e.onPostCommitFiberRoot?.(t,n)})})),M=new Error,z=(e,t={})=>{const n=e.onActive,o=u(),r=i(),s=l();let a,c=!1;return e.onActive=()=>{clearTimeout(a);let o=!0;try{n?.();const e=m();for(const n of e.renderers.values()){const[e]=n.version.split(".");Number(e)<(t.minReactMajorVersion??17)&&(o=!1);"development"!==F(n)&&(c=!0,t.dangerouslyRunInProduction||(o=!1))}}catch(e){t.onError?.(e)}if(!o)return e.onCommitFiberRoot=void 0,e.onCommitFiberUnmount=void 0,e.onPostCommitFiberRoot=void 0,void(e.onActive=void 0);try{const n=e.onCommitFiberRoot;n&&(e.onCommitFiberRoot=(e,o,r)=>{try{n(e,o,r)}catch(e){t.onError?.(e)}});const o=e.onCommitFiberUnmount;o&&(e.onCommitFiberUnmount=(e,n)=>{try{o(e,n)}catch(e){t.onError?.(e)}});const r=e.onPostCommitFiberRoot;r&&(e.onPostCommitFiberRoot=(e,n)=>{try{r(e,n)}catch(e){t.onError?.(e)}})}catch(e){t.onError?.(e)}},o||r||s||(a=setTimeout((()=>{c||t.onError?.(M),stop()}),t.installCheckTimeout??100)),e};return e.BIPPY_INSTRUMENTATION_STRING=n,e.CONCURRENT_MODE_NUMBER=60111,e.CONCURRENT_MODE_SYMBOL_STRING=f,e.ClassComponentTag=1,e.ContextConsumerTag=9,e.DEPRECATED_ASYNC_MODE_SYMBOL_STRING=h,e.DehydratedSuspenseComponentTag=18,e.ELEMENT_TYPE_SYMBOL_STRING=p,e.ForwardRefTag=11,e.FragmentTag=7,e.FunctionComponentTag=0,e.HostComponentTag=5,e.HostHoistableTag=26,e.HostRootTag=3,e.HostSingletonTag=27,e.HostTextTag=6,e.INSTALL_ERROR=M,e.INSTALL_HOOK_SCRIPT_STRING="(()=>{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{}})()",e.LegacyHiddenComponentTag=23,e.MemoComponentTag=14,e.OffscreenComponentTag=22,e.SimpleMemoComponentTag=15,e.SuspenseComponentTag=13,e.TRANSITIONAL_ELEMENT_TYPE_SYMBOL_STRING=b,e.createFiberVisitor=({onRender:e})=>(t,n,o)=>{w(n,e)},e.detectReactBuildType=F,e.didFiberCommit=R,e.didFiberRender=_,e.fiberIdMap=O,e.getDisplayName=e=>{const t=e;if("function"!=typeof t&&("object"!=typeof t||!t))return null;const n=t.displayName||t.name||null;if(n)return n;const o=T(t);return o&&(o.displayName||o.name)||null},e.getFiberFromHostInstance=e=>{const t=m();for(const n of t.renderers.values())try{const t=n.findFiberByHostInstance?.(e);if(t)return t}catch{}if("object"==typeof e&&null!=e){if("_reactRootContainer"in e)return e._reactRootContainer?._internalRoot?.current?.child;for(const t in e)if(t.startsWith("__reactInternalInstance$")||t.startsWith("__reactFiber"))return e[t]||null}return null},e.getFiberId=v,e.getFiberStack=e=>{const t=[];let n=e;for(;n.return;)t.push(n),n=n.return;const o=new Array(t.length);for(let e=0;e<t.length;e++)o[e]=t[t.length-e-1];return o},e.getMutatedHostFibers=e=>{const t=[],n=[e];for(;n.length;){const e=n.pop();e&&(g(e)&&R(e)&&_(e)&&t.push(e),e.child&&n.push(e.child),e.sibling&&n.push(e.sibling))}return t},e.getNearestHostFiber=(e,t=!1)=>{let n=C(e,g,t);return n||(n=C(e,g,!t)),n},e.getNearestHostFibers=e=>{const t=[],n=[];for(g(e)?t.push(e):e.child&&n.push(e.child);n.length;){const e=n.pop();if(!e)break;g(e)?t.push(e):e.child&&n.push(e.child),e.sibling&&n.push(e.sibling)}return t},e.getRDTHook=m,e.getTimings=e=>{const t=e?.actualDuration??0;let n=t,o=e?.child??null;for(;t>0&&null!=o;)n-=o.actualDuration??0,o=o.sibling;return{selfTime:n,totalTime:t}},e.getType=T,e.hasMemoCache=e=>Boolean(e.updateQueue?.memoCache),e.hasRDTHook=u,e.installRDTHook=a,e.instrument=P,e.isClientEnvironment=d,e.isCompositeFiber=e=>{switch(e.tag){case 0:case 1:case 15:case 14:case 11:return!0;default:return!1}},e.isHostFiber=g,e.isInstrumentationActive=()=>{const e=m();return Boolean(e._instrumentationIsActive)||i()||l()},e.isReactRefresh=l,e.isRealReactDevtools=i,e.isValidElement=e=>"object"==typeof e&&null!=e&&"$$typeof"in e&&[p,b].includes(String(e.$$typeof)),e.isValidFiber=e=>"object"==typeof e&&null!=e&&"tag"in e&&"stateNode"in e&&"return"in e&&"child"in e&&"sibling"in e&&"flags"in e,e.mountFiberRecursively=A,e.onCommitFiberRoot=e=>P(z({onCommitFiberRoot:(t,n)=>{e(n)}})),e.patchRDTHook=c,e.secure=z,e.setFiberId=E,e.shouldFilterFiber=y,e.traverseContexts=(e,t)=>{try{const n=e.dependencies,o=e.alternate?.dependencies;if(!n||!o)return!1;if("object"!=typeof n||!("firstContext"in n)||"object"!=typeof o||!("firstContext"in o))return!1;let r=n.firstContext,i=o.firstContext;for(;r&&"object"==typeof r&&"memoizedValue"in r||i&&"object"==typeof i&&"memoizedValue"in i;){if(!0===t(r,i))return!0;r=r?.next,i=i?.next}}catch{}return!1},e.traverseEffects=(e,t)=>{try{let n=e.updateQueue?.lastEffect,o=e.alternate?.updateQueue?.lastEffect;for(;n||o;){if(!0===t(n,o))return!0;if(n?.next===n||o?.next===o)break;n=n?.next,o=o?.next}}catch{}return!1},e.traverseFiber=C,e.traverseProps=(e,t)=>{try{const n=e.memoizedProps,o=e.alternate?.memoizedProps||{},r=new Set([...Object.keys(o),...Object.keys(n)]);for(const e of r){const r=o?.[e],i=n?.[e];if(!0===t(e,i,r))return!0}}catch{}return!1},e.traverseRenderedFibers=w,e.traverseState=(e,t)=>{try{let n=e.memoizedState,o=e.alternate?.memoizedState;for(;n||o;){if(!0===t(n,o))return!0;n=n?.next,o=o?.next}}catch{}return!1},e.unmountFiber=L,e.unmountFiberChildrenRecursively=N,e.updateFiberRecursively=I,e.version=t,e}({});
|
package/dist/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
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,
|
|
1
|
+
export { INSTALL_HOOK_SCRIPT_STRING } from './chunk-EQDYOXOH.js';
|
|
2
|
+
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, LegacyHiddenComponentTag, MemoComponentTag, OffscreenComponentTag, SimpleMemoComponentTag, SuspenseComponentTag, TRANSITIONAL_ELEMENT_TYPE_SYMBOL_STRING, createFiberVisitor, detectReactBuildType, didFiberCommit, didFiberRender, fiberIdMap, getDisplayName, getFiberFromHostInstance, getFiberId, getFiberStack, getMutatedHostFibers, getNearestHostFiber, getNearestHostFibers, getRDTHook, getTimings, getType, hasMemoCache, hasRDTHook, installRDTHook, instrument, isClientEnvironment, isCompositeFiber, isHostFiber, isInstrumentationActive, isReactRefresh, isRealReactDevtools, isValidElement, isValidFiber, mountFiberRecursively, onCommitFiberRoot, patchRDTHook, secure, setFiberId, shouldFilterFiber, traverseContexts, traverseEffects, traverseFiber, traverseProps, traverseRenderedFibers, traverseState, unmountFiber, unmountFiberChildrenRecursively, updateFiberRecursively, version } from './chunk-6NA7Z62I.js';
|