testeranto 0.125.3 → 0.128.0
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/common/src/Node.js +5 -0
- package/dist/common/src/PM/base.js +6 -0
- package/dist/common/src/PM/index.js +0 -1
- package/dist/common/src/PM/main.js +75 -20
- package/dist/common/src/PM/web.js +1 -1
- package/dist/common/src/ReportServer.js +39 -2
- package/dist/common/src/build.js +41 -6
- package/dist/common/src/lib/abstractBase.js +22 -107
- package/dist/common/src/lib/basebuilder.js +20 -21
- package/dist/common/src/lib/classBuilder.js +12 -1
- package/dist/common/src/lib/core.js +1 -8
- package/dist/common/src/lib/index.js +2 -5
- package/dist/common/src/lib/pmProxy.js +294 -0
- package/dist/common/testeranto.config.js +43 -34
- package/dist/common/tsconfig.common.tsbuildinfo +1 -1
- package/dist/module/src/Node.js +5 -0
- package/dist/module/src/PM/base.js +6 -0
- package/dist/module/src/PM/index.js +0 -1
- package/dist/module/src/PM/main.js +75 -20
- package/dist/module/src/PM/web.js +1 -1
- package/dist/module/src/Project.js +6 -6
- package/dist/module/src/ReportClient.js +3 -3
- package/dist/module/src/ReportServer.js +39 -2
- package/dist/module/src/build.js +41 -6
- package/dist/module/src/lib/abstractBase.js +22 -107
- package/dist/module/src/lib/basebuilder.js +20 -21
- package/dist/module/src/lib/classBuilder.js +12 -1
- package/dist/module/src/lib/core.js +1 -8
- package/dist/module/src/lib/index.js +2 -5
- package/dist/module/src/lib/pmProxy.js +285 -0
- package/dist/module/testeranto.config.js +40 -34
- package/dist/module/tsconfig.module.tsbuildinfo +1 -1
- package/dist/prebuild/Project.css +1 -26
- package/dist/prebuild/Project.js +4 -4
- package/dist/prebuild/ReportClient.css +1 -26
- package/dist/prebuild/ReportClient.js +3 -3
- package/dist/prebuild/ReportServer.mjs +1 -2
- package/dist/prebuild/TestReport.css +1 -26
- package/dist/prebuild/build.mjs +42 -7
- package/dist/prebuild/run.mjs +82 -18
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/src/PM/web.d.ts +1 -1
- package/dist/types/src/Types.d.ts +2 -1
- package/dist/types/src/lib/abstractBase.d.ts +4 -6
- package/dist/types/src/lib/index.d.ts +1 -1
- package/dist/types/src/lib/pmProxy.d.ts +7 -0
- package/dist/types/tsconfig.types.tsbuildinfo +1 -1
- package/package.json +14 -7
- package/src/Init.ts +1 -0
- package/src/Node.ts +6 -0
- package/src/PM/base.ts +8 -0
- package/src/PM/index.ts +2 -7
- package/src/PM/main.ts +112 -23
- package/src/PM/web.ts +3 -3
- package/src/Project.tsx +6 -6
- package/src/ReportClient.tsx +3 -3
- package/src/ReportServer.ts +43 -2
- package/src/Types.ts +3 -2
- package/src/build.ts +47 -6
- package/src/lib/abstractBase.ts +45 -184
- package/src/lib/basebuilder.ts +25 -28
- package/src/lib/classBuilder.ts +13 -2
- package/src/lib/core.ts +10 -14
- package/src/lib/index.ts +6 -29
- package/src/lib/pmProxy.ts +366 -0
- package/testeranto/bundles/node/{react → redux}/metafile.json +186 -254
- package/testeranto/bundles/pure/redux/metafile.json +554 -0
- package/testeranto/bundles/web/redux/metafile.json +504 -0
- package/testeranto/bundles/web/{react/src/SubPackages/react-test-renderer/component → redux}/test/web.html +1 -1
- package/testeranto/index.html +1 -1
- package/testeranto/reports/{react → redux}/config.json +26 -10
- package/testeranto/reports/{react → redux}/index.html +5 -5
- package/testeranto/reports/redux/summary.json +20 -0
- package/testeranto.config.ts +46 -34
- package/tsc.log +3 -1
- package/testeranto/bundles/node/react/src/SubPackages/react-test-renderer/component/test/node.mjs +0 -24687
- package/testeranto/bundles/pure/react/metafile.json +0 -8
- package/testeranto/bundles/pure/react/src/SubPackages/react-test-renderer/component/test/pure.mjs +0 -24625
- package/testeranto/bundles/web/react/metafile.json +0 -8
- package/testeranto/bundles/web/react/src/SubPackages/react-test-renderer/component/test/web.mjs +0 -21290
- package/testeranto/reports/react/src/SubPackages/react-test-renderer/component/test/node/node/console_log.txt +0 -0
- package/testeranto/reports/react/src/SubPackages/react-test-renderer/component/test/pure/pure/bdd_errors.txt +0 -1
- package/testeranto/reports/react/src/SubPackages/react-test-renderer/component/test/pure/pure/featurePrompt.txt +0 -0
- package/testeranto/reports/react/src/SubPackages/react-test-renderer/component/test/pure/pure/lint_errors.json +0 -3381
- package/testeranto/reports/react/src/SubPackages/react-test-renderer/component/test/pure/pure/littleBoard.html +0 -20
- package/testeranto/reports/react/src/SubPackages/react-test-renderer/component/test/pure/pure/log.txt +0 -40
- package/testeranto/reports/react/src/SubPackages/react-test-renderer/component/test/pure/pure/prompt.txt +0 -24
- package/testeranto/reports/react/src/SubPackages/react-test-renderer/component/test/pure/pure/tests.json +0 -132
- package/testeranto/reports/react/src/SubPackages/react-test-renderer/component/test/pure/pure/type_errors.txt +0 -17
- package/testeranto/reports/react/src/SubPackages/react-test-renderer/component/test/web/web/bdd_errors.txt +0 -1
- package/testeranto/reports/react/src/SubPackages/react-test-renderer/component/test/web/web/console_log.txt +0 -1
- package/testeranto/reports/react/src/SubPackages/react-test-renderer/component/test/web/web/lint_errors.json +0 -2947
- package/testeranto/reports/react/src/SubPackages/react-test-renderer/component/test/web/web/littleBoard.html +0 -20
- package/testeranto/reports/react/src/SubPackages/react-test-renderer/component/test/web/web/log.txt +0 -40
- package/testeranto/reports/react/src/SubPackages/react-test-renderer/component/test/web/web/prompt.txt +0 -23
- package/testeranto/reports/react/src/SubPackages/react-test-renderer/component/test/web/web/tests.json +0 -132
- package/testeranto/reports/react/src/SubPackages/react-test-renderer/component/test/web/web/type_errors.txt +0 -18
- package/testeranto/reports/react/summary.json +0 -8
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"warnings": [],
|
|
4
4
|
"metafile": {
|
|
5
5
|
"inputs": {
|
|
6
|
-
"src/lib/index.ts": {
|
|
6
|
+
"../testeranto-redux-toolkit/node_modules/testeranto/src/lib/index.ts": {
|
|
7
7
|
"bytes": 3131,
|
|
8
8
|
"imports": [
|
|
9
9
|
{
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
],
|
|
40
40
|
"format": "esm"
|
|
41
41
|
},
|
|
42
|
-
"src/lib/abstractBase.ts": {
|
|
42
|
+
"../testeranto-redux-toolkit/node_modules/testeranto/src/lib/abstractBase.ts": {
|
|
43
43
|
"bytes": 14727,
|
|
44
44
|
"imports": [
|
|
45
45
|
{
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
],
|
|
61
61
|
"format": "esm"
|
|
62
62
|
},
|
|
63
|
-
"src/lib/basebuilder.ts": {
|
|
63
|
+
"../testeranto-redux-toolkit/node_modules/testeranto/src/lib/basebuilder.ts": {
|
|
64
64
|
"bytes": 5779,
|
|
65
65
|
"imports": [
|
|
66
66
|
{
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
],
|
|
92
92
|
"format": "esm"
|
|
93
93
|
},
|
|
94
|
-
"src/lib/classBuilder.ts": {
|
|
94
|
+
"../testeranto-redux-toolkit/node_modules/testeranto/src/lib/classBuilder.ts": {
|
|
95
95
|
"bytes": 3143,
|
|
96
96
|
"imports": [
|
|
97
97
|
{
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"external": true
|
|
101
101
|
},
|
|
102
102
|
{
|
|
103
|
-
"path": "src/lib/basebuilder.ts",
|
|
103
|
+
"path": "../testeranto-redux-toolkit/node_modules/testeranto/src/lib/basebuilder.ts",
|
|
104
104
|
"kind": "import-statement",
|
|
105
105
|
"original": "./basebuilder.js"
|
|
106
106
|
},
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
],
|
|
123
123
|
"format": "esm"
|
|
124
124
|
},
|
|
125
|
-
"src/lib/core.ts": {
|
|
125
|
+
"../testeranto-redux-toolkit/node_modules/testeranto/src/lib/core.ts": {
|
|
126
126
|
"bytes": 4563,
|
|
127
127
|
"imports": [
|
|
128
128
|
{
|
|
@@ -131,17 +131,17 @@
|
|
|
131
131
|
"external": true
|
|
132
132
|
},
|
|
133
133
|
{
|
|
134
|
-
"path": "src/lib/index.ts",
|
|
134
|
+
"path": "../testeranto-redux-toolkit/node_modules/testeranto/src/lib/index.ts",
|
|
135
135
|
"kind": "import-statement",
|
|
136
136
|
"original": "./index.js"
|
|
137
137
|
},
|
|
138
138
|
{
|
|
139
|
-
"path": "src/lib/abstractBase.ts",
|
|
139
|
+
"path": "../testeranto-redux-toolkit/node_modules/testeranto/src/lib/abstractBase.ts",
|
|
140
140
|
"kind": "import-statement",
|
|
141
141
|
"original": "./abstractBase.js"
|
|
142
142
|
},
|
|
143
143
|
{
|
|
144
|
-
"path": "src/lib/classBuilder.ts",
|
|
144
|
+
"path": "../testeranto-redux-toolkit/node_modules/testeranto/src/lib/classBuilder.ts",
|
|
145
145
|
"kind": "import-statement",
|
|
146
146
|
"original": "./classBuilder.js"
|
|
147
147
|
},
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
],
|
|
154
154
|
"format": "esm"
|
|
155
155
|
},
|
|
156
|
-
"src/PM/index.ts": {
|
|
156
|
+
"../testeranto-redux-toolkit/node_modules/testeranto/src/PM/index.ts": {
|
|
157
157
|
"bytes": 1657,
|
|
158
158
|
"imports": [
|
|
159
159
|
{
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
],
|
|
175
175
|
"format": "esm"
|
|
176
176
|
},
|
|
177
|
-
"src/PM/node.ts": {
|
|
177
|
+
"../testeranto-redux-toolkit/node_modules/testeranto/src/PM/node.ts": {
|
|
178
178
|
"bytes": 6087,
|
|
179
179
|
"imports": [
|
|
180
180
|
{
|
|
@@ -208,314 +208,274 @@
|
|
|
208
208
|
"external": true
|
|
209
209
|
},
|
|
210
210
|
{
|
|
211
|
-
"path": "src/PM/index.ts",
|
|
211
|
+
"path": "../testeranto-redux-toolkit/node_modules/testeranto/src/PM/index.ts",
|
|
212
212
|
"kind": "import-statement",
|
|
213
213
|
"original": "."
|
|
214
214
|
}
|
|
215
215
|
],
|
|
216
216
|
"format": "esm"
|
|
217
217
|
},
|
|
218
|
-
"src/Node.ts": {
|
|
218
|
+
"../testeranto-redux-toolkit/node_modules/testeranto/src/Node.ts": {
|
|
219
219
|
"bytes": 2417,
|
|
220
220
|
"imports": [
|
|
221
221
|
{
|
|
222
|
-
"path": "src/lib/core.ts",
|
|
222
|
+
"path": "../testeranto-redux-toolkit/node_modules/testeranto/src/lib/core.ts",
|
|
223
223
|
"kind": "import-statement",
|
|
224
224
|
"original": "./lib/core.js"
|
|
225
225
|
},
|
|
226
226
|
{
|
|
227
|
-
"path": "src/lib/index.ts",
|
|
227
|
+
"path": "../testeranto-redux-toolkit/node_modules/testeranto/src/lib/index.ts",
|
|
228
228
|
"kind": "import-statement",
|
|
229
229
|
"original": "./lib/index.js"
|
|
230
230
|
},
|
|
231
231
|
{
|
|
232
|
-
"path": "src/PM/node.ts",
|
|
232
|
+
"path": "../testeranto-redux-toolkit/node_modules/testeranto/src/PM/node.ts",
|
|
233
233
|
"kind": "import-statement",
|
|
234
234
|
"original": "./PM/node.js"
|
|
235
235
|
}
|
|
236
236
|
],
|
|
237
237
|
"format": "esm"
|
|
238
238
|
},
|
|
239
|
-
"node_modules/
|
|
240
|
-
"bytes":
|
|
239
|
+
"../testeranto-redux-toolkit/node_modules/redux/dist/redux.mjs": {
|
|
240
|
+
"bytes": 16765,
|
|
241
241
|
"imports": [],
|
|
242
|
-
"format": "
|
|
243
|
-
},
|
|
244
|
-
"node_modules/scheduler/cjs/scheduler-unstable_mock.development.js": {
|
|
245
|
-
"bytes": 17457,
|
|
246
|
-
"imports": [],
|
|
247
|
-
"format": "cjs"
|
|
242
|
+
"format": "esm"
|
|
248
243
|
},
|
|
249
|
-
"
|
|
250
|
-
"bytes":
|
|
244
|
+
"../testeranto-redux-toolkit/src/index.ts": {
|
|
245
|
+
"bytes": 2410,
|
|
251
246
|
"imports": [
|
|
252
247
|
{
|
|
253
|
-
"path": "
|
|
254
|
-
"kind": "
|
|
255
|
-
"
|
|
248
|
+
"path": "testeranto/src/Types",
|
|
249
|
+
"kind": "import-statement",
|
|
250
|
+
"external": true
|
|
256
251
|
},
|
|
257
252
|
{
|
|
258
|
-
"path": "
|
|
259
|
-
"kind": "
|
|
260
|
-
"
|
|
261
|
-
}
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
"imports": [],
|
|
268
|
-
"format": "cjs"
|
|
269
|
-
},
|
|
270
|
-
"node_modules/scheduler/cjs/scheduler.development.js": {
|
|
271
|
-
"bytes": 17497,
|
|
272
|
-
"imports": [],
|
|
273
|
-
"format": "cjs"
|
|
274
|
-
},
|
|
275
|
-
"node_modules/scheduler/index.js": {
|
|
276
|
-
"bytes": 198,
|
|
277
|
-
"imports": [
|
|
253
|
+
"path": "testeranto/src/Types",
|
|
254
|
+
"kind": "import-statement",
|
|
255
|
+
"external": true
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"path": "@reduxjs/toolkit",
|
|
259
|
+
"kind": "import-statement",
|
|
260
|
+
"external": true
|
|
261
|
+
},
|
|
278
262
|
{
|
|
279
|
-
"path": "node_modules/
|
|
280
|
-
"kind": "
|
|
281
|
-
"original": "
|
|
263
|
+
"path": "../testeranto-redux-toolkit/node_modules/redux/dist/redux.mjs",
|
|
264
|
+
"kind": "import-statement",
|
|
265
|
+
"original": "redux"
|
|
282
266
|
},
|
|
283
267
|
{
|
|
284
|
-
"path": "
|
|
285
|
-
"kind": "
|
|
286
|
-
"
|
|
268
|
+
"path": "testeranto/src/lib/types",
|
|
269
|
+
"kind": "import-statement",
|
|
270
|
+
"external": true
|
|
287
271
|
}
|
|
288
272
|
],
|
|
289
|
-
"format": "
|
|
273
|
+
"format": "esm"
|
|
290
274
|
},
|
|
291
|
-
"
|
|
292
|
-
"bytes":
|
|
275
|
+
"../testeranto-redux-toolkit/src/node.ts": {
|
|
276
|
+
"bytes": 567,
|
|
293
277
|
"imports": [
|
|
294
278
|
{
|
|
295
|
-
"path": "
|
|
296
|
-
"kind": "
|
|
279
|
+
"path": "../testeranto-redux-toolkit/node_modules/testeranto/src/Node.ts",
|
|
280
|
+
"kind": "import-statement",
|
|
281
|
+
"original": "testeranto/src/Node"
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
"path": "testeranto/src/Types",
|
|
285
|
+
"kind": "import-statement",
|
|
297
286
|
"external": true
|
|
298
287
|
},
|
|
299
288
|
{
|
|
300
|
-
"path": "
|
|
301
|
-
"kind": "
|
|
302
|
-
"
|
|
289
|
+
"path": "redux",
|
|
290
|
+
"kind": "import-statement",
|
|
291
|
+
"external": true
|
|
303
292
|
},
|
|
304
293
|
{
|
|
305
|
-
"path": "
|
|
306
|
-
"kind": "
|
|
307
|
-
"original": "
|
|
294
|
+
"path": "../testeranto-redux-toolkit/src/index.ts",
|
|
295
|
+
"kind": "import-statement",
|
|
296
|
+
"original": "."
|
|
308
297
|
}
|
|
309
298
|
],
|
|
310
|
-
"format": "
|
|
299
|
+
"format": "esm"
|
|
300
|
+
},
|
|
301
|
+
"../testeranto-redux-toolkit/node_modules/chai/chai.js": {
|
|
302
|
+
"bytes": 139547,
|
|
303
|
+
"imports": [],
|
|
304
|
+
"format": "esm"
|
|
305
|
+
},
|
|
306
|
+
"../testeranto-redux-toolkit/node_modules/immer/dist/immer.mjs": {
|
|
307
|
+
"bytes": 36195,
|
|
308
|
+
"imports": [],
|
|
309
|
+
"format": "esm"
|
|
310
|
+
},
|
|
311
|
+
"../testeranto-redux-toolkit/node_modules/reselect/dist/reselect.mjs": {
|
|
312
|
+
"bytes": 21982,
|
|
313
|
+
"imports": [],
|
|
314
|
+
"format": "esm"
|
|
311
315
|
},
|
|
312
|
-
"node_modules/
|
|
313
|
-
"bytes":
|
|
316
|
+
"../testeranto-redux-toolkit/node_modules/redux-thunk/dist/redux-thunk.mjs": {
|
|
317
|
+
"bytes": 417,
|
|
318
|
+
"imports": [],
|
|
319
|
+
"format": "esm"
|
|
320
|
+
},
|
|
321
|
+
"../testeranto-redux-toolkit/node_modules/@reduxjs/toolkit/dist/redux-toolkit.modern.mjs": {
|
|
322
|
+
"bytes": 77904,
|
|
314
323
|
"imports": [
|
|
315
324
|
{
|
|
316
|
-
"path": "
|
|
317
|
-
"kind": "
|
|
318
|
-
"
|
|
325
|
+
"path": "../testeranto-redux-toolkit/node_modules/redux/dist/redux.mjs",
|
|
326
|
+
"kind": "import-statement",
|
|
327
|
+
"original": "redux"
|
|
319
328
|
},
|
|
320
329
|
{
|
|
321
|
-
"path": "node_modules/
|
|
322
|
-
"kind": "
|
|
323
|
-
"original": "
|
|
330
|
+
"path": "../testeranto-redux-toolkit/node_modules/immer/dist/immer.mjs",
|
|
331
|
+
"kind": "import-statement",
|
|
332
|
+
"original": "immer"
|
|
324
333
|
},
|
|
325
334
|
{
|
|
326
|
-
"path": "node_modules/
|
|
327
|
-
"kind": "
|
|
328
|
-
"original": "
|
|
329
|
-
}
|
|
330
|
-
],
|
|
331
|
-
"format": "cjs"
|
|
332
|
-
},
|
|
333
|
-
"node_modules/react-test-renderer/index.js": {
|
|
334
|
-
"bytes": 218,
|
|
335
|
-
"imports": [
|
|
335
|
+
"path": "../testeranto-redux-toolkit/node_modules/reselect/dist/reselect.mjs",
|
|
336
|
+
"kind": "import-statement",
|
|
337
|
+
"original": "reselect"
|
|
338
|
+
},
|
|
336
339
|
{
|
|
337
|
-
"path": "
|
|
338
|
-
"kind": "
|
|
339
|
-
"original": "
|
|
340
|
+
"path": "../testeranto-redux-toolkit/node_modules/immer/dist/immer.mjs",
|
|
341
|
+
"kind": "import-statement",
|
|
342
|
+
"original": "immer"
|
|
340
343
|
},
|
|
341
344
|
{
|
|
342
|
-
"path": "
|
|
343
|
-
"kind": "
|
|
344
|
-
"original": "
|
|
345
|
-
}
|
|
346
|
-
],
|
|
347
|
-
"format": "cjs"
|
|
348
|
-
},
|
|
349
|
-
"src/SubPackages/react-test-renderer/component/interface.ts": {
|
|
350
|
-
"bytes": 1105,
|
|
351
|
-
"imports": [
|
|
345
|
+
"path": "../testeranto-redux-toolkit/node_modules/reselect/dist/reselect.mjs",
|
|
346
|
+
"kind": "import-statement",
|
|
347
|
+
"original": "reselect"
|
|
348
|
+
},
|
|
352
349
|
{
|
|
353
|
-
"path": "
|
|
350
|
+
"path": "../testeranto-redux-toolkit/node_modules/redux/dist/redux.mjs",
|
|
354
351
|
"kind": "import-statement",
|
|
355
|
-
"
|
|
352
|
+
"original": "redux"
|
|
356
353
|
},
|
|
357
354
|
{
|
|
358
|
-
"path": "
|
|
355
|
+
"path": "../testeranto-redux-toolkit/node_modules/redux/dist/redux.mjs",
|
|
359
356
|
"kind": "import-statement",
|
|
360
|
-
"original": "
|
|
357
|
+
"original": "redux"
|
|
361
358
|
},
|
|
362
359
|
{
|
|
363
|
-
"path": "
|
|
360
|
+
"path": "../testeranto-redux-toolkit/node_modules/redux-thunk/dist/redux-thunk.mjs",
|
|
364
361
|
"kind": "import-statement",
|
|
365
|
-
"
|
|
362
|
+
"original": "redux-thunk"
|
|
366
363
|
},
|
|
367
364
|
{
|
|
368
|
-
"path": ".",
|
|
365
|
+
"path": "../testeranto-redux-toolkit/node_modules/redux/dist/redux.mjs",
|
|
369
366
|
"kind": "import-statement",
|
|
370
|
-
"
|
|
371
|
-
}
|
|
372
|
-
],
|
|
373
|
-
"format": "esm"
|
|
374
|
-
},
|
|
375
|
-
"src/SubPackages/react-test-renderer/component/node.ts": {
|
|
376
|
-
"bytes": 522,
|
|
377
|
-
"imports": [
|
|
367
|
+
"original": "redux"
|
|
368
|
+
},
|
|
378
369
|
{
|
|
379
|
-
"path": "
|
|
370
|
+
"path": "../testeranto-redux-toolkit/node_modules/immer/dist/immer.mjs",
|
|
380
371
|
"kind": "import-statement",
|
|
381
|
-
"original": "
|
|
372
|
+
"original": "immer"
|
|
382
373
|
},
|
|
383
374
|
{
|
|
384
|
-
"path": "
|
|
375
|
+
"path": "../testeranto-redux-toolkit/node_modules/redux/dist/redux.mjs",
|
|
385
376
|
"kind": "import-statement",
|
|
386
|
-
"
|
|
377
|
+
"original": "redux"
|
|
387
378
|
},
|
|
388
379
|
{
|
|
389
|
-
"path": "
|
|
380
|
+
"path": "../testeranto-redux-toolkit/node_modules/immer/dist/immer.mjs",
|
|
390
381
|
"kind": "import-statement",
|
|
391
|
-
"
|
|
382
|
+
"original": "immer"
|
|
392
383
|
},
|
|
393
384
|
{
|
|
394
|
-
"path": "
|
|
385
|
+
"path": "../testeranto-redux-toolkit/node_modules/immer/dist/immer.mjs",
|
|
395
386
|
"kind": "import-statement",
|
|
396
|
-
"original": "
|
|
397
|
-
}
|
|
398
|
-
],
|
|
399
|
-
"format": "esm"
|
|
400
|
-
},
|
|
401
|
-
"src/examples/react/component/index.tsx": {
|
|
402
|
-
"bytes": 864,
|
|
403
|
-
"imports": [
|
|
387
|
+
"original": "immer"
|
|
388
|
+
},
|
|
404
389
|
{
|
|
405
|
-
"path": "
|
|
390
|
+
"path": "../testeranto-redux-toolkit/node_modules/immer/dist/immer.mjs",
|
|
406
391
|
"kind": "import-statement",
|
|
407
|
-
"
|
|
408
|
-
}
|
|
409
|
-
],
|
|
410
|
-
"format": "esm"
|
|
411
|
-
},
|
|
412
|
-
"src/examples/react/component/test.ts": {
|
|
413
|
-
"bytes": 1883,
|
|
414
|
-
"imports": [
|
|
392
|
+
"original": "immer"
|
|
393
|
+
},
|
|
415
394
|
{
|
|
416
|
-
"path": "
|
|
395
|
+
"path": "../testeranto-redux-toolkit/node_modules/redux/dist/redux.mjs",
|
|
417
396
|
"kind": "import-statement",
|
|
418
|
-
"
|
|
397
|
+
"original": "redux"
|
|
419
398
|
},
|
|
420
399
|
{
|
|
421
|
-
"path": "
|
|
400
|
+
"path": "../testeranto-redux-toolkit/node_modules/redux/dist/redux.mjs",
|
|
422
401
|
"kind": "import-statement",
|
|
423
|
-
"
|
|
402
|
+
"original": "redux"
|
|
424
403
|
},
|
|
425
404
|
{
|
|
426
|
-
"path": ".",
|
|
405
|
+
"path": "../testeranto-redux-toolkit/node_modules/redux/dist/redux.mjs",
|
|
427
406
|
"kind": "import-statement",
|
|
428
|
-
"
|
|
407
|
+
"original": "redux"
|
|
429
408
|
}
|
|
430
409
|
],
|
|
431
410
|
"format": "esm"
|
|
432
411
|
},
|
|
433
|
-
"
|
|
434
|
-
"bytes":
|
|
435
|
-
"imports": [
|
|
412
|
+
"../testeranto-redux-toolkit/test/index.ts": {
|
|
413
|
+
"bytes": 3557,
|
|
414
|
+
"imports": [
|
|
415
|
+
{
|
|
416
|
+
"path": "../testeranto-redux-toolkit/node_modules/@reduxjs/toolkit/dist/redux-toolkit.modern.mjs",
|
|
417
|
+
"kind": "import-statement",
|
|
418
|
+
"original": "@reduxjs/toolkit"
|
|
419
|
+
}
|
|
420
|
+
],
|
|
436
421
|
"format": "esm"
|
|
437
422
|
},
|
|
438
|
-
"
|
|
439
|
-
"bytes":
|
|
423
|
+
"../testeranto-redux-toolkit/test/test.ts": {
|
|
424
|
+
"bytes": 3040,
|
|
440
425
|
"imports": [
|
|
441
426
|
{
|
|
442
|
-
"path": "
|
|
427
|
+
"path": "testeranto/src/Types",
|
|
443
428
|
"kind": "import-statement",
|
|
444
429
|
"external": true
|
|
445
430
|
},
|
|
446
431
|
{
|
|
447
|
-
"path": "node_modules/chai/chai.js",
|
|
432
|
+
"path": "../testeranto-redux-toolkit/node_modules/chai/chai.js",
|
|
448
433
|
"kind": "import-statement",
|
|
449
434
|
"original": "chai"
|
|
450
435
|
},
|
|
451
436
|
{
|
|
452
|
-
"path": "
|
|
453
|
-
"kind": "import-statement",
|
|
454
|
-
"external": true
|
|
455
|
-
},
|
|
456
|
-
{
|
|
457
|
-
"path": "..",
|
|
437
|
+
"path": "../src/index.js",
|
|
458
438
|
"kind": "import-statement",
|
|
459
439
|
"external": true
|
|
460
440
|
},
|
|
461
441
|
{
|
|
462
|
-
"path": "
|
|
442
|
+
"path": "../testeranto-redux-toolkit/test/index.ts",
|
|
463
443
|
"kind": "import-statement",
|
|
464
|
-
"
|
|
444
|
+
"original": "./index.js"
|
|
465
445
|
}
|
|
466
446
|
],
|
|
467
447
|
"format": "esm"
|
|
468
448
|
},
|
|
469
|
-
"
|
|
470
|
-
"bytes":
|
|
449
|
+
"../testeranto-redux-toolkit/test/node.ts": {
|
|
450
|
+
"bytes": 279,
|
|
471
451
|
"imports": [
|
|
472
452
|
{
|
|
473
|
-
"path": "src/
|
|
474
|
-
"kind": "import-statement",
|
|
475
|
-
"original": "../node"
|
|
476
|
-
},
|
|
477
|
-
{
|
|
478
|
-
"path": "../../../../examples/react/component/test",
|
|
453
|
+
"path": "testeranto/src/Types",
|
|
479
454
|
"kind": "import-statement",
|
|
480
455
|
"external": true
|
|
481
456
|
},
|
|
482
457
|
{
|
|
483
|
-
"path": "
|
|
458
|
+
"path": "../testeranto-redux-toolkit/src/node.ts",
|
|
484
459
|
"kind": "import-statement",
|
|
485
|
-
"
|
|
460
|
+
"original": "../src/node"
|
|
486
461
|
},
|
|
487
462
|
{
|
|
488
|
-
"path": "
|
|
489
|
-
"kind": "import-statement",
|
|
490
|
-
"original": "../../../../examples/react/component/index"
|
|
491
|
-
},
|
|
492
|
-
{
|
|
493
|
-
"path": "src/examples/react/component/test.ts",
|
|
463
|
+
"path": ".",
|
|
494
464
|
"kind": "import-statement",
|
|
495
|
-
"
|
|
465
|
+
"external": true
|
|
496
466
|
},
|
|
497
467
|
{
|
|
498
|
-
"path": "
|
|
468
|
+
"path": "../testeranto-redux-toolkit/test/test.ts",
|
|
499
469
|
"kind": "import-statement",
|
|
500
|
-
"original": "./
|
|
470
|
+
"original": "./test"
|
|
501
471
|
}
|
|
502
472
|
],
|
|
503
473
|
"format": "esm"
|
|
504
474
|
}
|
|
505
475
|
},
|
|
506
476
|
"outputs": {
|
|
507
|
-
"testeranto/bundles/node/
|
|
477
|
+
"testeranto/bundles/node/redux/node_modules/testeranto_with_reduxjs_toolkit/test/node.mjs": {
|
|
508
478
|
"imports": [
|
|
509
|
-
{
|
|
510
|
-
"path": "react",
|
|
511
|
-
"kind": "require-call",
|
|
512
|
-
"external": true
|
|
513
|
-
},
|
|
514
|
-
{
|
|
515
|
-
"path": "react",
|
|
516
|
-
"kind": "require-call",
|
|
517
|
-
"external": true
|
|
518
|
-
},
|
|
519
479
|
{
|
|
520
480
|
"path": "net",
|
|
521
481
|
"kind": "import-statement",
|
|
@@ -530,97 +490,69 @@
|
|
|
530
490
|
"path": "path",
|
|
531
491
|
"kind": "import-statement",
|
|
532
492
|
"external": true
|
|
533
|
-
},
|
|
534
|
-
{
|
|
535
|
-
"path": "react",
|
|
536
|
-
"kind": "import-statement",
|
|
537
|
-
"external": true
|
|
538
|
-
},
|
|
539
|
-
{
|
|
540
|
-
"path": "react",
|
|
541
|
-
"kind": "import-statement",
|
|
542
|
-
"external": true
|
|
543
493
|
}
|
|
544
494
|
],
|
|
545
495
|
"exports": [
|
|
546
496
|
"default"
|
|
547
497
|
],
|
|
548
|
-
"entryPoint": "
|
|
498
|
+
"entryPoint": "../testeranto-redux-toolkit/test/node.ts",
|
|
549
499
|
"inputs": {
|
|
550
|
-
"node_modules/
|
|
551
|
-
"bytesInOutput":
|
|
552
|
-
},
|
|
553
|
-
"node_modules/scheduler/cjs/scheduler-unstable_mock.development.js": {
|
|
554
|
-
"bytesInOutput": 19200
|
|
555
|
-
},
|
|
556
|
-
"node_modules/scheduler/unstable_mock.js": {
|
|
557
|
-
"bytesInOutput": 341
|
|
558
|
-
},
|
|
559
|
-
"node_modules/scheduler/cjs/scheduler.production.min.js": {
|
|
560
|
-
"bytesInOutput": 7012
|
|
561
|
-
},
|
|
562
|
-
"node_modules/scheduler/cjs/scheduler.development.js": {
|
|
563
|
-
"bytesInOutput": 16923
|
|
564
|
-
},
|
|
565
|
-
"node_modules/scheduler/index.js": {
|
|
566
|
-
"bytesInOutput": 301
|
|
567
|
-
},
|
|
568
|
-
"node_modules/react-test-renderer/cjs/react-test-renderer.production.min.js": {
|
|
569
|
-
"bytesInOutput": 150810
|
|
500
|
+
"../testeranto-redux-toolkit/node_modules/testeranto/src/lib/index.ts": {
|
|
501
|
+
"bytesInOutput": 512
|
|
570
502
|
},
|
|
571
|
-
"
|
|
572
|
-
"bytesInOutput":
|
|
503
|
+
"../testeranto-redux-toolkit/node_modules/testeranto/src/lib/abstractBase.ts": {
|
|
504
|
+
"bytesInOutput": 10179
|
|
573
505
|
},
|
|
574
|
-
"
|
|
575
|
-
"bytesInOutput":
|
|
506
|
+
"../testeranto-redux-toolkit/node_modules/testeranto/src/lib/basebuilder.ts": {
|
|
507
|
+
"bytesInOutput": 3681
|
|
576
508
|
},
|
|
577
|
-
"src/lib/
|
|
578
|
-
"bytesInOutput":
|
|
509
|
+
"../testeranto-redux-toolkit/node_modules/testeranto/src/lib/classBuilder.ts": {
|
|
510
|
+
"bytesInOutput": 2217
|
|
579
511
|
},
|
|
580
|
-
"src/lib/
|
|
581
|
-
"bytesInOutput":
|
|
512
|
+
"../testeranto-redux-toolkit/node_modules/testeranto/src/lib/core.ts": {
|
|
513
|
+
"bytesInOutput": 2850
|
|
582
514
|
},
|
|
583
|
-
"src/
|
|
584
|
-
"bytesInOutput":
|
|
515
|
+
"../testeranto-redux-toolkit/node_modules/testeranto/src/PM/node.ts": {
|
|
516
|
+
"bytesInOutput": 5025
|
|
585
517
|
},
|
|
586
|
-
"src/
|
|
587
|
-
"bytesInOutput":
|
|
518
|
+
"../testeranto-redux-toolkit/node_modules/testeranto/src/PM/index.ts": {
|
|
519
|
+
"bytesInOutput": 59
|
|
588
520
|
},
|
|
589
|
-
"src/
|
|
590
|
-
"bytesInOutput":
|
|
521
|
+
"../testeranto-redux-toolkit/node_modules/testeranto/src/Node.ts": {
|
|
522
|
+
"bytesInOutput": 1094
|
|
591
523
|
},
|
|
592
|
-
"
|
|
593
|
-
"bytesInOutput":
|
|
524
|
+
"../testeranto-redux-toolkit/node_modules/redux/dist/redux.mjs": {
|
|
525
|
+
"bytesInOutput": 9452
|
|
594
526
|
},
|
|
595
|
-
"src/
|
|
596
|
-
"bytesInOutput":
|
|
527
|
+
"../testeranto-redux-toolkit/src/index.ts": {
|
|
528
|
+
"bytesInOutput": 506
|
|
597
529
|
},
|
|
598
|
-
"src/
|
|
599
|
-
"bytesInOutput":
|
|
530
|
+
"../testeranto-redux-toolkit/src/node.ts": {
|
|
531
|
+
"bytesInOutput": 179
|
|
600
532
|
},
|
|
601
|
-
"
|
|
602
|
-
"bytesInOutput":
|
|
533
|
+
"../testeranto-redux-toolkit/node_modules/chai/chai.js": {
|
|
534
|
+
"bytesInOutput": 130574
|
|
603
535
|
},
|
|
604
|
-
"
|
|
605
|
-
"bytesInOutput":
|
|
536
|
+
"../testeranto-redux-toolkit/node_modules/@reduxjs/toolkit/dist/redux-toolkit.modern.mjs": {
|
|
537
|
+
"bytesInOutput": 24066
|
|
606
538
|
},
|
|
607
|
-
"
|
|
608
|
-
"bytesInOutput":
|
|
539
|
+
"../testeranto-redux-toolkit/node_modules/immer/dist/immer.mjs": {
|
|
540
|
+
"bytesInOutput": 20432
|
|
609
541
|
},
|
|
610
|
-
"
|
|
611
|
-
"bytesInOutput":
|
|
542
|
+
"../testeranto-redux-toolkit/node_modules/reselect/dist/reselect.mjs": {
|
|
543
|
+
"bytesInOutput": 10890
|
|
612
544
|
},
|
|
613
|
-
"
|
|
614
|
-
"bytesInOutput":
|
|
545
|
+
"../testeranto-redux-toolkit/test/index.ts": {
|
|
546
|
+
"bytesInOutput": 2083
|
|
615
547
|
},
|
|
616
|
-
"
|
|
617
|
-
"bytesInOutput":
|
|
548
|
+
"../testeranto-redux-toolkit/test/test.ts": {
|
|
549
|
+
"bytesInOutput": 2622
|
|
618
550
|
},
|
|
619
|
-
"
|
|
620
|
-
"bytesInOutput":
|
|
551
|
+
"../testeranto-redux-toolkit/test/node.ts": {
|
|
552
|
+
"bytesInOutput": 84
|
|
621
553
|
}
|
|
622
554
|
},
|
|
623
|
-
"bytes":
|
|
555
|
+
"bytes": 235320
|
|
624
556
|
}
|
|
625
557
|
}
|
|
626
558
|
}
|