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
|
@@ -0,0 +1,504 @@
|
|
|
1
|
+
{
|
|
2
|
+
"errors": [],
|
|
3
|
+
"warnings": [],
|
|
4
|
+
"metafile": {
|
|
5
|
+
"inputs": {
|
|
6
|
+
"../testeranto-redux-toolkit/node_modules/testeranto/src/PM/web.ts": {
|
|
7
|
+
"bytes": 3280,
|
|
8
|
+
"imports": [
|
|
9
|
+
{
|
|
10
|
+
"path": "stream",
|
|
11
|
+
"kind": "import-statement",
|
|
12
|
+
"external": true
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"path": "puppeteer-core",
|
|
16
|
+
"kind": "import-statement",
|
|
17
|
+
"external": true
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"path": "puppeteer-core/lib/esm/puppeteer",
|
|
21
|
+
"kind": "import-statement",
|
|
22
|
+
"external": true
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"path": "../lib",
|
|
26
|
+
"kind": "import-statement",
|
|
27
|
+
"external": true
|
|
28
|
+
}
|
|
29
|
+
],
|
|
30
|
+
"format": "esm"
|
|
31
|
+
},
|
|
32
|
+
"../testeranto-redux-toolkit/node_modules/testeranto/src/lib/index.ts": {
|
|
33
|
+
"bytes": 3131,
|
|
34
|
+
"imports": [
|
|
35
|
+
{
|
|
36
|
+
"path": "../PM/pure.js",
|
|
37
|
+
"kind": "import-statement",
|
|
38
|
+
"external": true
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"path": "../PM/node.js",
|
|
42
|
+
"kind": "import-statement",
|
|
43
|
+
"external": true
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"path": "../PM/web.js",
|
|
47
|
+
"kind": "import-statement",
|
|
48
|
+
"external": true
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"path": "../Types.js",
|
|
52
|
+
"kind": "import-statement",
|
|
53
|
+
"external": true
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"path": "./abstractBase.js",
|
|
57
|
+
"kind": "import-statement",
|
|
58
|
+
"external": true
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"path": "./types.js",
|
|
62
|
+
"kind": "import-statement",
|
|
63
|
+
"external": true
|
|
64
|
+
}
|
|
65
|
+
],
|
|
66
|
+
"format": "esm"
|
|
67
|
+
},
|
|
68
|
+
"../testeranto-redux-toolkit/node_modules/testeranto/src/lib/abstractBase.ts": {
|
|
69
|
+
"bytes": 14727,
|
|
70
|
+
"imports": [
|
|
71
|
+
{
|
|
72
|
+
"path": "../Types.js",
|
|
73
|
+
"kind": "import-statement",
|
|
74
|
+
"external": true
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"path": ".",
|
|
78
|
+
"kind": "import-statement",
|
|
79
|
+
"external": true
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"path": "./types.js",
|
|
83
|
+
"kind": "import-statement",
|
|
84
|
+
"external": true
|
|
85
|
+
}
|
|
86
|
+
],
|
|
87
|
+
"format": "esm"
|
|
88
|
+
},
|
|
89
|
+
"../testeranto-redux-toolkit/node_modules/testeranto/src/lib/basebuilder.ts": {
|
|
90
|
+
"bytes": 5779,
|
|
91
|
+
"imports": [
|
|
92
|
+
{
|
|
93
|
+
"path": "stream",
|
|
94
|
+
"kind": "import-statement",
|
|
95
|
+
"external": true
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"path": "../Types.js",
|
|
99
|
+
"kind": "import-statement",
|
|
100
|
+
"external": true
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"path": ".",
|
|
104
|
+
"kind": "import-statement",
|
|
105
|
+
"external": true
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"path": "./types.js",
|
|
109
|
+
"kind": "import-statement",
|
|
110
|
+
"external": true
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"path": "./abstractBase.js",
|
|
114
|
+
"kind": "import-statement",
|
|
115
|
+
"external": true
|
|
116
|
+
}
|
|
117
|
+
],
|
|
118
|
+
"format": "esm"
|
|
119
|
+
},
|
|
120
|
+
"../testeranto-redux-toolkit/node_modules/testeranto/src/lib/classBuilder.ts": {
|
|
121
|
+
"bytes": 3143,
|
|
122
|
+
"imports": [
|
|
123
|
+
{
|
|
124
|
+
"path": "../Types.js",
|
|
125
|
+
"kind": "import-statement",
|
|
126
|
+
"external": true
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"path": "../testeranto-redux-toolkit/node_modules/testeranto/src/lib/basebuilder.ts",
|
|
130
|
+
"kind": "import-statement",
|
|
131
|
+
"original": "./basebuilder.js"
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"path": "./types.js",
|
|
135
|
+
"kind": "import-statement",
|
|
136
|
+
"external": true
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"path": "./index.js",
|
|
140
|
+
"kind": "import-statement",
|
|
141
|
+
"external": true
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"path": "./abstractBase.js",
|
|
145
|
+
"kind": "import-statement",
|
|
146
|
+
"external": true
|
|
147
|
+
}
|
|
148
|
+
],
|
|
149
|
+
"format": "esm"
|
|
150
|
+
},
|
|
151
|
+
"../testeranto-redux-toolkit/node_modules/testeranto/src/lib/core.ts": {
|
|
152
|
+
"bytes": 4563,
|
|
153
|
+
"imports": [
|
|
154
|
+
{
|
|
155
|
+
"path": "../Types.js",
|
|
156
|
+
"kind": "import-statement",
|
|
157
|
+
"external": true
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"path": "../testeranto-redux-toolkit/node_modules/testeranto/src/lib/index.ts",
|
|
161
|
+
"kind": "import-statement",
|
|
162
|
+
"original": "./index.js"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"path": "../testeranto-redux-toolkit/node_modules/testeranto/src/lib/abstractBase.ts",
|
|
166
|
+
"kind": "import-statement",
|
|
167
|
+
"original": "./abstractBase.js"
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"path": "../testeranto-redux-toolkit/node_modules/testeranto/src/lib/classBuilder.ts",
|
|
171
|
+
"kind": "import-statement",
|
|
172
|
+
"original": "./classBuilder.js"
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"path": "./types",
|
|
176
|
+
"kind": "import-statement",
|
|
177
|
+
"external": true
|
|
178
|
+
}
|
|
179
|
+
],
|
|
180
|
+
"format": "esm"
|
|
181
|
+
},
|
|
182
|
+
"../testeranto-redux-toolkit/node_modules/testeranto/src/Web.ts": {
|
|
183
|
+
"bytes": 2698,
|
|
184
|
+
"imports": [
|
|
185
|
+
{
|
|
186
|
+
"path": "../testeranto-redux-toolkit/node_modules/testeranto/src/PM/web.ts",
|
|
187
|
+
"kind": "import-statement",
|
|
188
|
+
"original": "./PM/web"
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"path": "../testeranto-redux-toolkit/node_modules/testeranto/src/lib/core.ts",
|
|
192
|
+
"kind": "import-statement",
|
|
193
|
+
"original": "./lib/core.js"
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"path": "../testeranto-redux-toolkit/node_modules/testeranto/src/lib/index.ts",
|
|
197
|
+
"kind": "import-statement",
|
|
198
|
+
"original": "./lib/index.js"
|
|
199
|
+
}
|
|
200
|
+
],
|
|
201
|
+
"format": "esm"
|
|
202
|
+
},
|
|
203
|
+
"../testeranto-redux-toolkit/node_modules/redux/dist/redux.mjs": {
|
|
204
|
+
"bytes": 16765,
|
|
205
|
+
"imports": [],
|
|
206
|
+
"format": "esm"
|
|
207
|
+
},
|
|
208
|
+
"../testeranto-redux-toolkit/src/index.ts": {
|
|
209
|
+
"bytes": 2410,
|
|
210
|
+
"imports": [
|
|
211
|
+
{
|
|
212
|
+
"path": "testeranto/src/Types",
|
|
213
|
+
"kind": "import-statement",
|
|
214
|
+
"external": true
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"path": "testeranto/src/Types",
|
|
218
|
+
"kind": "import-statement",
|
|
219
|
+
"external": true
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"path": "@reduxjs/toolkit",
|
|
223
|
+
"kind": "import-statement",
|
|
224
|
+
"external": true
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"path": "../testeranto-redux-toolkit/node_modules/redux/dist/redux.mjs",
|
|
228
|
+
"kind": "import-statement",
|
|
229
|
+
"original": "redux"
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
"path": "testeranto/src/lib/types",
|
|
233
|
+
"kind": "import-statement",
|
|
234
|
+
"external": true
|
|
235
|
+
}
|
|
236
|
+
],
|
|
237
|
+
"format": "esm"
|
|
238
|
+
},
|
|
239
|
+
"../testeranto-redux-toolkit/src/web.ts": {
|
|
240
|
+
"bytes": 566,
|
|
241
|
+
"imports": [
|
|
242
|
+
{
|
|
243
|
+
"path": "../testeranto-redux-toolkit/node_modules/testeranto/src/Web.ts",
|
|
244
|
+
"kind": "import-statement",
|
|
245
|
+
"original": "testeranto/src/Web"
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"path": "testeranto/src/Types",
|
|
249
|
+
"kind": "import-statement",
|
|
250
|
+
"external": true
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"path": "redux",
|
|
254
|
+
"kind": "import-statement",
|
|
255
|
+
"external": true
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"path": "../testeranto-redux-toolkit/src/index.ts",
|
|
259
|
+
"kind": "import-statement",
|
|
260
|
+
"original": "."
|
|
261
|
+
}
|
|
262
|
+
],
|
|
263
|
+
"format": "esm"
|
|
264
|
+
},
|
|
265
|
+
"../testeranto-redux-toolkit/node_modules/chai/chai.js": {
|
|
266
|
+
"bytes": 139547,
|
|
267
|
+
"imports": [],
|
|
268
|
+
"format": "esm"
|
|
269
|
+
},
|
|
270
|
+
"../testeranto-redux-toolkit/node_modules/immer/dist/immer.mjs": {
|
|
271
|
+
"bytes": 36195,
|
|
272
|
+
"imports": [],
|
|
273
|
+
"format": "esm"
|
|
274
|
+
},
|
|
275
|
+
"../testeranto-redux-toolkit/node_modules/reselect/dist/reselect.mjs": {
|
|
276
|
+
"bytes": 21982,
|
|
277
|
+
"imports": [],
|
|
278
|
+
"format": "esm"
|
|
279
|
+
},
|
|
280
|
+
"../testeranto-redux-toolkit/node_modules/redux-thunk/dist/redux-thunk.mjs": {
|
|
281
|
+
"bytes": 417,
|
|
282
|
+
"imports": [],
|
|
283
|
+
"format": "esm"
|
|
284
|
+
},
|
|
285
|
+
"../testeranto-redux-toolkit/node_modules/@reduxjs/toolkit/dist/redux-toolkit.modern.mjs": {
|
|
286
|
+
"bytes": 77904,
|
|
287
|
+
"imports": [
|
|
288
|
+
{
|
|
289
|
+
"path": "../testeranto-redux-toolkit/node_modules/redux/dist/redux.mjs",
|
|
290
|
+
"kind": "import-statement",
|
|
291
|
+
"original": "redux"
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
"path": "../testeranto-redux-toolkit/node_modules/immer/dist/immer.mjs",
|
|
295
|
+
"kind": "import-statement",
|
|
296
|
+
"original": "immer"
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
"path": "../testeranto-redux-toolkit/node_modules/reselect/dist/reselect.mjs",
|
|
300
|
+
"kind": "import-statement",
|
|
301
|
+
"original": "reselect"
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
"path": "../testeranto-redux-toolkit/node_modules/immer/dist/immer.mjs",
|
|
305
|
+
"kind": "import-statement",
|
|
306
|
+
"original": "immer"
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"path": "../testeranto-redux-toolkit/node_modules/reselect/dist/reselect.mjs",
|
|
310
|
+
"kind": "import-statement",
|
|
311
|
+
"original": "reselect"
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
"path": "../testeranto-redux-toolkit/node_modules/redux/dist/redux.mjs",
|
|
315
|
+
"kind": "import-statement",
|
|
316
|
+
"original": "redux"
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
"path": "../testeranto-redux-toolkit/node_modules/redux/dist/redux.mjs",
|
|
320
|
+
"kind": "import-statement",
|
|
321
|
+
"original": "redux"
|
|
322
|
+
},
|
|
323
|
+
{
|
|
324
|
+
"path": "../testeranto-redux-toolkit/node_modules/redux-thunk/dist/redux-thunk.mjs",
|
|
325
|
+
"kind": "import-statement",
|
|
326
|
+
"original": "redux-thunk"
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
"path": "../testeranto-redux-toolkit/node_modules/redux/dist/redux.mjs",
|
|
330
|
+
"kind": "import-statement",
|
|
331
|
+
"original": "redux"
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
"path": "../testeranto-redux-toolkit/node_modules/immer/dist/immer.mjs",
|
|
335
|
+
"kind": "import-statement",
|
|
336
|
+
"original": "immer"
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
"path": "../testeranto-redux-toolkit/node_modules/redux/dist/redux.mjs",
|
|
340
|
+
"kind": "import-statement",
|
|
341
|
+
"original": "redux"
|
|
342
|
+
},
|
|
343
|
+
{
|
|
344
|
+
"path": "../testeranto-redux-toolkit/node_modules/immer/dist/immer.mjs",
|
|
345
|
+
"kind": "import-statement",
|
|
346
|
+
"original": "immer"
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
"path": "../testeranto-redux-toolkit/node_modules/immer/dist/immer.mjs",
|
|
350
|
+
"kind": "import-statement",
|
|
351
|
+
"original": "immer"
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
"path": "../testeranto-redux-toolkit/node_modules/immer/dist/immer.mjs",
|
|
355
|
+
"kind": "import-statement",
|
|
356
|
+
"original": "immer"
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
"path": "../testeranto-redux-toolkit/node_modules/redux/dist/redux.mjs",
|
|
360
|
+
"kind": "import-statement",
|
|
361
|
+
"original": "redux"
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
"path": "../testeranto-redux-toolkit/node_modules/redux/dist/redux.mjs",
|
|
365
|
+
"kind": "import-statement",
|
|
366
|
+
"original": "redux"
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
"path": "../testeranto-redux-toolkit/node_modules/redux/dist/redux.mjs",
|
|
370
|
+
"kind": "import-statement",
|
|
371
|
+
"original": "redux"
|
|
372
|
+
}
|
|
373
|
+
],
|
|
374
|
+
"format": "esm"
|
|
375
|
+
},
|
|
376
|
+
"../testeranto-redux-toolkit/test/index.ts": {
|
|
377
|
+
"bytes": 3557,
|
|
378
|
+
"imports": [
|
|
379
|
+
{
|
|
380
|
+
"path": "../testeranto-redux-toolkit/node_modules/@reduxjs/toolkit/dist/redux-toolkit.modern.mjs",
|
|
381
|
+
"kind": "import-statement",
|
|
382
|
+
"original": "@reduxjs/toolkit"
|
|
383
|
+
}
|
|
384
|
+
],
|
|
385
|
+
"format": "esm"
|
|
386
|
+
},
|
|
387
|
+
"../testeranto-redux-toolkit/test/test.ts": {
|
|
388
|
+
"bytes": 3040,
|
|
389
|
+
"imports": [
|
|
390
|
+
{
|
|
391
|
+
"path": "testeranto/src/Types",
|
|
392
|
+
"kind": "import-statement",
|
|
393
|
+
"external": true
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
"path": "../testeranto-redux-toolkit/node_modules/chai/chai.js",
|
|
397
|
+
"kind": "import-statement",
|
|
398
|
+
"original": "chai"
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
"path": "../src/index.js",
|
|
402
|
+
"kind": "import-statement",
|
|
403
|
+
"external": true
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
"path": "../testeranto-redux-toolkit/test/index.ts",
|
|
407
|
+
"kind": "import-statement",
|
|
408
|
+
"original": "./index.js"
|
|
409
|
+
}
|
|
410
|
+
],
|
|
411
|
+
"format": "esm"
|
|
412
|
+
},
|
|
413
|
+
"../testeranto-redux-toolkit/test/web.ts": {
|
|
414
|
+
"bytes": 278,
|
|
415
|
+
"imports": [
|
|
416
|
+
{
|
|
417
|
+
"path": "../testeranto-redux-toolkit/src/web.ts",
|
|
418
|
+
"kind": "import-statement",
|
|
419
|
+
"original": "../src/web"
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
"path": "testeranto/src/Types",
|
|
423
|
+
"kind": "import-statement",
|
|
424
|
+
"external": true
|
|
425
|
+
},
|
|
426
|
+
{
|
|
427
|
+
"path": ".",
|
|
428
|
+
"kind": "import-statement",
|
|
429
|
+
"external": true
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
"path": "../testeranto-redux-toolkit/test/test.ts",
|
|
433
|
+
"kind": "import-statement",
|
|
434
|
+
"original": "./test"
|
|
435
|
+
}
|
|
436
|
+
],
|
|
437
|
+
"format": "esm"
|
|
438
|
+
}
|
|
439
|
+
},
|
|
440
|
+
"outputs": {
|
|
441
|
+
"testeranto/bundles/web/redux/node_modules/testeranto_with_reduxjs_toolkit/test/web.mjs": {
|
|
442
|
+
"imports": [],
|
|
443
|
+
"exports": [
|
|
444
|
+
"default"
|
|
445
|
+
],
|
|
446
|
+
"entryPoint": "../testeranto-redux-toolkit/test/web.ts",
|
|
447
|
+
"inputs": {
|
|
448
|
+
"../testeranto-redux-toolkit/node_modules/testeranto/src/PM/web.ts": {
|
|
449
|
+
"bytesInOutput": 2541
|
|
450
|
+
},
|
|
451
|
+
"../testeranto-redux-toolkit/node_modules/testeranto/src/lib/index.ts": {
|
|
452
|
+
"bytesInOutput": 512
|
|
453
|
+
},
|
|
454
|
+
"../testeranto-redux-toolkit/node_modules/testeranto/src/lib/abstractBase.ts": {
|
|
455
|
+
"bytesInOutput": 10179
|
|
456
|
+
},
|
|
457
|
+
"../testeranto-redux-toolkit/node_modules/testeranto/src/lib/basebuilder.ts": {
|
|
458
|
+
"bytesInOutput": 3682
|
|
459
|
+
},
|
|
460
|
+
"../testeranto-redux-toolkit/node_modules/testeranto/src/lib/classBuilder.ts": {
|
|
461
|
+
"bytesInOutput": 2217
|
|
462
|
+
},
|
|
463
|
+
"../testeranto-redux-toolkit/node_modules/testeranto/src/lib/core.ts": {
|
|
464
|
+
"bytesInOutput": 2850
|
|
465
|
+
},
|
|
466
|
+
"../testeranto-redux-toolkit/node_modules/testeranto/src/Web.ts": {
|
|
467
|
+
"bytesInOutput": 1714
|
|
468
|
+
},
|
|
469
|
+
"../testeranto-redux-toolkit/node_modules/redux/dist/redux.mjs": {
|
|
470
|
+
"bytesInOutput": 8792
|
|
471
|
+
},
|
|
472
|
+
"../testeranto-redux-toolkit/src/index.ts": {
|
|
473
|
+
"bytesInOutput": 506
|
|
474
|
+
},
|
|
475
|
+
"../testeranto-redux-toolkit/src/web.ts": {
|
|
476
|
+
"bytesInOutput": 177
|
|
477
|
+
},
|
|
478
|
+
"../testeranto-redux-toolkit/node_modules/chai/chai.js": {
|
|
479
|
+
"bytesInOutput": 130570
|
|
480
|
+
},
|
|
481
|
+
"../testeranto-redux-toolkit/node_modules/@reduxjs/toolkit/dist/redux-toolkit.modern.mjs": {
|
|
482
|
+
"bytesInOutput": 23045
|
|
483
|
+
},
|
|
484
|
+
"../testeranto-redux-toolkit/node_modules/immer/dist/immer.mjs": {
|
|
485
|
+
"bytesInOutput": 20236
|
|
486
|
+
},
|
|
487
|
+
"../testeranto-redux-toolkit/node_modules/reselect/dist/reselect.mjs": {
|
|
488
|
+
"bytesInOutput": 10857
|
|
489
|
+
},
|
|
490
|
+
"../testeranto-redux-toolkit/test/index.ts": {
|
|
491
|
+
"bytesInOutput": 2083
|
|
492
|
+
},
|
|
493
|
+
"../testeranto-redux-toolkit/test/test.ts": {
|
|
494
|
+
"bytesInOutput": 2622
|
|
495
|
+
},
|
|
496
|
+
"../testeranto-redux-toolkit/test/web.ts": {
|
|
497
|
+
"bytesInOutput": 82
|
|
498
|
+
}
|
|
499
|
+
},
|
|
500
|
+
"bytes": 231244
|
|
501
|
+
}
|
|
502
|
+
}
|
|
503
|
+
}
|
|
504
|
+
}
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
</head>
|
|
9
9
|
|
|
10
10
|
<body>
|
|
11
|
-
<h1>/Users/adam/Code/testeranto/testeranto/bundles/web/
|
|
11
|
+
<h1>/Users/adam/Code/testeranto/testeranto/bundles/web/redux/test/web.html</h1>
|
|
12
12
|
<div id="root">
|
|
13
13
|
|
|
14
14
|
</div>
|
package/testeranto/index.html
CHANGED
|
@@ -1,22 +1,38 @@
|
|
|
1
1
|
{
|
|
2
|
-
"src": "src",
|
|
3
|
-
"debugger": false,
|
|
4
|
-
"minify": false,
|
|
5
|
-
"clearScreen": false,
|
|
6
|
-
"externals": [],
|
|
7
|
-
"ports": [],
|
|
8
2
|
"tests": [
|
|
9
3
|
[
|
|
10
|
-
"./
|
|
4
|
+
"./test/node.ts",
|
|
11
5
|
"node",
|
|
12
6
|
{
|
|
13
7
|
"ports": 0
|
|
14
8
|
},
|
|
15
9
|
[]
|
|
10
|
+
],
|
|
11
|
+
[
|
|
12
|
+
"./test/pure.ts",
|
|
13
|
+
"pure",
|
|
14
|
+
{
|
|
15
|
+
"ports": 0
|
|
16
|
+
},
|
|
17
|
+
[]
|
|
18
|
+
],
|
|
19
|
+
[
|
|
20
|
+
"./test/web.ts",
|
|
21
|
+
"web",
|
|
22
|
+
{
|
|
23
|
+
"ports": 0
|
|
24
|
+
},
|
|
25
|
+
[]
|
|
16
26
|
]
|
|
17
27
|
],
|
|
18
|
-
"
|
|
19
|
-
"
|
|
28
|
+
"clearScreen": false,
|
|
29
|
+
"debugger": false,
|
|
30
|
+
"externals": [],
|
|
20
31
|
"importPlugins": [],
|
|
21
|
-
"
|
|
32
|
+
"minify": false,
|
|
33
|
+
"nodePlugins": [],
|
|
34
|
+
"ports": [],
|
|
35
|
+
"src": "node_modules/testeranto_with_reduxjs_toolkit",
|
|
36
|
+
"webPlugins": [],
|
|
37
|
+
"buildDir": "/Users/adam/Code/testeranto/testeranto/bundles/redux"
|
|
22
38
|
}
|
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
|
|
2
2
|
<!DOCTYPE html>
|
|
3
3
|
<html lang="en">
|
|
4
|
-
|
|
4
|
+
|
|
5
5
|
<head>
|
|
6
6
|
<meta name="description" content="Webpage description goes here" />
|
|
7
7
|
<meta charset="utf-8" />
|
|
8
8
|
<title>kokomoBay - testeranto</title>
|
|
9
9
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
10
10
|
<meta name="author" content="" />
|
|
11
|
-
|
|
11
|
+
|
|
12
12
|
<link rel="stylesheet" href="/kokomoBay/testeranto/ReportClient.css" />
|
|
13
13
|
<script type="module" src="/kokomoBay/testeranto/ReportClient.js"></script>
|
|
14
|
-
|
|
14
|
+
|
|
15
15
|
</head>
|
|
16
|
-
|
|
16
|
+
|
|
17
17
|
<body>
|
|
18
18
|
<div id="root">
|
|
19
19
|
react is loading
|
|
20
20
|
</div>
|
|
21
21
|
</body>
|
|
22
|
-
|
|
22
|
+
|
|
23
23
|
</html>
|
|
24
24
|
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"node_modules/testeranto_with_reduxjs_toolkit/./test/node.ts": {
|
|
3
|
+
"runTimeError": "?",
|
|
4
|
+
"typeErrors": "?",
|
|
5
|
+
"staticErrors": "?",
|
|
6
|
+
"prompt": "?"
|
|
7
|
+
},
|
|
8
|
+
"node_modules/testeranto_with_reduxjs_toolkit/./test/pure.ts": {
|
|
9
|
+
"runTimeError": "?",
|
|
10
|
+
"typeErrors": "?",
|
|
11
|
+
"staticErrors": "?",
|
|
12
|
+
"prompt": "?"
|
|
13
|
+
},
|
|
14
|
+
"node_modules/testeranto_with_reduxjs_toolkit/./test/web.ts": {
|
|
15
|
+
"runTimeError": "?",
|
|
16
|
+
"typeErrors": "?",
|
|
17
|
+
"staticErrors": "?",
|
|
18
|
+
"prompt": "?"
|
|
19
|
+
}
|
|
20
|
+
}
|