@teambit/component-writer 1.0.290 → 1.0.291
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/artifacts/__bit_junit.xml +1 -1
- package/artifacts/schema.json +203 -161
- package/dist/component-writer.main.runtime.d.ts +2 -0
- package/dist/component-writer.main.runtime.js +1 -1
- package/dist/component-writer.main.runtime.js.map +1 -1
- package/package.json +9 -9
- /package/dist/{preview-1717125850351.js → preview-1717212067364.js} +0 -0
package/artifacts/schema.json
CHANGED
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"__schema": "ClassSchema",
|
|
26
26
|
"location": {
|
|
27
27
|
"filePath": "component-writer.main.runtime.ts",
|
|
28
|
-
"line":
|
|
28
|
+
"line": 46,
|
|
29
29
|
"character": 1
|
|
30
30
|
},
|
|
31
31
|
"signature": "class ComponentWriterMain",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"__schema": "ConstructorSchema",
|
|
36
36
|
"location": {
|
|
37
37
|
"filePath": "component-writer.main.runtime.ts",
|
|
38
|
-
"line":
|
|
38
|
+
"line": 47,
|
|
39
39
|
"character": 3
|
|
40
40
|
},
|
|
41
41
|
"signature": "constructor ComponentWriterMain(installer: InstallMain, compiler: CompilerMain, workspace: Workspace, logger: Logger, mover: MoverMain, configMerge: ConfigMergerMain): ComponentWriterMain",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"__schema": "ParameterSchema",
|
|
46
46
|
"location": {
|
|
47
47
|
"filePath": "component-writer.main.runtime.ts",
|
|
48
|
-
"line":
|
|
48
|
+
"line": 48,
|
|
49
49
|
"character": 5
|
|
50
50
|
},
|
|
51
51
|
"name": "installer",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"__schema": "TypeRefSchema",
|
|
54
54
|
"location": {
|
|
55
55
|
"filePath": "component-writer.main.runtime.ts",
|
|
56
|
-
"line":
|
|
56
|
+
"line": 48,
|
|
57
57
|
"character": 24
|
|
58
58
|
},
|
|
59
59
|
"name": "InstallMain",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"__schema": "ParameterSchema",
|
|
70
70
|
"location": {
|
|
71
71
|
"filePath": "component-writer.main.runtime.ts",
|
|
72
|
-
"line":
|
|
72
|
+
"line": 49,
|
|
73
73
|
"character": 5
|
|
74
74
|
},
|
|
75
75
|
"name": "compiler",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"__schema": "TypeRefSchema",
|
|
78
78
|
"location": {
|
|
79
79
|
"filePath": "component-writer.main.runtime.ts",
|
|
80
|
-
"line":
|
|
80
|
+
"line": 49,
|
|
81
81
|
"character": 23
|
|
82
82
|
},
|
|
83
83
|
"name": "CompilerMain",
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
"__schema": "ParameterSchema",
|
|
94
94
|
"location": {
|
|
95
95
|
"filePath": "component-writer.main.runtime.ts",
|
|
96
|
-
"line":
|
|
96
|
+
"line": 50,
|
|
97
97
|
"character": 5
|
|
98
98
|
},
|
|
99
99
|
"name": "workspace",
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"__schema": "TypeRefSchema",
|
|
102
102
|
"location": {
|
|
103
103
|
"filePath": "component-writer.main.runtime.ts",
|
|
104
|
-
"line":
|
|
104
|
+
"line": 50,
|
|
105
105
|
"character": 24
|
|
106
106
|
},
|
|
107
107
|
"name": "Workspace",
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"__schema": "ParameterSchema",
|
|
118
118
|
"location": {
|
|
119
119
|
"filePath": "component-writer.main.runtime.ts",
|
|
120
|
-
"line":
|
|
120
|
+
"line": 51,
|
|
121
121
|
"character": 5
|
|
122
122
|
},
|
|
123
123
|
"name": "logger",
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
"__schema": "TypeRefSchema",
|
|
126
126
|
"location": {
|
|
127
127
|
"filePath": "component-writer.main.runtime.ts",
|
|
128
|
-
"line":
|
|
128
|
+
"line": 51,
|
|
129
129
|
"character": 21
|
|
130
130
|
},
|
|
131
131
|
"name": "Logger",
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
"__schema": "ParameterSchema",
|
|
142
142
|
"location": {
|
|
143
143
|
"filePath": "component-writer.main.runtime.ts",
|
|
144
|
-
"line":
|
|
144
|
+
"line": 52,
|
|
145
145
|
"character": 5
|
|
146
146
|
},
|
|
147
147
|
"name": "mover",
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
"__schema": "TypeRefSchema",
|
|
150
150
|
"location": {
|
|
151
151
|
"filePath": "component-writer.main.runtime.ts",
|
|
152
|
-
"line":
|
|
152
|
+
"line": 52,
|
|
153
153
|
"character": 20
|
|
154
154
|
},
|
|
155
155
|
"name": "MoverMain",
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
"__schema": "ParameterSchema",
|
|
166
166
|
"location": {
|
|
167
167
|
"filePath": "component-writer.main.runtime.ts",
|
|
168
|
-
"line":
|
|
168
|
+
"line": 53,
|
|
169
169
|
"character": 5
|
|
170
170
|
},
|
|
171
171
|
"name": "configMerge",
|
|
@@ -173,7 +173,7 @@
|
|
|
173
173
|
"__schema": "TypeRefSchema",
|
|
174
174
|
"location": {
|
|
175
175
|
"filePath": "component-writer.main.runtime.ts",
|
|
176
|
-
"line":
|
|
176
|
+
"line": 53,
|
|
177
177
|
"character": 26
|
|
178
178
|
},
|
|
179
179
|
"name": "ConfigMergerMain",
|
|
@@ -190,7 +190,7 @@
|
|
|
190
190
|
"__schema": "ThisTypeSchema",
|
|
191
191
|
"location": {
|
|
192
192
|
"filePath": "component-writer.main.runtime.ts",
|
|
193
|
-
"line":
|
|
193
|
+
"line": 46,
|
|
194
194
|
"character": 1
|
|
195
195
|
},
|
|
196
196
|
"name": "ComponentWriterMain"
|
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
"__schema": "GetAccessorSchema",
|
|
202
202
|
"location": {
|
|
203
203
|
"filePath": "component-writer.main.runtime.ts",
|
|
204
|
-
"line":
|
|
204
|
+
"line": 56,
|
|
205
205
|
"character": 3
|
|
206
206
|
},
|
|
207
207
|
"signature": "(getter) ComponentWriterMain.consumer: Consumer",
|
|
@@ -210,7 +210,7 @@
|
|
|
210
210
|
"__schema": "TypeRefSchema",
|
|
211
211
|
"location": {
|
|
212
212
|
"filePath": "component-writer.main.runtime.ts",
|
|
213
|
-
"line":
|
|
213
|
+
"line": 56,
|
|
214
214
|
"character": 3
|
|
215
215
|
},
|
|
216
216
|
"name": "Consumer",
|
|
@@ -221,7 +221,7 @@
|
|
|
221
221
|
"__schema": "FunctionLikeSchema",
|
|
222
222
|
"location": {
|
|
223
223
|
"filePath": "component-writer.main.runtime.ts",
|
|
224
|
-
"line":
|
|
224
|
+
"line": 60,
|
|
225
225
|
"character": 3
|
|
226
226
|
},
|
|
227
227
|
"signature": "(method) ComponentWriterMain.writeMany(opts: ManyComponentsWriterParams): Promise<ComponentWriterResults>",
|
|
@@ -231,7 +231,7 @@
|
|
|
231
231
|
"__schema": "ParameterSchema",
|
|
232
232
|
"location": {
|
|
233
233
|
"filePath": "component-writer.main.runtime.ts",
|
|
234
|
-
"line":
|
|
234
|
+
"line": 60,
|
|
235
235
|
"character": 19
|
|
236
236
|
},
|
|
237
237
|
"name": "opts",
|
|
@@ -239,7 +239,7 @@
|
|
|
239
239
|
"__schema": "TypeRefSchema",
|
|
240
240
|
"location": {
|
|
241
241
|
"filePath": "component-writer.main.runtime.ts",
|
|
242
|
-
"line":
|
|
242
|
+
"line": 60,
|
|
243
243
|
"character": 25
|
|
244
244
|
},
|
|
245
245
|
"name": "ManyComponentsWriterParams"
|
|
@@ -252,7 +252,7 @@
|
|
|
252
252
|
"__schema": "TypeRefSchema",
|
|
253
253
|
"location": {
|
|
254
254
|
"filePath": "component-writer.main.runtime.ts",
|
|
255
|
-
"line":
|
|
255
|
+
"line": 60,
|
|
256
256
|
"character": 54
|
|
257
257
|
},
|
|
258
258
|
"name": "Promise",
|
|
@@ -261,7 +261,7 @@
|
|
|
261
261
|
"__schema": "TypeRefSchema",
|
|
262
262
|
"location": {
|
|
263
263
|
"filePath": "component-writer.main.runtime.ts",
|
|
264
|
-
"line":
|
|
264
|
+
"line": 60,
|
|
265
265
|
"character": 62
|
|
266
266
|
},
|
|
267
267
|
"name": "ComponentWriterResults"
|
|
@@ -276,7 +276,7 @@
|
|
|
276
276
|
"__schema": "VariableLikeSchema",
|
|
277
277
|
"location": {
|
|
278
278
|
"filePath": "component-writer.main.runtime.ts",
|
|
279
|
-
"line":
|
|
279
|
+
"line": 301,
|
|
280
280
|
"character": 3
|
|
281
281
|
},
|
|
282
282
|
"signature": "(property) ComponentWriterMain.slots: never[]",
|
|
@@ -285,7 +285,7 @@
|
|
|
285
285
|
"__schema": "InferenceTypeSchema",
|
|
286
286
|
"location": {
|
|
287
287
|
"filePath": "component-writer.main.runtime.ts",
|
|
288
|
-
"line":
|
|
288
|
+
"line": 301,
|
|
289
289
|
"character": 3
|
|
290
290
|
},
|
|
291
291
|
"type": "never[]"
|
|
@@ -297,7 +297,7 @@
|
|
|
297
297
|
"__schema": "VariableLikeSchema",
|
|
298
298
|
"location": {
|
|
299
299
|
"filePath": "component-writer.main.runtime.ts",
|
|
300
|
-
"line":
|
|
300
|
+
"line": 302,
|
|
301
301
|
"character": 3
|
|
302
302
|
},
|
|
303
303
|
"signature": "(property) ComponentWriterMain.dependencies: Aspect[]",
|
|
@@ -306,7 +306,7 @@
|
|
|
306
306
|
"__schema": "InferenceTypeSchema",
|
|
307
307
|
"location": {
|
|
308
308
|
"filePath": "component-writer.main.runtime.ts",
|
|
309
|
-
"line":
|
|
309
|
+
"line": 302,
|
|
310
310
|
"character": 3
|
|
311
311
|
},
|
|
312
312
|
"type": "Aspect[]"
|
|
@@ -318,7 +318,7 @@
|
|
|
318
318
|
"__schema": "VariableLikeSchema",
|
|
319
319
|
"location": {
|
|
320
320
|
"filePath": "component-writer.main.runtime.ts",
|
|
321
|
-
"line":
|
|
321
|
+
"line": 303,
|
|
322
322
|
"character": 3
|
|
323
323
|
},
|
|
324
324
|
"signature": "(property) ComponentWriterMain.runtime: RuntimeDefinition",
|
|
@@ -327,7 +327,7 @@
|
|
|
327
327
|
"__schema": "InferenceTypeSchema",
|
|
328
328
|
"location": {
|
|
329
329
|
"filePath": "component-writer.main.runtime.ts",
|
|
330
|
-
"line":
|
|
330
|
+
"line": 303,
|
|
331
331
|
"character": 3
|
|
332
332
|
},
|
|
333
333
|
"type": "RuntimeDefinition"
|
|
@@ -339,7 +339,7 @@
|
|
|
339
339
|
"__schema": "FunctionLikeSchema",
|
|
340
340
|
"location": {
|
|
341
341
|
"filePath": "component-writer.main.runtime.ts",
|
|
342
|
-
"line":
|
|
342
|
+
"line": 304,
|
|
343
343
|
"character": 3
|
|
344
344
|
},
|
|
345
345
|
"signature": "(method) ComponentWriterMain.provider([install, compiler, loggerMain, workspace, mover, configMerger]: [\n InstallMain,\n CompilerMain,\n LoggerMain,\n Workspace,\n MoverMain,\n ConfigMergerMain\n]): Promise<ComponentWriterMain>",
|
|
@@ -349,7 +349,7 @@
|
|
|
349
349
|
"__schema": "ParameterSchema",
|
|
350
350
|
"location": {
|
|
351
351
|
"filePath": "component-writer.main.runtime.ts",
|
|
352
|
-
"line":
|
|
352
|
+
"line": 304,
|
|
353
353
|
"character": 25
|
|
354
354
|
},
|
|
355
355
|
"name": "[ install, compiler, loggerMain, workspace, mover, configMerger ]",
|
|
@@ -357,7 +357,7 @@
|
|
|
357
357
|
"__schema": "TupleTypeSchema",
|
|
358
358
|
"location": {
|
|
359
359
|
"filePath": "component-writer.main.runtime.ts",
|
|
360
|
-
"line":
|
|
360
|
+
"line": 304,
|
|
361
361
|
"character": 90
|
|
362
362
|
},
|
|
363
363
|
"elements": [
|
|
@@ -365,7 +365,7 @@
|
|
|
365
365
|
"__schema": "TypeRefSchema",
|
|
366
366
|
"location": {
|
|
367
367
|
"filePath": "component-writer.main.runtime.ts",
|
|
368
|
-
"line":
|
|
368
|
+
"line": 305,
|
|
369
369
|
"character": 5
|
|
370
370
|
},
|
|
371
371
|
"name": "InstallMain",
|
|
@@ -378,7 +378,7 @@
|
|
|
378
378
|
"__schema": "TypeRefSchema",
|
|
379
379
|
"location": {
|
|
380
380
|
"filePath": "component-writer.main.runtime.ts",
|
|
381
|
-
"line":
|
|
381
|
+
"line": 306,
|
|
382
382
|
"character": 5
|
|
383
383
|
},
|
|
384
384
|
"name": "CompilerMain",
|
|
@@ -391,7 +391,7 @@
|
|
|
391
391
|
"__schema": "TypeRefSchema",
|
|
392
392
|
"location": {
|
|
393
393
|
"filePath": "component-writer.main.runtime.ts",
|
|
394
|
-
"line":
|
|
394
|
+
"line": 307,
|
|
395
395
|
"character": 5
|
|
396
396
|
},
|
|
397
397
|
"name": "LoggerMain",
|
|
@@ -404,7 +404,7 @@
|
|
|
404
404
|
"__schema": "TypeRefSchema",
|
|
405
405
|
"location": {
|
|
406
406
|
"filePath": "component-writer.main.runtime.ts",
|
|
407
|
-
"line":
|
|
407
|
+
"line": 308,
|
|
408
408
|
"character": 5
|
|
409
409
|
},
|
|
410
410
|
"name": "Workspace",
|
|
@@ -417,7 +417,7 @@
|
|
|
417
417
|
"__schema": "TypeRefSchema",
|
|
418
418
|
"location": {
|
|
419
419
|
"filePath": "component-writer.main.runtime.ts",
|
|
420
|
-
"line":
|
|
420
|
+
"line": 309,
|
|
421
421
|
"character": 5
|
|
422
422
|
},
|
|
423
423
|
"name": "MoverMain",
|
|
@@ -430,7 +430,7 @@
|
|
|
430
430
|
"__schema": "TypeRefSchema",
|
|
431
431
|
"location": {
|
|
432
432
|
"filePath": "component-writer.main.runtime.ts",
|
|
433
|
-
"line":
|
|
433
|
+
"line": 310,
|
|
434
434
|
"character": 5
|
|
435
435
|
},
|
|
436
436
|
"name": "ConfigMergerMain",
|
|
@@ -449,7 +449,7 @@
|
|
|
449
449
|
"__schema": "InferenceTypeSchema",
|
|
450
450
|
"location": {
|
|
451
451
|
"filePath": "component-writer.main.runtime.ts",
|
|
452
|
-
"line":
|
|
452
|
+
"line": 304,
|
|
453
453
|
"character": 3
|
|
454
454
|
},
|
|
455
455
|
"type": "Promise<ComponentWriterMain>"
|
|
@@ -476,7 +476,7 @@
|
|
|
476
476
|
"__schema": "TypeSchema",
|
|
477
477
|
"location": {
|
|
478
478
|
"filePath": "component-writer.main.runtime.ts",
|
|
479
|
-
"line":
|
|
479
|
+
"line": 40,
|
|
480
480
|
"character": 1
|
|
481
481
|
},
|
|
482
482
|
"signature": "type ComponentWriterResults = {\n installationError?: Error | undefined;\n compilationError?: Error | undefined;\n workspaceConfigUpdateResult?: WorkspaceConfigUpdateResult | undefined;\n}",
|
|
@@ -485,7 +485,7 @@
|
|
|
485
485
|
"__schema": "TypeLiteralSchema",
|
|
486
486
|
"location": {
|
|
487
487
|
"filePath": "component-writer.main.runtime.ts",
|
|
488
|
-
"line":
|
|
488
|
+
"line": 40,
|
|
489
489
|
"character": 38
|
|
490
490
|
},
|
|
491
491
|
"members": [
|
|
@@ -493,7 +493,7 @@
|
|
|
493
493
|
"__schema": "VariableLikeSchema",
|
|
494
494
|
"location": {
|
|
495
495
|
"filePath": "component-writer.main.runtime.ts",
|
|
496
|
-
"line":
|
|
496
|
+
"line": 41,
|
|
497
497
|
"character": 3
|
|
498
498
|
},
|
|
499
499
|
"signature": "(property) installationError?: Error | undefined",
|
|
@@ -502,7 +502,7 @@
|
|
|
502
502
|
"__schema": "TypeRefSchema",
|
|
503
503
|
"location": {
|
|
504
504
|
"filePath": "component-writer.main.runtime.ts",
|
|
505
|
-
"line":
|
|
505
|
+
"line": 41,
|
|
506
506
|
"character": 23
|
|
507
507
|
},
|
|
508
508
|
"name": "Error"
|
|
@@ -513,7 +513,7 @@
|
|
|
513
513
|
"__schema": "VariableLikeSchema",
|
|
514
514
|
"location": {
|
|
515
515
|
"filePath": "component-writer.main.runtime.ts",
|
|
516
|
-
"line":
|
|
516
|
+
"line": 42,
|
|
517
517
|
"character": 3
|
|
518
518
|
},
|
|
519
519
|
"signature": "(property) compilationError?: Error | undefined",
|
|
@@ -522,7 +522,7 @@
|
|
|
522
522
|
"__schema": "TypeRefSchema",
|
|
523
523
|
"location": {
|
|
524
524
|
"filePath": "component-writer.main.runtime.ts",
|
|
525
|
-
"line":
|
|
525
|
+
"line": 42,
|
|
526
526
|
"character": 22
|
|
527
527
|
},
|
|
528
528
|
"name": "Error"
|
|
@@ -533,7 +533,7 @@
|
|
|
533
533
|
"__schema": "VariableLikeSchema",
|
|
534
534
|
"location": {
|
|
535
535
|
"filePath": "component-writer.main.runtime.ts",
|
|
536
|
-
"line":
|
|
536
|
+
"line": 43,
|
|
537
537
|
"character": 3
|
|
538
538
|
},
|
|
539
539
|
"signature": "(property) workspaceConfigUpdateResult?: WorkspaceConfigUpdateResult | undefined",
|
|
@@ -542,7 +542,7 @@
|
|
|
542
542
|
"__schema": "TypeRefSchema",
|
|
543
543
|
"location": {
|
|
544
544
|
"filePath": "component-writer.main.runtime.ts",
|
|
545
|
-
"line":
|
|
545
|
+
"line": 43,
|
|
546
546
|
"character": 33
|
|
547
547
|
},
|
|
548
548
|
"name": "WorkspaceConfigUpdateResult",
|
|
@@ -569,7 +569,7 @@
|
|
|
569
569
|
"__schema": "InterfaceSchema",
|
|
570
570
|
"location": {
|
|
571
571
|
"filePath": "component-writer.main.runtime.ts",
|
|
572
|
-
"line":
|
|
572
|
+
"line": 24,
|
|
573
573
|
"character": 1
|
|
574
574
|
},
|
|
575
575
|
"signature": "interface ManyComponentsWriterParams",
|
|
@@ -579,7 +579,7 @@
|
|
|
579
579
|
"__schema": "VariableLikeSchema",
|
|
580
580
|
"location": {
|
|
581
581
|
"filePath": "component-writer.main.runtime.ts",
|
|
582
|
-
"line":
|
|
582
|
+
"line": 25,
|
|
583
583
|
"character": 3
|
|
584
584
|
},
|
|
585
585
|
"signature": "(property) ManyComponentsWriterParams.components: ConsumerComponent[]",
|
|
@@ -588,14 +588,14 @@
|
|
|
588
588
|
"__schema": "TypeArraySchema",
|
|
589
589
|
"location": {
|
|
590
590
|
"filePath": "component-writer.main.runtime.ts",
|
|
591
|
-
"line":
|
|
591
|
+
"line": 25,
|
|
592
592
|
"character": 15
|
|
593
593
|
},
|
|
594
594
|
"type": {
|
|
595
595
|
"__schema": "TypeRefSchema",
|
|
596
596
|
"location": {
|
|
597
597
|
"filePath": "component-writer.main.runtime.ts",
|
|
598
|
-
"line":
|
|
598
|
+
"line": 25,
|
|
599
599
|
"character": 15
|
|
600
600
|
},
|
|
601
601
|
"name": "ConsumerComponent",
|
|
@@ -608,7 +608,7 @@
|
|
|
608
608
|
"__schema": "VariableLikeSchema",
|
|
609
609
|
"location": {
|
|
610
610
|
"filePath": "component-writer.main.runtime.ts",
|
|
611
|
-
"line":
|
|
611
|
+
"line": 26,
|
|
612
612
|
"character": 3
|
|
613
613
|
},
|
|
614
614
|
"signature": "(property) ManyComponentsWriterParams.writeToPath?: string | undefined",
|
|
@@ -617,7 +617,7 @@
|
|
|
617
617
|
"__schema": "KeywordTypeSchema",
|
|
618
618
|
"location": {
|
|
619
619
|
"filePath": "component-writer.main.runtime.ts",
|
|
620
|
-
"line":
|
|
620
|
+
"line": 26,
|
|
621
621
|
"character": 17
|
|
622
622
|
},
|
|
623
623
|
"name": "string"
|
|
@@ -628,7 +628,7 @@
|
|
|
628
628
|
"__schema": "VariableLikeSchema",
|
|
629
629
|
"location": {
|
|
630
630
|
"filePath": "component-writer.main.runtime.ts",
|
|
631
|
-
"line":
|
|
631
|
+
"line": 27,
|
|
632
632
|
"character": 3
|
|
633
633
|
},
|
|
634
634
|
"signature": "(property) ManyComponentsWriterParams.throwForExistingDir?: boolean | undefined",
|
|
@@ -637,7 +637,7 @@
|
|
|
637
637
|
"__schema": "KeywordTypeSchema",
|
|
638
638
|
"location": {
|
|
639
639
|
"filePath": "component-writer.main.runtime.ts",
|
|
640
|
-
"line":
|
|
640
|
+
"line": 27,
|
|
641
641
|
"character": 25
|
|
642
642
|
},
|
|
643
643
|
"name": "boolean"
|
|
@@ -648,7 +648,7 @@
|
|
|
648
648
|
"__schema": "VariableLikeSchema",
|
|
649
649
|
"location": {
|
|
650
650
|
"filePath": "component-writer.main.runtime.ts",
|
|
651
|
-
"line":
|
|
651
|
+
"line": 28,
|
|
652
652
|
"character": 3
|
|
653
653
|
},
|
|
654
654
|
"signature": "(property) ManyComponentsWriterParams.writeConfig?: boolean | undefined",
|
|
@@ -657,7 +657,7 @@
|
|
|
657
657
|
"__schema": "KeywordTypeSchema",
|
|
658
658
|
"location": {
|
|
659
659
|
"filePath": "component-writer.main.runtime.ts",
|
|
660
|
-
"line":
|
|
660
|
+
"line": 28,
|
|
661
661
|
"character": 17
|
|
662
662
|
},
|
|
663
663
|
"name": "boolean"
|
|
@@ -668,7 +668,7 @@
|
|
|
668
668
|
"__schema": "VariableLikeSchema",
|
|
669
669
|
"location": {
|
|
670
670
|
"filePath": "component-writer.main.runtime.ts",
|
|
671
|
-
"line":
|
|
671
|
+
"line": 29,
|
|
672
672
|
"character": 3
|
|
673
673
|
},
|
|
674
674
|
"signature": "(property) ManyComponentsWriterParams.skipDependencyInstallation?: boolean | undefined",
|
|
@@ -677,7 +677,7 @@
|
|
|
677
677
|
"__schema": "KeywordTypeSchema",
|
|
678
678
|
"location": {
|
|
679
679
|
"filePath": "component-writer.main.runtime.ts",
|
|
680
|
-
"line":
|
|
680
|
+
"line": 29,
|
|
681
681
|
"character": 32
|
|
682
682
|
},
|
|
683
683
|
"name": "boolean"
|
|
@@ -688,7 +688,7 @@
|
|
|
688
688
|
"__schema": "VariableLikeSchema",
|
|
689
689
|
"location": {
|
|
690
690
|
"filePath": "component-writer.main.runtime.ts",
|
|
691
|
-
"line":
|
|
691
|
+
"line": 30,
|
|
692
692
|
"character": 3
|
|
693
693
|
},
|
|
694
694
|
"signature": "(property) ManyComponentsWriterParams.verbose?: boolean | undefined",
|
|
@@ -697,7 +697,7 @@
|
|
|
697
697
|
"__schema": "KeywordTypeSchema",
|
|
698
698
|
"location": {
|
|
699
699
|
"filePath": "component-writer.main.runtime.ts",
|
|
700
|
-
"line":
|
|
700
|
+
"line": 30,
|
|
701
701
|
"character": 13
|
|
702
702
|
},
|
|
703
703
|
"name": "boolean"
|
|
@@ -708,7 +708,7 @@
|
|
|
708
708
|
"__schema": "VariableLikeSchema",
|
|
709
709
|
"location": {
|
|
710
710
|
"filePath": "component-writer.main.runtime.ts",
|
|
711
|
-
"line":
|
|
711
|
+
"line": 31,
|
|
712
712
|
"character": 3
|
|
713
713
|
},
|
|
714
714
|
"signature": "(property) ManyComponentsWriterParams.resetConfig?: boolean | undefined",
|
|
@@ -717,7 +717,7 @@
|
|
|
717
717
|
"__schema": "KeywordTypeSchema",
|
|
718
718
|
"location": {
|
|
719
719
|
"filePath": "component-writer.main.runtime.ts",
|
|
720
|
-
"line":
|
|
720
|
+
"line": 31,
|
|
721
721
|
"character": 17
|
|
722
722
|
},
|
|
723
723
|
"name": "boolean"
|
|
@@ -728,7 +728,7 @@
|
|
|
728
728
|
"__schema": "VariableLikeSchema",
|
|
729
729
|
"location": {
|
|
730
730
|
"filePath": "component-writer.main.runtime.ts",
|
|
731
|
-
"line":
|
|
731
|
+
"line": 32,
|
|
732
732
|
"character": 3
|
|
733
733
|
},
|
|
734
734
|
"signature": "(property) ManyComponentsWriterParams.skipWritingToFs?: boolean | undefined",
|
|
@@ -737,7 +737,7 @@
|
|
|
737
737
|
"__schema": "KeywordTypeSchema",
|
|
738
738
|
"location": {
|
|
739
739
|
"filePath": "component-writer.main.runtime.ts",
|
|
740
|
-
"line":
|
|
740
|
+
"line": 32,
|
|
741
741
|
"character": 21
|
|
742
742
|
},
|
|
743
743
|
"name": "boolean"
|
|
@@ -748,7 +748,7 @@
|
|
|
748
748
|
"__schema": "VariableLikeSchema",
|
|
749
749
|
"location": {
|
|
750
750
|
"filePath": "component-writer.main.runtime.ts",
|
|
751
|
-
"line":
|
|
751
|
+
"line": 33,
|
|
752
752
|
"character": 3
|
|
753
753
|
},
|
|
754
754
|
"signature": "(property) ManyComponentsWriterParams.skipUpdatingBitMap?: boolean | undefined",
|
|
@@ -757,7 +757,7 @@
|
|
|
757
757
|
"__schema": "KeywordTypeSchema",
|
|
758
758
|
"location": {
|
|
759
759
|
"filePath": "component-writer.main.runtime.ts",
|
|
760
|
-
"line":
|
|
760
|
+
"line": 33,
|
|
761
761
|
"character": 24
|
|
762
762
|
},
|
|
763
763
|
"name": "boolean"
|
|
@@ -768,7 +768,7 @@
|
|
|
768
768
|
"__schema": "VariableLikeSchema",
|
|
769
769
|
"location": {
|
|
770
770
|
"filePath": "component-writer.main.runtime.ts",
|
|
771
|
-
"line":
|
|
771
|
+
"line": 34,
|
|
772
772
|
"character": 3
|
|
773
773
|
},
|
|
774
774
|
"signature": "(property) ManyComponentsWriterParams.skipWriteConfigFiles?: boolean | undefined",
|
|
@@ -777,7 +777,7 @@
|
|
|
777
777
|
"__schema": "KeywordTypeSchema",
|
|
778
778
|
"location": {
|
|
779
779
|
"filePath": "component-writer.main.runtime.ts",
|
|
780
|
-
"line":
|
|
780
|
+
"line": 34,
|
|
781
781
|
"character": 26
|
|
782
782
|
},
|
|
783
783
|
"name": "boolean"
|
|
@@ -788,7 +788,7 @@
|
|
|
788
788
|
"__schema": "VariableLikeSchema",
|
|
789
789
|
"location": {
|
|
790
790
|
"filePath": "component-writer.main.runtime.ts",
|
|
791
|
-
"line":
|
|
791
|
+
"line": 35,
|
|
792
792
|
"character": 3
|
|
793
793
|
},
|
|
794
794
|
"signature": "(property) ManyComponentsWriterParams.reasonForBitmapChange?: string | undefined",
|
|
@@ -797,7 +797,7 @@
|
|
|
797
797
|
"__schema": "KeywordTypeSchema",
|
|
798
798
|
"location": {
|
|
799
799
|
"filePath": "component-writer.main.runtime.ts",
|
|
800
|
-
"line":
|
|
800
|
+
"line": 35,
|
|
801
801
|
"character": 27
|
|
802
802
|
},
|
|
803
803
|
"name": "string"
|
|
@@ -808,7 +808,7 @@
|
|
|
808
808
|
"__schema": "VariableLikeSchema",
|
|
809
809
|
"location": {
|
|
810
810
|
"filePath": "component-writer.main.runtime.ts",
|
|
811
|
-
"line":
|
|
811
|
+
"line": 36,
|
|
812
812
|
"character": 3
|
|
813
813
|
},
|
|
814
814
|
"signature": "(property) ManyComponentsWriterParams.shouldUpdateWorkspaceConfig?: boolean | undefined",
|
|
@@ -817,12 +817,33 @@
|
|
|
817
817
|
"__schema": "KeywordTypeSchema",
|
|
818
818
|
"location": {
|
|
819
819
|
"filePath": "component-writer.main.runtime.ts",
|
|
820
|
-
"line":
|
|
820
|
+
"line": 36,
|
|
821
821
|
"character": 33
|
|
822
822
|
},
|
|
823
823
|
"name": "boolean"
|
|
824
824
|
},
|
|
825
825
|
"isOptional": true
|
|
826
|
+
},
|
|
827
|
+
{
|
|
828
|
+
"__schema": "VariableLikeSchema",
|
|
829
|
+
"location": {
|
|
830
|
+
"filePath": "component-writer.main.runtime.ts",
|
|
831
|
+
"line": 37,
|
|
832
|
+
"character": 3
|
|
833
|
+
},
|
|
834
|
+
"signature": "(property) ManyComponentsWriterParams.mergeStrategy?: \"theirs\" | \"ours\" | \"manual\" | undefined",
|
|
835
|
+
"name": "mergeStrategy",
|
|
836
|
+
"type": {
|
|
837
|
+
"__schema": "TypeRefSchema",
|
|
838
|
+
"location": {
|
|
839
|
+
"filePath": "component-writer.main.runtime.ts",
|
|
840
|
+
"line": 37,
|
|
841
|
+
"character": 19
|
|
842
|
+
},
|
|
843
|
+
"name": "MergeStrategy",
|
|
844
|
+
"packageName": "@teambit/legacy/dist/consumer/versions-ops/merge-version"
|
|
845
|
+
},
|
|
846
|
+
"isOptional": true
|
|
826
847
|
}
|
|
827
848
|
],
|
|
828
849
|
"extendsNodes": []
|
|
@@ -840,7 +861,7 @@
|
|
|
840
861
|
"__schema": "FunctionLikeSchema",
|
|
841
862
|
"location": {
|
|
842
863
|
"filePath": "component-writer.main.runtime.ts",
|
|
843
|
-
"line":
|
|
864
|
+
"line": 321,
|
|
844
865
|
"character": 1
|
|
845
866
|
},
|
|
846
867
|
"signature": "function incrementPathRecursively(p: string, allPaths: string[]): string",
|
|
@@ -850,7 +871,7 @@
|
|
|
850
871
|
"__schema": "ParameterSchema",
|
|
851
872
|
"location": {
|
|
852
873
|
"filePath": "component-writer.main.runtime.ts",
|
|
853
|
-
"line":
|
|
874
|
+
"line": 321,
|
|
854
875
|
"character": 42
|
|
855
876
|
},
|
|
856
877
|
"name": "p",
|
|
@@ -858,7 +879,7 @@
|
|
|
858
879
|
"__schema": "KeywordTypeSchema",
|
|
859
880
|
"location": {
|
|
860
881
|
"filePath": "component-writer.main.runtime.ts",
|
|
861
|
-
"line":
|
|
882
|
+
"line": 321,
|
|
862
883
|
"character": 45
|
|
863
884
|
},
|
|
864
885
|
"name": "string"
|
|
@@ -870,7 +891,7 @@
|
|
|
870
891
|
"__schema": "ParameterSchema",
|
|
871
892
|
"location": {
|
|
872
893
|
"filePath": "component-writer.main.runtime.ts",
|
|
873
|
-
"line":
|
|
894
|
+
"line": 321,
|
|
874
895
|
"character": 53
|
|
875
896
|
},
|
|
876
897
|
"name": "allPaths",
|
|
@@ -878,14 +899,14 @@
|
|
|
878
899
|
"__schema": "TypeArraySchema",
|
|
879
900
|
"location": {
|
|
880
901
|
"filePath": "component-writer.main.runtime.ts",
|
|
881
|
-
"line":
|
|
902
|
+
"line": 321,
|
|
882
903
|
"character": 63
|
|
883
904
|
},
|
|
884
905
|
"type": {
|
|
885
906
|
"__schema": "KeywordTypeSchema",
|
|
886
907
|
"location": {
|
|
887
908
|
"filePath": "component-writer.main.runtime.ts",
|
|
888
|
-
"line":
|
|
909
|
+
"line": 321,
|
|
889
910
|
"character": 63
|
|
890
911
|
},
|
|
891
912
|
"name": "string"
|
|
@@ -899,7 +920,7 @@
|
|
|
899
920
|
"__schema": "InferenceTypeSchema",
|
|
900
921
|
"location": {
|
|
901
922
|
"filePath": "component-writer.main.runtime.ts",
|
|
902
|
-
"line":
|
|
923
|
+
"line": 321,
|
|
903
924
|
"character": 1
|
|
904
925
|
},
|
|
905
926
|
"type": "string"
|
|
@@ -970,7 +991,7 @@
|
|
|
970
991
|
"__schema": "InterfaceSchema",
|
|
971
992
|
"location": {
|
|
972
993
|
"filePath": "component-writer.main.runtime.ts",
|
|
973
|
-
"line":
|
|
994
|
+
"line": 24,
|
|
974
995
|
"character": 1
|
|
975
996
|
},
|
|
976
997
|
"signature": "interface ManyComponentsWriterParams",
|
|
@@ -980,7 +1001,7 @@
|
|
|
980
1001
|
"__schema": "VariableLikeSchema",
|
|
981
1002
|
"location": {
|
|
982
1003
|
"filePath": "component-writer.main.runtime.ts",
|
|
983
|
-
"line":
|
|
1004
|
+
"line": 25,
|
|
984
1005
|
"character": 3
|
|
985
1006
|
},
|
|
986
1007
|
"signature": "(property) ManyComponentsWriterParams.components: ConsumerComponent[]",
|
|
@@ -989,14 +1010,14 @@
|
|
|
989
1010
|
"__schema": "TypeArraySchema",
|
|
990
1011
|
"location": {
|
|
991
1012
|
"filePath": "component-writer.main.runtime.ts",
|
|
992
|
-
"line":
|
|
1013
|
+
"line": 25,
|
|
993
1014
|
"character": 15
|
|
994
1015
|
},
|
|
995
1016
|
"type": {
|
|
996
1017
|
"__schema": "TypeRefSchema",
|
|
997
1018
|
"location": {
|
|
998
1019
|
"filePath": "component-writer.main.runtime.ts",
|
|
999
|
-
"line":
|
|
1020
|
+
"line": 25,
|
|
1000
1021
|
"character": 15
|
|
1001
1022
|
},
|
|
1002
1023
|
"name": "ConsumerComponent",
|
|
@@ -1009,7 +1030,7 @@
|
|
|
1009
1030
|
"__schema": "VariableLikeSchema",
|
|
1010
1031
|
"location": {
|
|
1011
1032
|
"filePath": "component-writer.main.runtime.ts",
|
|
1012
|
-
"line":
|
|
1033
|
+
"line": 26,
|
|
1013
1034
|
"character": 3
|
|
1014
1035
|
},
|
|
1015
1036
|
"signature": "(property) ManyComponentsWriterParams.writeToPath?: string | undefined",
|
|
@@ -1018,7 +1039,7 @@
|
|
|
1018
1039
|
"__schema": "KeywordTypeSchema",
|
|
1019
1040
|
"location": {
|
|
1020
1041
|
"filePath": "component-writer.main.runtime.ts",
|
|
1021
|
-
"line":
|
|
1042
|
+
"line": 26,
|
|
1022
1043
|
"character": 17
|
|
1023
1044
|
},
|
|
1024
1045
|
"name": "string"
|
|
@@ -1029,7 +1050,7 @@
|
|
|
1029
1050
|
"__schema": "VariableLikeSchema",
|
|
1030
1051
|
"location": {
|
|
1031
1052
|
"filePath": "component-writer.main.runtime.ts",
|
|
1032
|
-
"line":
|
|
1053
|
+
"line": 27,
|
|
1033
1054
|
"character": 3
|
|
1034
1055
|
},
|
|
1035
1056
|
"signature": "(property) ManyComponentsWriterParams.throwForExistingDir?: boolean | undefined",
|
|
@@ -1038,7 +1059,7 @@
|
|
|
1038
1059
|
"__schema": "KeywordTypeSchema",
|
|
1039
1060
|
"location": {
|
|
1040
1061
|
"filePath": "component-writer.main.runtime.ts",
|
|
1041
|
-
"line":
|
|
1062
|
+
"line": 27,
|
|
1042
1063
|
"character": 25
|
|
1043
1064
|
},
|
|
1044
1065
|
"name": "boolean"
|
|
@@ -1049,7 +1070,7 @@
|
|
|
1049
1070
|
"__schema": "VariableLikeSchema",
|
|
1050
1071
|
"location": {
|
|
1051
1072
|
"filePath": "component-writer.main.runtime.ts",
|
|
1052
|
-
"line":
|
|
1073
|
+
"line": 28,
|
|
1053
1074
|
"character": 3
|
|
1054
1075
|
},
|
|
1055
1076
|
"signature": "(property) ManyComponentsWriterParams.writeConfig?: boolean | undefined",
|
|
@@ -1058,7 +1079,7 @@
|
|
|
1058
1079
|
"__schema": "KeywordTypeSchema",
|
|
1059
1080
|
"location": {
|
|
1060
1081
|
"filePath": "component-writer.main.runtime.ts",
|
|
1061
|
-
"line":
|
|
1082
|
+
"line": 28,
|
|
1062
1083
|
"character": 17
|
|
1063
1084
|
},
|
|
1064
1085
|
"name": "boolean"
|
|
@@ -1069,7 +1090,7 @@
|
|
|
1069
1090
|
"__schema": "VariableLikeSchema",
|
|
1070
1091
|
"location": {
|
|
1071
1092
|
"filePath": "component-writer.main.runtime.ts",
|
|
1072
|
-
"line":
|
|
1093
|
+
"line": 29,
|
|
1073
1094
|
"character": 3
|
|
1074
1095
|
},
|
|
1075
1096
|
"signature": "(property) ManyComponentsWriterParams.skipDependencyInstallation?: boolean | undefined",
|
|
@@ -1078,7 +1099,7 @@
|
|
|
1078
1099
|
"__schema": "KeywordTypeSchema",
|
|
1079
1100
|
"location": {
|
|
1080
1101
|
"filePath": "component-writer.main.runtime.ts",
|
|
1081
|
-
"line":
|
|
1102
|
+
"line": 29,
|
|
1082
1103
|
"character": 32
|
|
1083
1104
|
},
|
|
1084
1105
|
"name": "boolean"
|
|
@@ -1089,7 +1110,7 @@
|
|
|
1089
1110
|
"__schema": "VariableLikeSchema",
|
|
1090
1111
|
"location": {
|
|
1091
1112
|
"filePath": "component-writer.main.runtime.ts",
|
|
1092
|
-
"line":
|
|
1113
|
+
"line": 30,
|
|
1093
1114
|
"character": 3
|
|
1094
1115
|
},
|
|
1095
1116
|
"signature": "(property) ManyComponentsWriterParams.verbose?: boolean | undefined",
|
|
@@ -1098,7 +1119,7 @@
|
|
|
1098
1119
|
"__schema": "KeywordTypeSchema",
|
|
1099
1120
|
"location": {
|
|
1100
1121
|
"filePath": "component-writer.main.runtime.ts",
|
|
1101
|
-
"line":
|
|
1122
|
+
"line": 30,
|
|
1102
1123
|
"character": 13
|
|
1103
1124
|
},
|
|
1104
1125
|
"name": "boolean"
|
|
@@ -1109,7 +1130,7 @@
|
|
|
1109
1130
|
"__schema": "VariableLikeSchema",
|
|
1110
1131
|
"location": {
|
|
1111
1132
|
"filePath": "component-writer.main.runtime.ts",
|
|
1112
|
-
"line":
|
|
1133
|
+
"line": 31,
|
|
1113
1134
|
"character": 3
|
|
1114
1135
|
},
|
|
1115
1136
|
"signature": "(property) ManyComponentsWriterParams.resetConfig?: boolean | undefined",
|
|
@@ -1118,7 +1139,7 @@
|
|
|
1118
1139
|
"__schema": "KeywordTypeSchema",
|
|
1119
1140
|
"location": {
|
|
1120
1141
|
"filePath": "component-writer.main.runtime.ts",
|
|
1121
|
-
"line":
|
|
1142
|
+
"line": 31,
|
|
1122
1143
|
"character": 17
|
|
1123
1144
|
},
|
|
1124
1145
|
"name": "boolean"
|
|
@@ -1129,7 +1150,7 @@
|
|
|
1129
1150
|
"__schema": "VariableLikeSchema",
|
|
1130
1151
|
"location": {
|
|
1131
1152
|
"filePath": "component-writer.main.runtime.ts",
|
|
1132
|
-
"line":
|
|
1153
|
+
"line": 32,
|
|
1133
1154
|
"character": 3
|
|
1134
1155
|
},
|
|
1135
1156
|
"signature": "(property) ManyComponentsWriterParams.skipWritingToFs?: boolean | undefined",
|
|
@@ -1138,7 +1159,7 @@
|
|
|
1138
1159
|
"__schema": "KeywordTypeSchema",
|
|
1139
1160
|
"location": {
|
|
1140
1161
|
"filePath": "component-writer.main.runtime.ts",
|
|
1141
|
-
"line":
|
|
1162
|
+
"line": 32,
|
|
1142
1163
|
"character": 21
|
|
1143
1164
|
},
|
|
1144
1165
|
"name": "boolean"
|
|
@@ -1149,7 +1170,7 @@
|
|
|
1149
1170
|
"__schema": "VariableLikeSchema",
|
|
1150
1171
|
"location": {
|
|
1151
1172
|
"filePath": "component-writer.main.runtime.ts",
|
|
1152
|
-
"line":
|
|
1173
|
+
"line": 33,
|
|
1153
1174
|
"character": 3
|
|
1154
1175
|
},
|
|
1155
1176
|
"signature": "(property) ManyComponentsWriterParams.skipUpdatingBitMap?: boolean | undefined",
|
|
@@ -1158,7 +1179,7 @@
|
|
|
1158
1179
|
"__schema": "KeywordTypeSchema",
|
|
1159
1180
|
"location": {
|
|
1160
1181
|
"filePath": "component-writer.main.runtime.ts",
|
|
1161
|
-
"line":
|
|
1182
|
+
"line": 33,
|
|
1162
1183
|
"character": 24
|
|
1163
1184
|
},
|
|
1164
1185
|
"name": "boolean"
|
|
@@ -1169,7 +1190,7 @@
|
|
|
1169
1190
|
"__schema": "VariableLikeSchema",
|
|
1170
1191
|
"location": {
|
|
1171
1192
|
"filePath": "component-writer.main.runtime.ts",
|
|
1172
|
-
"line":
|
|
1193
|
+
"line": 34,
|
|
1173
1194
|
"character": 3
|
|
1174
1195
|
},
|
|
1175
1196
|
"signature": "(property) ManyComponentsWriterParams.skipWriteConfigFiles?: boolean | undefined",
|
|
@@ -1178,7 +1199,7 @@
|
|
|
1178
1199
|
"__schema": "KeywordTypeSchema",
|
|
1179
1200
|
"location": {
|
|
1180
1201
|
"filePath": "component-writer.main.runtime.ts",
|
|
1181
|
-
"line":
|
|
1202
|
+
"line": 34,
|
|
1182
1203
|
"character": 26
|
|
1183
1204
|
},
|
|
1184
1205
|
"name": "boolean"
|
|
@@ -1189,7 +1210,7 @@
|
|
|
1189
1210
|
"__schema": "VariableLikeSchema",
|
|
1190
1211
|
"location": {
|
|
1191
1212
|
"filePath": "component-writer.main.runtime.ts",
|
|
1192
|
-
"line":
|
|
1213
|
+
"line": 35,
|
|
1193
1214
|
"character": 3
|
|
1194
1215
|
},
|
|
1195
1216
|
"signature": "(property) ManyComponentsWriterParams.reasonForBitmapChange?: string | undefined",
|
|
@@ -1198,7 +1219,7 @@
|
|
|
1198
1219
|
"__schema": "KeywordTypeSchema",
|
|
1199
1220
|
"location": {
|
|
1200
1221
|
"filePath": "component-writer.main.runtime.ts",
|
|
1201
|
-
"line":
|
|
1222
|
+
"line": 35,
|
|
1202
1223
|
"character": 27
|
|
1203
1224
|
},
|
|
1204
1225
|
"name": "string"
|
|
@@ -1209,7 +1230,7 @@
|
|
|
1209
1230
|
"__schema": "VariableLikeSchema",
|
|
1210
1231
|
"location": {
|
|
1211
1232
|
"filePath": "component-writer.main.runtime.ts",
|
|
1212
|
-
"line":
|
|
1233
|
+
"line": 36,
|
|
1213
1234
|
"character": 3
|
|
1214
1235
|
},
|
|
1215
1236
|
"signature": "(property) ManyComponentsWriterParams.shouldUpdateWorkspaceConfig?: boolean | undefined",
|
|
@@ -1218,12 +1239,33 @@
|
|
|
1218
1239
|
"__schema": "KeywordTypeSchema",
|
|
1219
1240
|
"location": {
|
|
1220
1241
|
"filePath": "component-writer.main.runtime.ts",
|
|
1221
|
-
"line":
|
|
1242
|
+
"line": 36,
|
|
1222
1243
|
"character": 33
|
|
1223
1244
|
},
|
|
1224
1245
|
"name": "boolean"
|
|
1225
1246
|
},
|
|
1226
1247
|
"isOptional": true
|
|
1248
|
+
},
|
|
1249
|
+
{
|
|
1250
|
+
"__schema": "VariableLikeSchema",
|
|
1251
|
+
"location": {
|
|
1252
|
+
"filePath": "component-writer.main.runtime.ts",
|
|
1253
|
+
"line": 37,
|
|
1254
|
+
"character": 3
|
|
1255
|
+
},
|
|
1256
|
+
"signature": "(property) ManyComponentsWriterParams.mergeStrategy?: \"theirs\" | \"ours\" | \"manual\" | undefined",
|
|
1257
|
+
"name": "mergeStrategy",
|
|
1258
|
+
"type": {
|
|
1259
|
+
"__schema": "TypeRefSchema",
|
|
1260
|
+
"location": {
|
|
1261
|
+
"filePath": "component-writer.main.runtime.ts",
|
|
1262
|
+
"line": 37,
|
|
1263
|
+
"character": 19
|
|
1264
|
+
},
|
|
1265
|
+
"name": "MergeStrategy",
|
|
1266
|
+
"packageName": "@teambit/legacy/dist/consumer/versions-ops/merge-version"
|
|
1267
|
+
},
|
|
1268
|
+
"isOptional": true
|
|
1227
1269
|
}
|
|
1228
1270
|
],
|
|
1229
1271
|
"extendsNodes": []
|
|
@@ -1232,7 +1274,7 @@
|
|
|
1232
1274
|
"__schema": "TypeSchema",
|
|
1233
1275
|
"location": {
|
|
1234
1276
|
"filePath": "component-writer.main.runtime.ts",
|
|
1235
|
-
"line":
|
|
1277
|
+
"line": 40,
|
|
1236
1278
|
"character": 1
|
|
1237
1279
|
},
|
|
1238
1280
|
"signature": "type ComponentWriterResults = {\n installationError?: Error | undefined;\n compilationError?: Error | undefined;\n workspaceConfigUpdateResult?: WorkspaceConfigUpdateResult | undefined;\n}",
|
|
@@ -1241,7 +1283,7 @@
|
|
|
1241
1283
|
"__schema": "TypeLiteralSchema",
|
|
1242
1284
|
"location": {
|
|
1243
1285
|
"filePath": "component-writer.main.runtime.ts",
|
|
1244
|
-
"line":
|
|
1286
|
+
"line": 40,
|
|
1245
1287
|
"character": 38
|
|
1246
1288
|
},
|
|
1247
1289
|
"members": [
|
|
@@ -1249,7 +1291,7 @@
|
|
|
1249
1291
|
"__schema": "VariableLikeSchema",
|
|
1250
1292
|
"location": {
|
|
1251
1293
|
"filePath": "component-writer.main.runtime.ts",
|
|
1252
|
-
"line":
|
|
1294
|
+
"line": 41,
|
|
1253
1295
|
"character": 3
|
|
1254
1296
|
},
|
|
1255
1297
|
"signature": "(property) installationError?: Error | undefined",
|
|
@@ -1258,7 +1300,7 @@
|
|
|
1258
1300
|
"__schema": "TypeRefSchema",
|
|
1259
1301
|
"location": {
|
|
1260
1302
|
"filePath": "component-writer.main.runtime.ts",
|
|
1261
|
-
"line":
|
|
1303
|
+
"line": 41,
|
|
1262
1304
|
"character": 23
|
|
1263
1305
|
},
|
|
1264
1306
|
"name": "Error"
|
|
@@ -1269,7 +1311,7 @@
|
|
|
1269
1311
|
"__schema": "VariableLikeSchema",
|
|
1270
1312
|
"location": {
|
|
1271
1313
|
"filePath": "component-writer.main.runtime.ts",
|
|
1272
|
-
"line":
|
|
1314
|
+
"line": 42,
|
|
1273
1315
|
"character": 3
|
|
1274
1316
|
},
|
|
1275
1317
|
"signature": "(property) compilationError?: Error | undefined",
|
|
@@ -1278,7 +1320,7 @@
|
|
|
1278
1320
|
"__schema": "TypeRefSchema",
|
|
1279
1321
|
"location": {
|
|
1280
1322
|
"filePath": "component-writer.main.runtime.ts",
|
|
1281
|
-
"line":
|
|
1323
|
+
"line": 42,
|
|
1282
1324
|
"character": 22
|
|
1283
1325
|
},
|
|
1284
1326
|
"name": "Error"
|
|
@@ -1289,7 +1331,7 @@
|
|
|
1289
1331
|
"__schema": "VariableLikeSchema",
|
|
1290
1332
|
"location": {
|
|
1291
1333
|
"filePath": "component-writer.main.runtime.ts",
|
|
1292
|
-
"line":
|
|
1334
|
+
"line": 43,
|
|
1293
1335
|
"character": 3
|
|
1294
1336
|
},
|
|
1295
1337
|
"signature": "(property) workspaceConfigUpdateResult?: WorkspaceConfigUpdateResult | undefined",
|
|
@@ -1298,7 +1340,7 @@
|
|
|
1298
1340
|
"__schema": "TypeRefSchema",
|
|
1299
1341
|
"location": {
|
|
1300
1342
|
"filePath": "component-writer.main.runtime.ts",
|
|
1301
|
-
"line":
|
|
1343
|
+
"line": 43,
|
|
1302
1344
|
"character": 33
|
|
1303
1345
|
},
|
|
1304
1346
|
"name": "WorkspaceConfigUpdateResult",
|
|
@@ -1316,7 +1358,7 @@
|
|
|
1316
1358
|
"__schema": "ClassSchema",
|
|
1317
1359
|
"location": {
|
|
1318
1360
|
"filePath": "component-writer.main.runtime.ts",
|
|
1319
|
-
"line":
|
|
1361
|
+
"line": 46,
|
|
1320
1362
|
"character": 1
|
|
1321
1363
|
},
|
|
1322
1364
|
"signature": "class ComponentWriterMain",
|
|
@@ -1326,7 +1368,7 @@
|
|
|
1326
1368
|
"__schema": "ConstructorSchema",
|
|
1327
1369
|
"location": {
|
|
1328
1370
|
"filePath": "component-writer.main.runtime.ts",
|
|
1329
|
-
"line":
|
|
1371
|
+
"line": 47,
|
|
1330
1372
|
"character": 3
|
|
1331
1373
|
},
|
|
1332
1374
|
"signature": "constructor ComponentWriterMain(installer: InstallMain, compiler: CompilerMain, workspace: Workspace, logger: Logger, mover: MoverMain, configMerge: ConfigMergerMain): ComponentWriterMain",
|
|
@@ -1336,7 +1378,7 @@
|
|
|
1336
1378
|
"__schema": "ParameterSchema",
|
|
1337
1379
|
"location": {
|
|
1338
1380
|
"filePath": "component-writer.main.runtime.ts",
|
|
1339
|
-
"line":
|
|
1381
|
+
"line": 48,
|
|
1340
1382
|
"character": 5
|
|
1341
1383
|
},
|
|
1342
1384
|
"name": "installer",
|
|
@@ -1344,7 +1386,7 @@
|
|
|
1344
1386
|
"__schema": "TypeRefSchema",
|
|
1345
1387
|
"location": {
|
|
1346
1388
|
"filePath": "component-writer.main.runtime.ts",
|
|
1347
|
-
"line":
|
|
1389
|
+
"line": 48,
|
|
1348
1390
|
"character": 24
|
|
1349
1391
|
},
|
|
1350
1392
|
"name": "InstallMain",
|
|
@@ -1360,7 +1402,7 @@
|
|
|
1360
1402
|
"__schema": "ParameterSchema",
|
|
1361
1403
|
"location": {
|
|
1362
1404
|
"filePath": "component-writer.main.runtime.ts",
|
|
1363
|
-
"line":
|
|
1405
|
+
"line": 49,
|
|
1364
1406
|
"character": 5
|
|
1365
1407
|
},
|
|
1366
1408
|
"name": "compiler",
|
|
@@ -1368,7 +1410,7 @@
|
|
|
1368
1410
|
"__schema": "TypeRefSchema",
|
|
1369
1411
|
"location": {
|
|
1370
1412
|
"filePath": "component-writer.main.runtime.ts",
|
|
1371
|
-
"line":
|
|
1413
|
+
"line": 49,
|
|
1372
1414
|
"character": 23
|
|
1373
1415
|
},
|
|
1374
1416
|
"name": "CompilerMain",
|
|
@@ -1384,7 +1426,7 @@
|
|
|
1384
1426
|
"__schema": "ParameterSchema",
|
|
1385
1427
|
"location": {
|
|
1386
1428
|
"filePath": "component-writer.main.runtime.ts",
|
|
1387
|
-
"line":
|
|
1429
|
+
"line": 50,
|
|
1388
1430
|
"character": 5
|
|
1389
1431
|
},
|
|
1390
1432
|
"name": "workspace",
|
|
@@ -1392,7 +1434,7 @@
|
|
|
1392
1434
|
"__schema": "TypeRefSchema",
|
|
1393
1435
|
"location": {
|
|
1394
1436
|
"filePath": "component-writer.main.runtime.ts",
|
|
1395
|
-
"line":
|
|
1437
|
+
"line": 50,
|
|
1396
1438
|
"character": 24
|
|
1397
1439
|
},
|
|
1398
1440
|
"name": "Workspace",
|
|
@@ -1408,7 +1450,7 @@
|
|
|
1408
1450
|
"__schema": "ParameterSchema",
|
|
1409
1451
|
"location": {
|
|
1410
1452
|
"filePath": "component-writer.main.runtime.ts",
|
|
1411
|
-
"line":
|
|
1453
|
+
"line": 51,
|
|
1412
1454
|
"character": 5
|
|
1413
1455
|
},
|
|
1414
1456
|
"name": "logger",
|
|
@@ -1416,7 +1458,7 @@
|
|
|
1416
1458
|
"__schema": "TypeRefSchema",
|
|
1417
1459
|
"location": {
|
|
1418
1460
|
"filePath": "component-writer.main.runtime.ts",
|
|
1419
|
-
"line":
|
|
1461
|
+
"line": 51,
|
|
1420
1462
|
"character": 21
|
|
1421
1463
|
},
|
|
1422
1464
|
"name": "Logger",
|
|
@@ -1432,7 +1474,7 @@
|
|
|
1432
1474
|
"__schema": "ParameterSchema",
|
|
1433
1475
|
"location": {
|
|
1434
1476
|
"filePath": "component-writer.main.runtime.ts",
|
|
1435
|
-
"line":
|
|
1477
|
+
"line": 52,
|
|
1436
1478
|
"character": 5
|
|
1437
1479
|
},
|
|
1438
1480
|
"name": "mover",
|
|
@@ -1440,7 +1482,7 @@
|
|
|
1440
1482
|
"__schema": "TypeRefSchema",
|
|
1441
1483
|
"location": {
|
|
1442
1484
|
"filePath": "component-writer.main.runtime.ts",
|
|
1443
|
-
"line":
|
|
1485
|
+
"line": 52,
|
|
1444
1486
|
"character": 20
|
|
1445
1487
|
},
|
|
1446
1488
|
"name": "MoverMain",
|
|
@@ -1456,7 +1498,7 @@
|
|
|
1456
1498
|
"__schema": "ParameterSchema",
|
|
1457
1499
|
"location": {
|
|
1458
1500
|
"filePath": "component-writer.main.runtime.ts",
|
|
1459
|
-
"line":
|
|
1501
|
+
"line": 53,
|
|
1460
1502
|
"character": 5
|
|
1461
1503
|
},
|
|
1462
1504
|
"name": "configMerge",
|
|
@@ -1464,7 +1506,7 @@
|
|
|
1464
1506
|
"__schema": "TypeRefSchema",
|
|
1465
1507
|
"location": {
|
|
1466
1508
|
"filePath": "component-writer.main.runtime.ts",
|
|
1467
|
-
"line":
|
|
1509
|
+
"line": 53,
|
|
1468
1510
|
"character": 26
|
|
1469
1511
|
},
|
|
1470
1512
|
"name": "ConfigMergerMain",
|
|
@@ -1481,7 +1523,7 @@
|
|
|
1481
1523
|
"__schema": "ThisTypeSchema",
|
|
1482
1524
|
"location": {
|
|
1483
1525
|
"filePath": "component-writer.main.runtime.ts",
|
|
1484
|
-
"line":
|
|
1526
|
+
"line": 46,
|
|
1485
1527
|
"character": 1
|
|
1486
1528
|
},
|
|
1487
1529
|
"name": "ComponentWriterMain"
|
|
@@ -1492,7 +1534,7 @@
|
|
|
1492
1534
|
"__schema": "GetAccessorSchema",
|
|
1493
1535
|
"location": {
|
|
1494
1536
|
"filePath": "component-writer.main.runtime.ts",
|
|
1495
|
-
"line":
|
|
1537
|
+
"line": 56,
|
|
1496
1538
|
"character": 3
|
|
1497
1539
|
},
|
|
1498
1540
|
"signature": "(getter) ComponentWriterMain.consumer: Consumer",
|
|
@@ -1501,7 +1543,7 @@
|
|
|
1501
1543
|
"__schema": "TypeRefSchema",
|
|
1502
1544
|
"location": {
|
|
1503
1545
|
"filePath": "component-writer.main.runtime.ts",
|
|
1504
|
-
"line":
|
|
1546
|
+
"line": 56,
|
|
1505
1547
|
"character": 3
|
|
1506
1548
|
},
|
|
1507
1549
|
"name": "Consumer",
|
|
@@ -1512,7 +1554,7 @@
|
|
|
1512
1554
|
"__schema": "FunctionLikeSchema",
|
|
1513
1555
|
"location": {
|
|
1514
1556
|
"filePath": "component-writer.main.runtime.ts",
|
|
1515
|
-
"line":
|
|
1557
|
+
"line": 60,
|
|
1516
1558
|
"character": 3
|
|
1517
1559
|
},
|
|
1518
1560
|
"signature": "(method) ComponentWriterMain.writeMany(opts: ManyComponentsWriterParams): Promise<ComponentWriterResults>",
|
|
@@ -1522,7 +1564,7 @@
|
|
|
1522
1564
|
"__schema": "ParameterSchema",
|
|
1523
1565
|
"location": {
|
|
1524
1566
|
"filePath": "component-writer.main.runtime.ts",
|
|
1525
|
-
"line":
|
|
1567
|
+
"line": 60,
|
|
1526
1568
|
"character": 19
|
|
1527
1569
|
},
|
|
1528
1570
|
"name": "opts",
|
|
@@ -1530,7 +1572,7 @@
|
|
|
1530
1572
|
"__schema": "TypeRefSchema",
|
|
1531
1573
|
"location": {
|
|
1532
1574
|
"filePath": "component-writer.main.runtime.ts",
|
|
1533
|
-
"line":
|
|
1575
|
+
"line": 60,
|
|
1534
1576
|
"character": 25
|
|
1535
1577
|
},
|
|
1536
1578
|
"name": "ManyComponentsWriterParams"
|
|
@@ -1543,7 +1585,7 @@
|
|
|
1543
1585
|
"__schema": "TypeRefSchema",
|
|
1544
1586
|
"location": {
|
|
1545
1587
|
"filePath": "component-writer.main.runtime.ts",
|
|
1546
|
-
"line":
|
|
1588
|
+
"line": 60,
|
|
1547
1589
|
"character": 54
|
|
1548
1590
|
},
|
|
1549
1591
|
"name": "Promise",
|
|
@@ -1552,7 +1594,7 @@
|
|
|
1552
1594
|
"__schema": "TypeRefSchema",
|
|
1553
1595
|
"location": {
|
|
1554
1596
|
"filePath": "component-writer.main.runtime.ts",
|
|
1555
|
-
"line":
|
|
1597
|
+
"line": 60,
|
|
1556
1598
|
"character": 62
|
|
1557
1599
|
},
|
|
1558
1600
|
"name": "ComponentWriterResults"
|
|
@@ -1567,7 +1609,7 @@
|
|
|
1567
1609
|
"__schema": "VariableLikeSchema",
|
|
1568
1610
|
"location": {
|
|
1569
1611
|
"filePath": "component-writer.main.runtime.ts",
|
|
1570
|
-
"line":
|
|
1612
|
+
"line": 301,
|
|
1571
1613
|
"character": 3
|
|
1572
1614
|
},
|
|
1573
1615
|
"signature": "(property) ComponentWriterMain.slots: never[]",
|
|
@@ -1576,7 +1618,7 @@
|
|
|
1576
1618
|
"__schema": "InferenceTypeSchema",
|
|
1577
1619
|
"location": {
|
|
1578
1620
|
"filePath": "component-writer.main.runtime.ts",
|
|
1579
|
-
"line":
|
|
1621
|
+
"line": 301,
|
|
1580
1622
|
"character": 3
|
|
1581
1623
|
},
|
|
1582
1624
|
"type": "never[]"
|
|
@@ -1588,7 +1630,7 @@
|
|
|
1588
1630
|
"__schema": "VariableLikeSchema",
|
|
1589
1631
|
"location": {
|
|
1590
1632
|
"filePath": "component-writer.main.runtime.ts",
|
|
1591
|
-
"line":
|
|
1633
|
+
"line": 302,
|
|
1592
1634
|
"character": 3
|
|
1593
1635
|
},
|
|
1594
1636
|
"signature": "(property) ComponentWriterMain.dependencies: Aspect[]",
|
|
@@ -1597,7 +1639,7 @@
|
|
|
1597
1639
|
"__schema": "InferenceTypeSchema",
|
|
1598
1640
|
"location": {
|
|
1599
1641
|
"filePath": "component-writer.main.runtime.ts",
|
|
1600
|
-
"line":
|
|
1642
|
+
"line": 302,
|
|
1601
1643
|
"character": 3
|
|
1602
1644
|
},
|
|
1603
1645
|
"type": "Aspect[]"
|
|
@@ -1609,7 +1651,7 @@
|
|
|
1609
1651
|
"__schema": "VariableLikeSchema",
|
|
1610
1652
|
"location": {
|
|
1611
1653
|
"filePath": "component-writer.main.runtime.ts",
|
|
1612
|
-
"line":
|
|
1654
|
+
"line": 303,
|
|
1613
1655
|
"character": 3
|
|
1614
1656
|
},
|
|
1615
1657
|
"signature": "(property) ComponentWriterMain.runtime: RuntimeDefinition",
|
|
@@ -1618,7 +1660,7 @@
|
|
|
1618
1660
|
"__schema": "InferenceTypeSchema",
|
|
1619
1661
|
"location": {
|
|
1620
1662
|
"filePath": "component-writer.main.runtime.ts",
|
|
1621
|
-
"line":
|
|
1663
|
+
"line": 303,
|
|
1622
1664
|
"character": 3
|
|
1623
1665
|
},
|
|
1624
1666
|
"type": "RuntimeDefinition"
|
|
@@ -1630,7 +1672,7 @@
|
|
|
1630
1672
|
"__schema": "FunctionLikeSchema",
|
|
1631
1673
|
"location": {
|
|
1632
1674
|
"filePath": "component-writer.main.runtime.ts",
|
|
1633
|
-
"line":
|
|
1675
|
+
"line": 304,
|
|
1634
1676
|
"character": 3
|
|
1635
1677
|
},
|
|
1636
1678
|
"signature": "(method) ComponentWriterMain.provider([install, compiler, loggerMain, workspace, mover, configMerger]: [\n InstallMain,\n CompilerMain,\n LoggerMain,\n Workspace,\n MoverMain,\n ConfigMergerMain\n]): Promise<ComponentWriterMain>",
|
|
@@ -1640,7 +1682,7 @@
|
|
|
1640
1682
|
"__schema": "ParameterSchema",
|
|
1641
1683
|
"location": {
|
|
1642
1684
|
"filePath": "component-writer.main.runtime.ts",
|
|
1643
|
-
"line":
|
|
1685
|
+
"line": 304,
|
|
1644
1686
|
"character": 25
|
|
1645
1687
|
},
|
|
1646
1688
|
"name": "[ install, compiler, loggerMain, workspace, mover, configMerger ]",
|
|
@@ -1648,7 +1690,7 @@
|
|
|
1648
1690
|
"__schema": "TupleTypeSchema",
|
|
1649
1691
|
"location": {
|
|
1650
1692
|
"filePath": "component-writer.main.runtime.ts",
|
|
1651
|
-
"line":
|
|
1693
|
+
"line": 304,
|
|
1652
1694
|
"character": 90
|
|
1653
1695
|
},
|
|
1654
1696
|
"elements": [
|
|
@@ -1656,7 +1698,7 @@
|
|
|
1656
1698
|
"__schema": "TypeRefSchema",
|
|
1657
1699
|
"location": {
|
|
1658
1700
|
"filePath": "component-writer.main.runtime.ts",
|
|
1659
|
-
"line":
|
|
1701
|
+
"line": 305,
|
|
1660
1702
|
"character": 5
|
|
1661
1703
|
},
|
|
1662
1704
|
"name": "InstallMain",
|
|
@@ -1669,7 +1711,7 @@
|
|
|
1669
1711
|
"__schema": "TypeRefSchema",
|
|
1670
1712
|
"location": {
|
|
1671
1713
|
"filePath": "component-writer.main.runtime.ts",
|
|
1672
|
-
"line":
|
|
1714
|
+
"line": 306,
|
|
1673
1715
|
"character": 5
|
|
1674
1716
|
},
|
|
1675
1717
|
"name": "CompilerMain",
|
|
@@ -1682,7 +1724,7 @@
|
|
|
1682
1724
|
"__schema": "TypeRefSchema",
|
|
1683
1725
|
"location": {
|
|
1684
1726
|
"filePath": "component-writer.main.runtime.ts",
|
|
1685
|
-
"line":
|
|
1727
|
+
"line": 307,
|
|
1686
1728
|
"character": 5
|
|
1687
1729
|
},
|
|
1688
1730
|
"name": "LoggerMain",
|
|
@@ -1695,7 +1737,7 @@
|
|
|
1695
1737
|
"__schema": "TypeRefSchema",
|
|
1696
1738
|
"location": {
|
|
1697
1739
|
"filePath": "component-writer.main.runtime.ts",
|
|
1698
|
-
"line":
|
|
1740
|
+
"line": 308,
|
|
1699
1741
|
"character": 5
|
|
1700
1742
|
},
|
|
1701
1743
|
"name": "Workspace",
|
|
@@ -1708,7 +1750,7 @@
|
|
|
1708
1750
|
"__schema": "TypeRefSchema",
|
|
1709
1751
|
"location": {
|
|
1710
1752
|
"filePath": "component-writer.main.runtime.ts",
|
|
1711
|
-
"line":
|
|
1753
|
+
"line": 309,
|
|
1712
1754
|
"character": 5
|
|
1713
1755
|
},
|
|
1714
1756
|
"name": "MoverMain",
|
|
@@ -1721,7 +1763,7 @@
|
|
|
1721
1763
|
"__schema": "TypeRefSchema",
|
|
1722
1764
|
"location": {
|
|
1723
1765
|
"filePath": "component-writer.main.runtime.ts",
|
|
1724
|
-
"line":
|
|
1766
|
+
"line": 310,
|
|
1725
1767
|
"character": 5
|
|
1726
1768
|
},
|
|
1727
1769
|
"name": "ConfigMergerMain",
|
|
@@ -1740,7 +1782,7 @@
|
|
|
1740
1782
|
"__schema": "InferenceTypeSchema",
|
|
1741
1783
|
"location": {
|
|
1742
1784
|
"filePath": "component-writer.main.runtime.ts",
|
|
1743
|
-
"line":
|
|
1785
|
+
"line": 304,
|
|
1744
1786
|
"character": 3
|
|
1745
1787
|
},
|
|
1746
1788
|
"type": "Promise<ComponentWriterMain>"
|
|
@@ -1758,7 +1800,7 @@
|
|
|
1758
1800
|
"__schema": "UnImplementedSchema",
|
|
1759
1801
|
"location": {
|
|
1760
1802
|
"filePath": "component-writer.main.runtime.ts",
|
|
1761
|
-
"line":
|
|
1803
|
+
"line": 319,
|
|
1762
1804
|
"character": 16
|
|
1763
1805
|
},
|
|
1764
1806
|
"name": "ComponentWriterMain",
|
|
@@ -1768,7 +1810,7 @@
|
|
|
1768
1810
|
"__schema": "FunctionLikeSchema",
|
|
1769
1811
|
"location": {
|
|
1770
1812
|
"filePath": "component-writer.main.runtime.ts",
|
|
1771
|
-
"line":
|
|
1813
|
+
"line": 321,
|
|
1772
1814
|
"character": 1
|
|
1773
1815
|
},
|
|
1774
1816
|
"signature": "function incrementPathRecursively(p: string, allPaths: string[]): string",
|
|
@@ -1778,7 +1820,7 @@
|
|
|
1778
1820
|
"__schema": "ParameterSchema",
|
|
1779
1821
|
"location": {
|
|
1780
1822
|
"filePath": "component-writer.main.runtime.ts",
|
|
1781
|
-
"line":
|
|
1823
|
+
"line": 321,
|
|
1782
1824
|
"character": 42
|
|
1783
1825
|
},
|
|
1784
1826
|
"name": "p",
|
|
@@ -1786,7 +1828,7 @@
|
|
|
1786
1828
|
"__schema": "KeywordTypeSchema",
|
|
1787
1829
|
"location": {
|
|
1788
1830
|
"filePath": "component-writer.main.runtime.ts",
|
|
1789
|
-
"line":
|
|
1831
|
+
"line": 321,
|
|
1790
1832
|
"character": 45
|
|
1791
1833
|
},
|
|
1792
1834
|
"name": "string"
|
|
@@ -1798,7 +1840,7 @@
|
|
|
1798
1840
|
"__schema": "ParameterSchema",
|
|
1799
1841
|
"location": {
|
|
1800
1842
|
"filePath": "component-writer.main.runtime.ts",
|
|
1801
|
-
"line":
|
|
1843
|
+
"line": 321,
|
|
1802
1844
|
"character": 53
|
|
1803
1845
|
},
|
|
1804
1846
|
"name": "allPaths",
|
|
@@ -1806,14 +1848,14 @@
|
|
|
1806
1848
|
"__schema": "TypeArraySchema",
|
|
1807
1849
|
"location": {
|
|
1808
1850
|
"filePath": "component-writer.main.runtime.ts",
|
|
1809
|
-
"line":
|
|
1851
|
+
"line": 321,
|
|
1810
1852
|
"character": 63
|
|
1811
1853
|
},
|
|
1812
1854
|
"type": {
|
|
1813
1855
|
"__schema": "KeywordTypeSchema",
|
|
1814
1856
|
"location": {
|
|
1815
1857
|
"filePath": "component-writer.main.runtime.ts",
|
|
1816
|
-
"line":
|
|
1858
|
+
"line": 321,
|
|
1817
1859
|
"character": 63
|
|
1818
1860
|
},
|
|
1819
1861
|
"name": "string"
|
|
@@ -1827,7 +1869,7 @@
|
|
|
1827
1869
|
"__schema": "InferenceTypeSchema",
|
|
1828
1870
|
"location": {
|
|
1829
1871
|
"filePath": "component-writer.main.runtime.ts",
|
|
1830
|
-
"line":
|
|
1872
|
+
"line": 321,
|
|
1831
1873
|
"character": 1
|
|
1832
1874
|
},
|
|
1833
1875
|
"type": "string"
|
|
@@ -1842,7 +1884,7 @@
|
|
|
1842
1884
|
"__schema": "UnImplementedSchema",
|
|
1843
1885
|
"location": {
|
|
1844
1886
|
"filePath": "component-writer.main.runtime.ts",
|
|
1845
|
-
"line":
|
|
1887
|
+
"line": 317,
|
|
1846
1888
|
"character": 1
|
|
1847
1889
|
},
|
|
1848
1890
|
"name": "ComponentWriterAspect.addRuntime(ComponentWriterMain);",
|
|
@@ -1891,7 +1933,7 @@
|
|
|
1891
1933
|
"componentId": {
|
|
1892
1934
|
"scope": "teambit.component",
|
|
1893
1935
|
"name": "component-writer",
|
|
1894
|
-
"version": "1.0.
|
|
1936
|
+
"version": "1.0.291"
|
|
1895
1937
|
},
|
|
1896
1938
|
"taggedModuleExports": []
|
|
1897
1939
|
}
|