@teambit/refactoring 1.0.424 → 1.0.426
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/schema.json
CHANGED
@@ -46,16 +46,16 @@
|
|
46
46
|
"__schema": "ParameterSchema",
|
47
47
|
"location": {
|
48
48
|
"filePath": "refactoring.main.runtime.ts",
|
49
|
-
"line":
|
50
|
-
"character":
|
49
|
+
"line": 31,
|
50
|
+
"character": 5
|
51
51
|
},
|
52
52
|
"name": "componentMain",
|
53
53
|
"type": {
|
54
54
|
"__schema": "TypeRefSchema",
|
55
55
|
"location": {
|
56
56
|
"filePath": "refactoring.main.runtime.ts",
|
57
|
-
"line":
|
58
|
-
"character":
|
57
|
+
"line": 31,
|
58
|
+
"character": 28
|
59
59
|
},
|
60
60
|
"name": "ComponentMain",
|
61
61
|
"componentId": {
|
@@ -70,16 +70,16 @@
|
|
70
70
|
"__schema": "ParameterSchema",
|
71
71
|
"location": {
|
72
72
|
"filePath": "refactoring.main.runtime.ts",
|
73
|
-
"line":
|
74
|
-
"character":
|
73
|
+
"line": 32,
|
74
|
+
"character": 5
|
75
75
|
},
|
76
76
|
"name": "pkg",
|
77
77
|
"type": {
|
78
78
|
"__schema": "TypeRefSchema",
|
79
79
|
"location": {
|
80
80
|
"filePath": "refactoring.main.runtime.ts",
|
81
|
-
"line":
|
82
|
-
"character":
|
81
|
+
"line": 32,
|
82
|
+
"character": 18
|
83
83
|
},
|
84
84
|
"name": "PkgMain",
|
85
85
|
"componentId": {
|
@@ -94,16 +94,16 @@
|
|
94
94
|
"__schema": "ParameterSchema",
|
95
95
|
"location": {
|
96
96
|
"filePath": "refactoring.main.runtime.ts",
|
97
|
-
"line":
|
98
|
-
"character":
|
97
|
+
"line": 33,
|
98
|
+
"character": 5
|
99
99
|
},
|
100
100
|
"name": "envs",
|
101
101
|
"type": {
|
102
102
|
"__schema": "TypeRefSchema",
|
103
103
|
"location": {
|
104
104
|
"filePath": "refactoring.main.runtime.ts",
|
105
|
-
"line":
|
106
|
-
"character":
|
105
|
+
"line": 33,
|
106
|
+
"character": 19
|
107
107
|
},
|
108
108
|
"name": "EnvsMain",
|
109
109
|
"componentId": {
|
@@ -130,14 +130,14 @@
|
|
130
130
|
"__schema": "FunctionLikeSchema",
|
131
131
|
"location": {
|
132
132
|
"filePath": "refactoring.main.runtime.ts",
|
133
|
-
"line":
|
133
|
+
"line": 41,
|
134
134
|
"character": 3
|
135
135
|
},
|
136
136
|
"doc": {
|
137
137
|
"__schema": "DocSchema",
|
138
138
|
"location": {
|
139
139
|
"filePath": "refactoring.main.runtime.ts",
|
140
|
-
"line":
|
140
|
+
"line": 36,
|
141
141
|
"character": 3
|
142
142
|
},
|
143
143
|
"raw": "/**\n * refactor the dependency name of a component.\n * oldId and newId can be either a component-id or a package-name.\n * this method changes the source code of the component, but doesn't write to the filesystem.\n */",
|
@@ -151,7 +151,7 @@
|
|
151
151
|
"__schema": "ParameterSchema",
|
152
152
|
"location": {
|
153
153
|
"filePath": "refactoring.main.runtime.ts",
|
154
|
-
"line":
|
154
|
+
"line": 42,
|
155
155
|
"character": 5
|
156
156
|
},
|
157
157
|
"name": "components",
|
@@ -159,14 +159,14 @@
|
|
159
159
|
"__schema": "TypeArraySchema",
|
160
160
|
"location": {
|
161
161
|
"filePath": "refactoring.main.runtime.ts",
|
162
|
-
"line":
|
162
|
+
"line": 42,
|
163
163
|
"character": 17
|
164
164
|
},
|
165
165
|
"type": {
|
166
166
|
"__schema": "TypeRefSchema",
|
167
167
|
"location": {
|
168
168
|
"filePath": "refactoring.main.runtime.ts",
|
169
|
-
"line":
|
169
|
+
"line": 42,
|
170
170
|
"character": 17
|
171
171
|
},
|
172
172
|
"name": "Component",
|
@@ -183,7 +183,7 @@
|
|
183
183
|
"__schema": "ParameterSchema",
|
184
184
|
"location": {
|
185
185
|
"filePath": "refactoring.main.runtime.ts",
|
186
|
-
"line":
|
186
|
+
"line": 43,
|
187
187
|
"character": 5
|
188
188
|
},
|
189
189
|
"name": "oldId",
|
@@ -191,7 +191,7 @@
|
|
191
191
|
"__schema": "TypeUnionSchema",
|
192
192
|
"location": {
|
193
193
|
"filePath": "refactoring.main.runtime.ts",
|
194
|
-
"line":
|
194
|
+
"line": 43,
|
195
195
|
"character": 12
|
196
196
|
},
|
197
197
|
"types": [
|
@@ -199,7 +199,7 @@
|
|
199
199
|
"__schema": "TypeRefSchema",
|
200
200
|
"location": {
|
201
201
|
"filePath": "refactoring.main.runtime.ts",
|
202
|
-
"line":
|
202
|
+
"line": 43,
|
203
203
|
"character": 12
|
204
204
|
},
|
205
205
|
"name": "ComponentID",
|
@@ -212,7 +212,7 @@
|
|
212
212
|
"__schema": "KeywordTypeSchema",
|
213
213
|
"location": {
|
214
214
|
"filePath": "refactoring.main.runtime.ts",
|
215
|
-
"line":
|
215
|
+
"line": 43,
|
216
216
|
"character": 26
|
217
217
|
},
|
218
218
|
"name": "string"
|
@@ -226,7 +226,7 @@
|
|
226
226
|
"__schema": "ParameterSchema",
|
227
227
|
"location": {
|
228
228
|
"filePath": "refactoring.main.runtime.ts",
|
229
|
-
"line":
|
229
|
+
"line": 44,
|
230
230
|
"character": 5
|
231
231
|
},
|
232
232
|
"name": "newId",
|
@@ -234,7 +234,7 @@
|
|
234
234
|
"__schema": "TypeUnionSchema",
|
235
235
|
"location": {
|
236
236
|
"filePath": "refactoring.main.runtime.ts",
|
237
|
-
"line":
|
237
|
+
"line": 44,
|
238
238
|
"character": 12
|
239
239
|
},
|
240
240
|
"types": [
|
@@ -242,7 +242,7 @@
|
|
242
242
|
"__schema": "TypeRefSchema",
|
243
243
|
"location": {
|
244
244
|
"filePath": "refactoring.main.runtime.ts",
|
245
|
-
"line":
|
245
|
+
"line": 44,
|
246
246
|
"character": 12
|
247
247
|
},
|
248
248
|
"name": "ComponentID",
|
@@ -255,7 +255,7 @@
|
|
255
255
|
"__schema": "KeywordTypeSchema",
|
256
256
|
"location": {
|
257
257
|
"filePath": "refactoring.main.runtime.ts",
|
258
|
-
"line":
|
258
|
+
"line": 44,
|
259
259
|
"character": 26
|
260
260
|
},
|
261
261
|
"name": "string"
|
@@ -270,7 +270,7 @@
|
|
270
270
|
"__schema": "TypeRefSchema",
|
271
271
|
"location": {
|
272
272
|
"filePath": "refactoring.main.runtime.ts",
|
273
|
-
"line":
|
273
|
+
"line": 45,
|
274
274
|
"character": 6
|
275
275
|
},
|
276
276
|
"name": "Promise",
|
@@ -279,7 +279,7 @@
|
|
279
279
|
"__schema": "TypeLiteralSchema",
|
280
280
|
"location": {
|
281
281
|
"filePath": "refactoring.main.runtime.ts",
|
282
|
-
"line":
|
282
|
+
"line": 45,
|
283
283
|
"character": 14
|
284
284
|
},
|
285
285
|
"members": [
|
@@ -287,7 +287,7 @@
|
|
287
287
|
"__schema": "VariableLikeSchema",
|
288
288
|
"location": {
|
289
289
|
"filePath": "refactoring.main.runtime.ts",
|
290
|
-
"line":
|
290
|
+
"line": 45,
|
291
291
|
"character": 16
|
292
292
|
},
|
293
293
|
"signature": "(property) oldPackageName: string",
|
@@ -296,7 +296,7 @@
|
|
296
296
|
"__schema": "KeywordTypeSchema",
|
297
297
|
"location": {
|
298
298
|
"filePath": "refactoring.main.runtime.ts",
|
299
|
-
"line":
|
299
|
+
"line": 45,
|
300
300
|
"character": 32
|
301
301
|
},
|
302
302
|
"name": "string"
|
@@ -307,7 +307,7 @@
|
|
307
307
|
"__schema": "VariableLikeSchema",
|
308
308
|
"location": {
|
309
309
|
"filePath": "refactoring.main.runtime.ts",
|
310
|
-
"line":
|
310
|
+
"line": 45,
|
311
311
|
"character": 40
|
312
312
|
},
|
313
313
|
"signature": "(property) newPackageName: string",
|
@@ -316,7 +316,7 @@
|
|
316
316
|
"__schema": "KeywordTypeSchema",
|
317
317
|
"location": {
|
318
318
|
"filePath": "refactoring.main.runtime.ts",
|
319
|
-
"line":
|
319
|
+
"line": 45,
|
320
320
|
"character": 56
|
321
321
|
},
|
322
322
|
"name": "string"
|
@@ -327,7 +327,7 @@
|
|
327
327
|
"__schema": "VariableLikeSchema",
|
328
328
|
"location": {
|
329
329
|
"filePath": "refactoring.main.runtime.ts",
|
330
|
-
"line":
|
330
|
+
"line": 45,
|
331
331
|
"character": 64
|
332
332
|
},
|
333
333
|
"signature": "(property) changedComponents: Component[]",
|
@@ -336,14 +336,14 @@
|
|
336
336
|
"__schema": "TypeArraySchema",
|
337
337
|
"location": {
|
338
338
|
"filePath": "refactoring.main.runtime.ts",
|
339
|
-
"line":
|
339
|
+
"line": 45,
|
340
340
|
"character": 83
|
341
341
|
},
|
342
342
|
"type": {
|
343
343
|
"__schema": "TypeRefSchema",
|
344
344
|
"location": {
|
345
345
|
"filePath": "refactoring.main.runtime.ts",
|
346
|
-
"line":
|
346
|
+
"line": 45,
|
347
347
|
"character": 83
|
348
348
|
},
|
349
349
|
"name": "Component",
|
@@ -367,14 +367,14 @@
|
|
367
367
|
"__schema": "FunctionLikeSchema",
|
368
368
|
"location": {
|
369
369
|
"filePath": "refactoring.main.runtime.ts",
|
370
|
-
"line":
|
370
|
+
"line": 64,
|
371
371
|
"character": 3
|
372
372
|
},
|
373
373
|
"doc": {
|
374
374
|
"__schema": "DocSchema",
|
375
375
|
"location": {
|
376
376
|
"filePath": "refactoring.main.runtime.ts",
|
377
|
-
"line":
|
377
|
+
"line": 60,
|
378
378
|
"character": 3
|
379
379
|
},
|
380
380
|
"raw": "/**\n * replaces the old-name inside the source code of the given component with the new name.\n * helpful when renaming/forking an aspect/env where the component-name is used as the class-name and variable-name.\n */",
|
@@ -388,7 +388,7 @@
|
|
388
388
|
"__schema": "ParameterSchema",
|
389
389
|
"location": {
|
390
390
|
"filePath": "refactoring.main.runtime.ts",
|
391
|
-
"line":
|
391
|
+
"line": 65,
|
392
392
|
"character": 5
|
393
393
|
},
|
394
394
|
"name": "component",
|
@@ -396,7 +396,7 @@
|
|
396
396
|
"__schema": "TypeRefSchema",
|
397
397
|
"location": {
|
398
398
|
"filePath": "refactoring.main.runtime.ts",
|
399
|
-
"line":
|
399
|
+
"line": 65,
|
400
400
|
"character": 16
|
401
401
|
},
|
402
402
|
"name": "Component",
|
@@ -412,7 +412,7 @@
|
|
412
412
|
"__schema": "ParameterSchema",
|
413
413
|
"location": {
|
414
414
|
"filePath": "refactoring.main.runtime.ts",
|
415
|
-
"line":
|
415
|
+
"line": 66,
|
416
416
|
"character": 5
|
417
417
|
},
|
418
418
|
"name": "sourceId",
|
@@ -420,7 +420,7 @@
|
|
420
420
|
"__schema": "TypeRefSchema",
|
421
421
|
"location": {
|
422
422
|
"filePath": "refactoring.main.runtime.ts",
|
423
|
-
"line":
|
423
|
+
"line": 66,
|
424
424
|
"character": 15
|
425
425
|
},
|
426
426
|
"name": "ComponentID",
|
@@ -436,7 +436,7 @@
|
|
436
436
|
"__schema": "ParameterSchema",
|
437
437
|
"location": {
|
438
438
|
"filePath": "refactoring.main.runtime.ts",
|
439
|
-
"line":
|
439
|
+
"line": 67,
|
440
440
|
"character": 5
|
441
441
|
},
|
442
442
|
"name": "targetId",
|
@@ -444,7 +444,7 @@
|
|
444
444
|
"__schema": "TypeRefSchema",
|
445
445
|
"location": {
|
446
446
|
"filePath": "refactoring.main.runtime.ts",
|
447
|
-
"line":
|
447
|
+
"line": 67,
|
448
448
|
"character": 15
|
449
449
|
},
|
450
450
|
"name": "ComponentID",
|
@@ -460,7 +460,7 @@
|
|
460
460
|
"__schema": "ParameterSchema",
|
461
461
|
"location": {
|
462
462
|
"filePath": "refactoring.main.runtime.ts",
|
463
|
-
"line":
|
463
|
+
"line": 68,
|
464
464
|
"character": 5
|
465
465
|
},
|
466
466
|
"name": "options",
|
@@ -468,7 +468,7 @@
|
|
468
468
|
"__schema": "TypeLiteralSchema",
|
469
469
|
"location": {
|
470
470
|
"filePath": "refactoring.main.runtime.ts",
|
471
|
-
"line":
|
471
|
+
"line": 68,
|
472
472
|
"character": 15
|
473
473
|
},
|
474
474
|
"members": [
|
@@ -476,7 +476,7 @@
|
|
476
476
|
"__schema": "VariableLikeSchema",
|
477
477
|
"location": {
|
478
478
|
"filePath": "refactoring.main.runtime.ts",
|
479
|
-
"line":
|
479
|
+
"line": 68,
|
480
480
|
"character": 17
|
481
481
|
},
|
482
482
|
"signature": "(property) ast?: boolean | undefined",
|
@@ -485,7 +485,7 @@
|
|
485
485
|
"__schema": "KeywordTypeSchema",
|
486
486
|
"location": {
|
487
487
|
"filePath": "refactoring.main.runtime.ts",
|
488
|
-
"line":
|
488
|
+
"line": 68,
|
489
489
|
"character": 23
|
490
490
|
},
|
491
491
|
"name": "boolean"
|
@@ -502,7 +502,7 @@
|
|
502
502
|
"__schema": "InferenceTypeSchema",
|
503
503
|
"location": {
|
504
504
|
"filePath": "refactoring.main.runtime.ts",
|
505
|
-
"line":
|
505
|
+
"line": 64,
|
506
506
|
"character": 3
|
507
507
|
},
|
508
508
|
"type": "Promise<void>"
|
@@ -515,7 +515,7 @@
|
|
515
515
|
"__schema": "FunctionLikeSchema",
|
516
516
|
"location": {
|
517
517
|
"filePath": "refactoring.main.runtime.ts",
|
518
|
-
"line":
|
518
|
+
"line": 80,
|
519
519
|
"character": 3
|
520
520
|
},
|
521
521
|
"signature": "(method) RefactoringMain.getStringReplacementsForVariablesAndClasses(sourceId: ComponentID, targetId: ComponentID): MultipleStringsReplacement",
|
@@ -525,7 +525,7 @@
|
|
525
525
|
"__schema": "ParameterSchema",
|
526
526
|
"location": {
|
527
527
|
"filePath": "refactoring.main.runtime.ts",
|
528
|
-
"line":
|
528
|
+
"line": 81,
|
529
529
|
"character": 5
|
530
530
|
},
|
531
531
|
"name": "sourceId",
|
@@ -533,7 +533,7 @@
|
|
533
533
|
"__schema": "TypeRefSchema",
|
534
534
|
"location": {
|
535
535
|
"filePath": "refactoring.main.runtime.ts",
|
536
|
-
"line":
|
536
|
+
"line": 81,
|
537
537
|
"character": 15
|
538
538
|
},
|
539
539
|
"name": "ComponentID",
|
@@ -549,7 +549,7 @@
|
|
549
549
|
"__schema": "ParameterSchema",
|
550
550
|
"location": {
|
551
551
|
"filePath": "refactoring.main.runtime.ts",
|
552
|
-
"line":
|
552
|
+
"line": 82,
|
553
553
|
"character": 5
|
554
554
|
},
|
555
555
|
"name": "targetId",
|
@@ -557,7 +557,7 @@
|
|
557
557
|
"__schema": "TypeRefSchema",
|
558
558
|
"location": {
|
559
559
|
"filePath": "refactoring.main.runtime.ts",
|
560
|
-
"line":
|
560
|
+
"line": 82,
|
561
561
|
"character": 15
|
562
562
|
},
|
563
563
|
"name": "ComponentID",
|
@@ -574,7 +574,7 @@
|
|
574
574
|
"__schema": "TypeRefSchema",
|
575
575
|
"location": {
|
576
576
|
"filePath": "refactoring.main.runtime.ts",
|
577
|
-
"line":
|
577
|
+
"line": 80,
|
578
578
|
"character": 3
|
579
579
|
},
|
580
580
|
"name": "MultipleStringsReplacement"
|
@@ -585,7 +585,7 @@
|
|
585
585
|
"__schema": "FunctionLikeSchema",
|
586
586
|
"location": {
|
587
587
|
"filePath": "refactoring.main.runtime.ts",
|
588
|
-
"line":
|
588
|
+
"line": 100,
|
589
589
|
"character": 3
|
590
590
|
},
|
591
591
|
"signature": "(method) RefactoringMain.refactorVariableAndClassesUsingAST(component: Component, sourceId: ComponentID, targetId: ComponentID): Promise<void>",
|
@@ -595,7 +595,7 @@
|
|
595
595
|
"__schema": "ParameterSchema",
|
596
596
|
"location": {
|
597
597
|
"filePath": "refactoring.main.runtime.ts",
|
598
|
-
"line":
|
598
|
+
"line": 100,
|
599
599
|
"character": 44
|
600
600
|
},
|
601
601
|
"name": "component",
|
@@ -603,7 +603,7 @@
|
|
603
603
|
"__schema": "TypeRefSchema",
|
604
604
|
"location": {
|
605
605
|
"filePath": "refactoring.main.runtime.ts",
|
606
|
-
"line":
|
606
|
+
"line": 100,
|
607
607
|
"character": 55
|
608
608
|
},
|
609
609
|
"name": "Component",
|
@@ -619,7 +619,7 @@
|
|
619
619
|
"__schema": "ParameterSchema",
|
620
620
|
"location": {
|
621
621
|
"filePath": "refactoring.main.runtime.ts",
|
622
|
-
"line":
|
622
|
+
"line": 100,
|
623
623
|
"character": 66
|
624
624
|
},
|
625
625
|
"name": "sourceId",
|
@@ -627,7 +627,7 @@
|
|
627
627
|
"__schema": "TypeRefSchema",
|
628
628
|
"location": {
|
629
629
|
"filePath": "refactoring.main.runtime.ts",
|
630
|
-
"line":
|
630
|
+
"line": 100,
|
631
631
|
"character": 76
|
632
632
|
},
|
633
633
|
"name": "ComponentID",
|
@@ -643,7 +643,7 @@
|
|
643
643
|
"__schema": "ParameterSchema",
|
644
644
|
"location": {
|
645
645
|
"filePath": "refactoring.main.runtime.ts",
|
646
|
-
"line":
|
646
|
+
"line": 100,
|
647
647
|
"character": 89
|
648
648
|
},
|
649
649
|
"name": "targetId",
|
@@ -651,7 +651,7 @@
|
|
651
651
|
"__schema": "TypeRefSchema",
|
652
652
|
"location": {
|
653
653
|
"filePath": "refactoring.main.runtime.ts",
|
654
|
-
"line":
|
654
|
+
"line": 100,
|
655
655
|
"character": 99
|
656
656
|
},
|
657
657
|
"name": "ComponentID",
|
@@ -668,7 +668,7 @@
|
|
668
668
|
"__schema": "InferenceTypeSchema",
|
669
669
|
"location": {
|
670
670
|
"filePath": "refactoring.main.runtime.ts",
|
671
|
-
"line":
|
671
|
+
"line": 100,
|
672
672
|
"character": 3
|
673
673
|
},
|
674
674
|
"type": "Promise<void>"
|
@@ -681,7 +681,7 @@
|
|
681
681
|
"__schema": "FunctionLikeSchema",
|
682
682
|
"location": {
|
683
683
|
"filePath": "refactoring.main.runtime.ts",
|
684
|
-
"line":
|
684
|
+
"line": 154,
|
685
685
|
"character": 3
|
686
686
|
},
|
687
687
|
"signature": "(method) RefactoringMain.refactorFilenames(component: Component, sourceId: ComponentID, targetId: ComponentID): void",
|
@@ -691,7 +691,7 @@
|
|
691
691
|
"__schema": "ParameterSchema",
|
692
692
|
"location": {
|
693
693
|
"filePath": "refactoring.main.runtime.ts",
|
694
|
-
"line":
|
694
|
+
"line": 154,
|
695
695
|
"character": 21
|
696
696
|
},
|
697
697
|
"name": "component",
|
@@ -699,7 +699,7 @@
|
|
699
699
|
"__schema": "TypeRefSchema",
|
700
700
|
"location": {
|
701
701
|
"filePath": "refactoring.main.runtime.ts",
|
702
|
-
"line":
|
702
|
+
"line": 154,
|
703
703
|
"character": 32
|
704
704
|
},
|
705
705
|
"name": "Component",
|
@@ -715,7 +715,7 @@
|
|
715
715
|
"__schema": "ParameterSchema",
|
716
716
|
"location": {
|
717
717
|
"filePath": "refactoring.main.runtime.ts",
|
718
|
-
"line":
|
718
|
+
"line": 154,
|
719
719
|
"character": 43
|
720
720
|
},
|
721
721
|
"name": "sourceId",
|
@@ -723,7 +723,7 @@
|
|
723
723
|
"__schema": "TypeRefSchema",
|
724
724
|
"location": {
|
725
725
|
"filePath": "refactoring.main.runtime.ts",
|
726
|
-
"line":
|
726
|
+
"line": 154,
|
727
727
|
"character": 53
|
728
728
|
},
|
729
729
|
"name": "ComponentID",
|
@@ -739,7 +739,7 @@
|
|
739
739
|
"__schema": "ParameterSchema",
|
740
740
|
"location": {
|
741
741
|
"filePath": "refactoring.main.runtime.ts",
|
742
|
-
"line":
|
742
|
+
"line": 154,
|
743
743
|
"character": 66
|
744
744
|
},
|
745
745
|
"name": "targetId",
|
@@ -747,7 +747,7 @@
|
|
747
747
|
"__schema": "TypeRefSchema",
|
748
748
|
"location": {
|
749
749
|
"filePath": "refactoring.main.runtime.ts",
|
750
|
-
"line":
|
750
|
+
"line": 154,
|
751
751
|
"character": 76
|
752
752
|
},
|
753
753
|
"name": "ComponentID",
|
@@ -764,7 +764,7 @@
|
|
764
764
|
"__schema": "InferenceTypeSchema",
|
765
765
|
"location": {
|
766
766
|
"filePath": "refactoring.main.runtime.ts",
|
767
|
-
"line":
|
767
|
+
"line": 154,
|
768
768
|
"character": 3
|
769
769
|
},
|
770
770
|
"type": "void"
|
@@ -775,14 +775,14 @@
|
|
775
775
|
"__schema": "FunctionLikeSchema",
|
776
776
|
"location": {
|
777
777
|
"filePath": "refactoring.main.runtime.ts",
|
778
|
-
"line":
|
778
|
+
"line": 166,
|
779
779
|
"character": 3
|
780
780
|
},
|
781
781
|
"doc": {
|
782
782
|
"__schema": "DocSchema",
|
783
783
|
"location": {
|
784
784
|
"filePath": "refactoring.main.runtime.ts",
|
785
|
-
"line":
|
785
|
+
"line": 162,
|
786
786
|
"character": 3
|
787
787
|
},
|
788
788
|
"raw": "/**\n * rename multiple packages dependencies.\n * this method changes the source code of the component, but doesn't write to the filesystem.\n */",
|
@@ -796,7 +796,7 @@
|
|
796
796
|
"__schema": "ParameterSchema",
|
797
797
|
"location": {
|
798
798
|
"filePath": "refactoring.main.runtime.ts",
|
799
|
-
"line":
|
799
|
+
"line": 167,
|
800
800
|
"character": 5
|
801
801
|
},
|
802
802
|
"name": "components",
|
@@ -804,14 +804,14 @@
|
|
804
804
|
"__schema": "TypeArraySchema",
|
805
805
|
"location": {
|
806
806
|
"filePath": "refactoring.main.runtime.ts",
|
807
|
-
"line":
|
807
|
+
"line": 167,
|
808
808
|
"character": 17
|
809
809
|
},
|
810
810
|
"type": {
|
811
811
|
"__schema": "TypeRefSchema",
|
812
812
|
"location": {
|
813
813
|
"filePath": "refactoring.main.runtime.ts",
|
814
|
-
"line":
|
814
|
+
"line": 167,
|
815
815
|
"character": 17
|
816
816
|
},
|
817
817
|
"name": "Component",
|
@@ -828,7 +828,7 @@
|
|
828
828
|
"__schema": "ParameterSchema",
|
829
829
|
"location": {
|
830
830
|
"filePath": "refactoring.main.runtime.ts",
|
831
|
-
"line":
|
831
|
+
"line": 168,
|
832
832
|
"character": 5
|
833
833
|
},
|
834
834
|
"name": "stringsToReplace",
|
@@ -836,7 +836,7 @@
|
|
836
836
|
"__schema": "TypeRefSchema",
|
837
837
|
"location": {
|
838
838
|
"filePath": "refactoring.main.runtime.ts",
|
839
|
-
"line":
|
839
|
+
"line": 168,
|
840
840
|
"character": 23
|
841
841
|
},
|
842
842
|
"name": "MultipleStringsReplacement"
|
@@ -849,7 +849,7 @@
|
|
849
849
|
"__schema": "ParameterSchema",
|
850
850
|
"location": {
|
851
851
|
"filePath": "refactoring.main.runtime.ts",
|
852
|
-
"line":
|
852
|
+
"line": 169,
|
853
853
|
"character": 5
|
854
854
|
},
|
855
855
|
"name": "transformers",
|
@@ -857,14 +857,14 @@
|
|
857
857
|
"__schema": "TypeArraySchema",
|
858
858
|
"location": {
|
859
859
|
"filePath": "refactoring.main.runtime.ts",
|
860
|
-
"line":
|
860
|
+
"line": 169,
|
861
861
|
"character": 20
|
862
862
|
},
|
863
863
|
"type": {
|
864
864
|
"__schema": "TypeRefSchema",
|
865
865
|
"location": {
|
866
866
|
"filePath": "refactoring.main.runtime.ts",
|
867
|
-
"line":
|
867
|
+
"line": 169,
|
868
868
|
"character": 20
|
869
869
|
},
|
870
870
|
"name": "SourceFileTransformer",
|
@@ -881,7 +881,7 @@
|
|
881
881
|
"__schema": "ParameterSchema",
|
882
882
|
"location": {
|
883
883
|
"filePath": "refactoring.main.runtime.ts",
|
884
|
-
"line":
|
884
|
+
"line": 170,
|
885
885
|
"character": 5
|
886
886
|
},
|
887
887
|
"name": "shouldAvoidPackageNames",
|
@@ -889,7 +889,7 @@
|
|
889
889
|
"__schema": "InferenceTypeSchema",
|
890
890
|
"location": {
|
891
891
|
"filePath": "refactoring.main.runtime.ts",
|
892
|
-
"line":
|
892
|
+
"line": 170,
|
893
893
|
"character": 5
|
894
894
|
},
|
895
895
|
"type": "boolean"
|
@@ -903,7 +903,7 @@
|
|
903
903
|
"__schema": "TypeRefSchema",
|
904
904
|
"location": {
|
905
905
|
"filePath": "refactoring.main.runtime.ts",
|
906
|
-
"line":
|
906
|
+
"line": 171,
|
907
907
|
"character": 6
|
908
908
|
},
|
909
909
|
"name": "Promise",
|
@@ -912,7 +912,7 @@
|
|
912
912
|
"__schema": "TypeLiteralSchema",
|
913
913
|
"location": {
|
914
914
|
"filePath": "refactoring.main.runtime.ts",
|
915
|
-
"line":
|
915
|
+
"line": 171,
|
916
916
|
"character": 14
|
917
917
|
},
|
918
918
|
"members": [
|
@@ -920,7 +920,7 @@
|
|
920
920
|
"__schema": "VariableLikeSchema",
|
921
921
|
"location": {
|
922
922
|
"filePath": "refactoring.main.runtime.ts",
|
923
|
-
"line":
|
923
|
+
"line": 172,
|
924
924
|
"character": 5
|
925
925
|
},
|
926
926
|
"signature": "(property) changedComponents: Component[]",
|
@@ -929,14 +929,14 @@
|
|
929
929
|
"__schema": "TypeArraySchema",
|
930
930
|
"location": {
|
931
931
|
"filePath": "refactoring.main.runtime.ts",
|
932
|
-
"line":
|
932
|
+
"line": 172,
|
933
933
|
"character": 24
|
934
934
|
},
|
935
935
|
"type": {
|
936
936
|
"__schema": "TypeRefSchema",
|
937
937
|
"location": {
|
938
938
|
"filePath": "refactoring.main.runtime.ts",
|
939
|
-
"line":
|
939
|
+
"line": 172,
|
940
940
|
"character": 24
|
941
941
|
},
|
942
942
|
"name": "Component",
|
@@ -960,7 +960,7 @@
|
|
960
960
|
"__schema": "VariableLikeSchema",
|
961
961
|
"location": {
|
962
962
|
"filePath": "refactoring.main.runtime.ts",
|
963
|
-
"line":
|
963
|
+
"line": 317,
|
964
964
|
"character": 3
|
965
965
|
},
|
966
966
|
"signature": "(property) RefactoringMain.slots: never[]",
|
@@ -969,7 +969,7 @@
|
|
969
969
|
"__schema": "InferenceTypeSchema",
|
970
970
|
"location": {
|
971
971
|
"filePath": "refactoring.main.runtime.ts",
|
972
|
-
"line":
|
972
|
+
"line": 317,
|
973
973
|
"character": 3
|
974
974
|
},
|
975
975
|
"type": "never[]"
|
@@ -981,7 +981,7 @@
|
|
981
981
|
"__schema": "VariableLikeSchema",
|
982
982
|
"location": {
|
983
983
|
"filePath": "refactoring.main.runtime.ts",
|
984
|
-
"line":
|
984
|
+
"line": 318,
|
985
985
|
"character": 3
|
986
986
|
},
|
987
987
|
"signature": "(property) RefactoringMain.dependencies: Aspect[]",
|
@@ -990,7 +990,7 @@
|
|
990
990
|
"__schema": "InferenceTypeSchema",
|
991
991
|
"location": {
|
992
992
|
"filePath": "refactoring.main.runtime.ts",
|
993
|
-
"line":
|
993
|
+
"line": 318,
|
994
994
|
"character": 3
|
995
995
|
},
|
996
996
|
"type": "Aspect[]"
|
@@ -1002,7 +1002,7 @@
|
|
1002
1002
|
"__schema": "VariableLikeSchema",
|
1003
1003
|
"location": {
|
1004
1004
|
"filePath": "refactoring.main.runtime.ts",
|
1005
|
-
"line":
|
1005
|
+
"line": 319,
|
1006
1006
|
"character": 3
|
1007
1007
|
},
|
1008
1008
|
"signature": "(property) RefactoringMain.runtime: RuntimeDefinition",
|
@@ -1011,7 +1011,7 @@
|
|
1011
1011
|
"__schema": "InferenceTypeSchema",
|
1012
1012
|
"location": {
|
1013
1013
|
"filePath": "refactoring.main.runtime.ts",
|
1014
|
-
"line":
|
1014
|
+
"line": 319,
|
1015
1015
|
"character": 3
|
1016
1016
|
},
|
1017
1017
|
"type": "RuntimeDefinition"
|
@@ -1023,7 +1023,7 @@
|
|
1023
1023
|
"__schema": "FunctionLikeSchema",
|
1024
1024
|
"location": {
|
1025
1025
|
"filePath": "refactoring.main.runtime.ts",
|
1026
|
-
"line":
|
1026
|
+
"line": 320,
|
1027
1027
|
"character": 3
|
1028
1028
|
},
|
1029
1029
|
"signature": "(method) RefactoringMain.provider([componentMain, pkg, cli, envMain]: [ComponentMain, PkgMain, CLIMain, EnvsMain]): Promise<RefactoringMain>",
|
@@ -1033,7 +1033,7 @@
|
|
1033
1033
|
"__schema": "ParameterSchema",
|
1034
1034
|
"location": {
|
1035
1035
|
"filePath": "refactoring.main.runtime.ts",
|
1036
|
-
"line":
|
1036
|
+
"line": 320,
|
1037
1037
|
"character": 25
|
1038
1038
|
},
|
1039
1039
|
"name": "[ componentMain, pkg, cli, envMain ]",
|
@@ -1041,7 +1041,7 @@
|
|
1041
1041
|
"__schema": "TupleTypeSchema",
|
1042
1042
|
"location": {
|
1043
1043
|
"filePath": "refactoring.main.runtime.ts",
|
1044
|
-
"line":
|
1044
|
+
"line": 320,
|
1045
1045
|
"character": 61
|
1046
1046
|
},
|
1047
1047
|
"elements": [
|
@@ -1049,7 +1049,7 @@
|
|
1049
1049
|
"__schema": "TypeRefSchema",
|
1050
1050
|
"location": {
|
1051
1051
|
"filePath": "refactoring.main.runtime.ts",
|
1052
|
-
"line":
|
1052
|
+
"line": 320,
|
1053
1053
|
"character": 62
|
1054
1054
|
},
|
1055
1055
|
"name": "ComponentMain",
|
@@ -1062,7 +1062,7 @@
|
|
1062
1062
|
"__schema": "TypeRefSchema",
|
1063
1063
|
"location": {
|
1064
1064
|
"filePath": "refactoring.main.runtime.ts",
|
1065
|
-
"line":
|
1065
|
+
"line": 320,
|
1066
1066
|
"character": 77
|
1067
1067
|
},
|
1068
1068
|
"name": "PkgMain",
|
@@ -1075,7 +1075,7 @@
|
|
1075
1075
|
"__schema": "TypeRefSchema",
|
1076
1076
|
"location": {
|
1077
1077
|
"filePath": "refactoring.main.runtime.ts",
|
1078
|
-
"line":
|
1078
|
+
"line": 320,
|
1079
1079
|
"character": 86
|
1080
1080
|
},
|
1081
1081
|
"name": "CLIMain",
|
@@ -1088,7 +1088,7 @@
|
|
1088
1088
|
"__schema": "TypeRefSchema",
|
1089
1089
|
"location": {
|
1090
1090
|
"filePath": "refactoring.main.runtime.ts",
|
1091
|
-
"line":
|
1091
|
+
"line": 320,
|
1092
1092
|
"character": 95
|
1093
1093
|
},
|
1094
1094
|
"name": "EnvsMain",
|
@@ -1107,7 +1107,7 @@
|
|
1107
1107
|
"__schema": "InferenceTypeSchema",
|
1108
1108
|
"location": {
|
1109
1109
|
"filePath": "refactoring.main.runtime.ts",
|
1110
|
-
"line":
|
1110
|
+
"line": 320,
|
1111
1111
|
"character": 3
|
1112
1112
|
},
|
1113
1113
|
"type": "Promise<RefactoringMain>"
|
@@ -1356,16 +1356,16 @@
|
|
1356
1356
|
"__schema": "ParameterSchema",
|
1357
1357
|
"location": {
|
1358
1358
|
"filePath": "refactoring.main.runtime.ts",
|
1359
|
-
"line":
|
1360
|
-
"character":
|
1359
|
+
"line": 31,
|
1360
|
+
"character": 5
|
1361
1361
|
},
|
1362
1362
|
"name": "componentMain",
|
1363
1363
|
"type": {
|
1364
1364
|
"__schema": "TypeRefSchema",
|
1365
1365
|
"location": {
|
1366
1366
|
"filePath": "refactoring.main.runtime.ts",
|
1367
|
-
"line":
|
1368
|
-
"character":
|
1367
|
+
"line": 31,
|
1368
|
+
"character": 28
|
1369
1369
|
},
|
1370
1370
|
"name": "ComponentMain",
|
1371
1371
|
"componentId": {
|
@@ -1380,16 +1380,16 @@
|
|
1380
1380
|
"__schema": "ParameterSchema",
|
1381
1381
|
"location": {
|
1382
1382
|
"filePath": "refactoring.main.runtime.ts",
|
1383
|
-
"line":
|
1384
|
-
"character":
|
1383
|
+
"line": 32,
|
1384
|
+
"character": 5
|
1385
1385
|
},
|
1386
1386
|
"name": "pkg",
|
1387
1387
|
"type": {
|
1388
1388
|
"__schema": "TypeRefSchema",
|
1389
1389
|
"location": {
|
1390
1390
|
"filePath": "refactoring.main.runtime.ts",
|
1391
|
-
"line":
|
1392
|
-
"character":
|
1391
|
+
"line": 32,
|
1392
|
+
"character": 18
|
1393
1393
|
},
|
1394
1394
|
"name": "PkgMain",
|
1395
1395
|
"componentId": {
|
@@ -1404,16 +1404,16 @@
|
|
1404
1404
|
"__schema": "ParameterSchema",
|
1405
1405
|
"location": {
|
1406
1406
|
"filePath": "refactoring.main.runtime.ts",
|
1407
|
-
"line":
|
1408
|
-
"character":
|
1407
|
+
"line": 33,
|
1408
|
+
"character": 5
|
1409
1409
|
},
|
1410
1410
|
"name": "envs",
|
1411
1411
|
"type": {
|
1412
1412
|
"__schema": "TypeRefSchema",
|
1413
1413
|
"location": {
|
1414
1414
|
"filePath": "refactoring.main.runtime.ts",
|
1415
|
-
"line":
|
1416
|
-
"character":
|
1415
|
+
"line": 33,
|
1416
|
+
"character": 19
|
1417
1417
|
},
|
1418
1418
|
"name": "EnvsMain",
|
1419
1419
|
"componentId": {
|
@@ -1440,14 +1440,14 @@
|
|
1440
1440
|
"__schema": "FunctionLikeSchema",
|
1441
1441
|
"location": {
|
1442
1442
|
"filePath": "refactoring.main.runtime.ts",
|
1443
|
-
"line":
|
1443
|
+
"line": 41,
|
1444
1444
|
"character": 3
|
1445
1445
|
},
|
1446
1446
|
"doc": {
|
1447
1447
|
"__schema": "DocSchema",
|
1448
1448
|
"location": {
|
1449
1449
|
"filePath": "refactoring.main.runtime.ts",
|
1450
|
-
"line":
|
1450
|
+
"line": 36,
|
1451
1451
|
"character": 3
|
1452
1452
|
},
|
1453
1453
|
"raw": "/**\n * refactor the dependency name of a component.\n * oldId and newId can be either a component-id or a package-name.\n * this method changes the source code of the component, but doesn't write to the filesystem.\n */",
|
@@ -1461,7 +1461,7 @@
|
|
1461
1461
|
"__schema": "ParameterSchema",
|
1462
1462
|
"location": {
|
1463
1463
|
"filePath": "refactoring.main.runtime.ts",
|
1464
|
-
"line":
|
1464
|
+
"line": 42,
|
1465
1465
|
"character": 5
|
1466
1466
|
},
|
1467
1467
|
"name": "components",
|
@@ -1469,14 +1469,14 @@
|
|
1469
1469
|
"__schema": "TypeArraySchema",
|
1470
1470
|
"location": {
|
1471
1471
|
"filePath": "refactoring.main.runtime.ts",
|
1472
|
-
"line":
|
1472
|
+
"line": 42,
|
1473
1473
|
"character": 17
|
1474
1474
|
},
|
1475
1475
|
"type": {
|
1476
1476
|
"__schema": "TypeRefSchema",
|
1477
1477
|
"location": {
|
1478
1478
|
"filePath": "refactoring.main.runtime.ts",
|
1479
|
-
"line":
|
1479
|
+
"line": 42,
|
1480
1480
|
"character": 17
|
1481
1481
|
},
|
1482
1482
|
"name": "Component",
|
@@ -1493,7 +1493,7 @@
|
|
1493
1493
|
"__schema": "ParameterSchema",
|
1494
1494
|
"location": {
|
1495
1495
|
"filePath": "refactoring.main.runtime.ts",
|
1496
|
-
"line":
|
1496
|
+
"line": 43,
|
1497
1497
|
"character": 5
|
1498
1498
|
},
|
1499
1499
|
"name": "oldId",
|
@@ -1501,7 +1501,7 @@
|
|
1501
1501
|
"__schema": "TypeUnionSchema",
|
1502
1502
|
"location": {
|
1503
1503
|
"filePath": "refactoring.main.runtime.ts",
|
1504
|
-
"line":
|
1504
|
+
"line": 43,
|
1505
1505
|
"character": 12
|
1506
1506
|
},
|
1507
1507
|
"types": [
|
@@ -1509,7 +1509,7 @@
|
|
1509
1509
|
"__schema": "TypeRefSchema",
|
1510
1510
|
"location": {
|
1511
1511
|
"filePath": "refactoring.main.runtime.ts",
|
1512
|
-
"line":
|
1512
|
+
"line": 43,
|
1513
1513
|
"character": 12
|
1514
1514
|
},
|
1515
1515
|
"name": "ComponentID",
|
@@ -1522,7 +1522,7 @@
|
|
1522
1522
|
"__schema": "KeywordTypeSchema",
|
1523
1523
|
"location": {
|
1524
1524
|
"filePath": "refactoring.main.runtime.ts",
|
1525
|
-
"line":
|
1525
|
+
"line": 43,
|
1526
1526
|
"character": 26
|
1527
1527
|
},
|
1528
1528
|
"name": "string"
|
@@ -1536,7 +1536,7 @@
|
|
1536
1536
|
"__schema": "ParameterSchema",
|
1537
1537
|
"location": {
|
1538
1538
|
"filePath": "refactoring.main.runtime.ts",
|
1539
|
-
"line":
|
1539
|
+
"line": 44,
|
1540
1540
|
"character": 5
|
1541
1541
|
},
|
1542
1542
|
"name": "newId",
|
@@ -1544,7 +1544,7 @@
|
|
1544
1544
|
"__schema": "TypeUnionSchema",
|
1545
1545
|
"location": {
|
1546
1546
|
"filePath": "refactoring.main.runtime.ts",
|
1547
|
-
"line":
|
1547
|
+
"line": 44,
|
1548
1548
|
"character": 12
|
1549
1549
|
},
|
1550
1550
|
"types": [
|
@@ -1552,7 +1552,7 @@
|
|
1552
1552
|
"__schema": "TypeRefSchema",
|
1553
1553
|
"location": {
|
1554
1554
|
"filePath": "refactoring.main.runtime.ts",
|
1555
|
-
"line":
|
1555
|
+
"line": 44,
|
1556
1556
|
"character": 12
|
1557
1557
|
},
|
1558
1558
|
"name": "ComponentID",
|
@@ -1565,7 +1565,7 @@
|
|
1565
1565
|
"__schema": "KeywordTypeSchema",
|
1566
1566
|
"location": {
|
1567
1567
|
"filePath": "refactoring.main.runtime.ts",
|
1568
|
-
"line":
|
1568
|
+
"line": 44,
|
1569
1569
|
"character": 26
|
1570
1570
|
},
|
1571
1571
|
"name": "string"
|
@@ -1580,7 +1580,7 @@
|
|
1580
1580
|
"__schema": "TypeRefSchema",
|
1581
1581
|
"location": {
|
1582
1582
|
"filePath": "refactoring.main.runtime.ts",
|
1583
|
-
"line":
|
1583
|
+
"line": 45,
|
1584
1584
|
"character": 6
|
1585
1585
|
},
|
1586
1586
|
"name": "Promise",
|
@@ -1589,7 +1589,7 @@
|
|
1589
1589
|
"__schema": "TypeLiteralSchema",
|
1590
1590
|
"location": {
|
1591
1591
|
"filePath": "refactoring.main.runtime.ts",
|
1592
|
-
"line":
|
1592
|
+
"line": 45,
|
1593
1593
|
"character": 14
|
1594
1594
|
},
|
1595
1595
|
"members": [
|
@@ -1597,7 +1597,7 @@
|
|
1597
1597
|
"__schema": "VariableLikeSchema",
|
1598
1598
|
"location": {
|
1599
1599
|
"filePath": "refactoring.main.runtime.ts",
|
1600
|
-
"line":
|
1600
|
+
"line": 45,
|
1601
1601
|
"character": 16
|
1602
1602
|
},
|
1603
1603
|
"signature": "(property) oldPackageName: string",
|
@@ -1606,7 +1606,7 @@
|
|
1606
1606
|
"__schema": "KeywordTypeSchema",
|
1607
1607
|
"location": {
|
1608
1608
|
"filePath": "refactoring.main.runtime.ts",
|
1609
|
-
"line":
|
1609
|
+
"line": 45,
|
1610
1610
|
"character": 32
|
1611
1611
|
},
|
1612
1612
|
"name": "string"
|
@@ -1617,7 +1617,7 @@
|
|
1617
1617
|
"__schema": "VariableLikeSchema",
|
1618
1618
|
"location": {
|
1619
1619
|
"filePath": "refactoring.main.runtime.ts",
|
1620
|
-
"line":
|
1620
|
+
"line": 45,
|
1621
1621
|
"character": 40
|
1622
1622
|
},
|
1623
1623
|
"signature": "(property) newPackageName: string",
|
@@ -1626,7 +1626,7 @@
|
|
1626
1626
|
"__schema": "KeywordTypeSchema",
|
1627
1627
|
"location": {
|
1628
1628
|
"filePath": "refactoring.main.runtime.ts",
|
1629
|
-
"line":
|
1629
|
+
"line": 45,
|
1630
1630
|
"character": 56
|
1631
1631
|
},
|
1632
1632
|
"name": "string"
|
@@ -1637,7 +1637,7 @@
|
|
1637
1637
|
"__schema": "VariableLikeSchema",
|
1638
1638
|
"location": {
|
1639
1639
|
"filePath": "refactoring.main.runtime.ts",
|
1640
|
-
"line":
|
1640
|
+
"line": 45,
|
1641
1641
|
"character": 64
|
1642
1642
|
},
|
1643
1643
|
"signature": "(property) changedComponents: Component[]",
|
@@ -1646,14 +1646,14 @@
|
|
1646
1646
|
"__schema": "TypeArraySchema",
|
1647
1647
|
"location": {
|
1648
1648
|
"filePath": "refactoring.main.runtime.ts",
|
1649
|
-
"line":
|
1649
|
+
"line": 45,
|
1650
1650
|
"character": 83
|
1651
1651
|
},
|
1652
1652
|
"type": {
|
1653
1653
|
"__schema": "TypeRefSchema",
|
1654
1654
|
"location": {
|
1655
1655
|
"filePath": "refactoring.main.runtime.ts",
|
1656
|
-
"line":
|
1656
|
+
"line": 45,
|
1657
1657
|
"character": 83
|
1658
1658
|
},
|
1659
1659
|
"name": "Component",
|
@@ -1677,14 +1677,14 @@
|
|
1677
1677
|
"__schema": "FunctionLikeSchema",
|
1678
1678
|
"location": {
|
1679
1679
|
"filePath": "refactoring.main.runtime.ts",
|
1680
|
-
"line":
|
1680
|
+
"line": 64,
|
1681
1681
|
"character": 3
|
1682
1682
|
},
|
1683
1683
|
"doc": {
|
1684
1684
|
"__schema": "DocSchema",
|
1685
1685
|
"location": {
|
1686
1686
|
"filePath": "refactoring.main.runtime.ts",
|
1687
|
-
"line":
|
1687
|
+
"line": 60,
|
1688
1688
|
"character": 3
|
1689
1689
|
},
|
1690
1690
|
"raw": "/**\n * replaces the old-name inside the source code of the given component with the new name.\n * helpful when renaming/forking an aspect/env where the component-name is used as the class-name and variable-name.\n */",
|
@@ -1698,7 +1698,7 @@
|
|
1698
1698
|
"__schema": "ParameterSchema",
|
1699
1699
|
"location": {
|
1700
1700
|
"filePath": "refactoring.main.runtime.ts",
|
1701
|
-
"line":
|
1701
|
+
"line": 65,
|
1702
1702
|
"character": 5
|
1703
1703
|
},
|
1704
1704
|
"name": "component",
|
@@ -1706,7 +1706,7 @@
|
|
1706
1706
|
"__schema": "TypeRefSchema",
|
1707
1707
|
"location": {
|
1708
1708
|
"filePath": "refactoring.main.runtime.ts",
|
1709
|
-
"line":
|
1709
|
+
"line": 65,
|
1710
1710
|
"character": 16
|
1711
1711
|
},
|
1712
1712
|
"name": "Component",
|
@@ -1722,7 +1722,7 @@
|
|
1722
1722
|
"__schema": "ParameterSchema",
|
1723
1723
|
"location": {
|
1724
1724
|
"filePath": "refactoring.main.runtime.ts",
|
1725
|
-
"line":
|
1725
|
+
"line": 66,
|
1726
1726
|
"character": 5
|
1727
1727
|
},
|
1728
1728
|
"name": "sourceId",
|
@@ -1730,7 +1730,7 @@
|
|
1730
1730
|
"__schema": "TypeRefSchema",
|
1731
1731
|
"location": {
|
1732
1732
|
"filePath": "refactoring.main.runtime.ts",
|
1733
|
-
"line":
|
1733
|
+
"line": 66,
|
1734
1734
|
"character": 15
|
1735
1735
|
},
|
1736
1736
|
"name": "ComponentID",
|
@@ -1746,7 +1746,7 @@
|
|
1746
1746
|
"__schema": "ParameterSchema",
|
1747
1747
|
"location": {
|
1748
1748
|
"filePath": "refactoring.main.runtime.ts",
|
1749
|
-
"line":
|
1749
|
+
"line": 67,
|
1750
1750
|
"character": 5
|
1751
1751
|
},
|
1752
1752
|
"name": "targetId",
|
@@ -1754,7 +1754,7 @@
|
|
1754
1754
|
"__schema": "TypeRefSchema",
|
1755
1755
|
"location": {
|
1756
1756
|
"filePath": "refactoring.main.runtime.ts",
|
1757
|
-
"line":
|
1757
|
+
"line": 67,
|
1758
1758
|
"character": 15
|
1759
1759
|
},
|
1760
1760
|
"name": "ComponentID",
|
@@ -1770,7 +1770,7 @@
|
|
1770
1770
|
"__schema": "ParameterSchema",
|
1771
1771
|
"location": {
|
1772
1772
|
"filePath": "refactoring.main.runtime.ts",
|
1773
|
-
"line":
|
1773
|
+
"line": 68,
|
1774
1774
|
"character": 5
|
1775
1775
|
},
|
1776
1776
|
"name": "options",
|
@@ -1778,7 +1778,7 @@
|
|
1778
1778
|
"__schema": "TypeLiteralSchema",
|
1779
1779
|
"location": {
|
1780
1780
|
"filePath": "refactoring.main.runtime.ts",
|
1781
|
-
"line":
|
1781
|
+
"line": 68,
|
1782
1782
|
"character": 15
|
1783
1783
|
},
|
1784
1784
|
"members": [
|
@@ -1786,7 +1786,7 @@
|
|
1786
1786
|
"__schema": "VariableLikeSchema",
|
1787
1787
|
"location": {
|
1788
1788
|
"filePath": "refactoring.main.runtime.ts",
|
1789
|
-
"line":
|
1789
|
+
"line": 68,
|
1790
1790
|
"character": 17
|
1791
1791
|
},
|
1792
1792
|
"signature": "(property) ast?: boolean | undefined",
|
@@ -1795,7 +1795,7 @@
|
|
1795
1795
|
"__schema": "KeywordTypeSchema",
|
1796
1796
|
"location": {
|
1797
1797
|
"filePath": "refactoring.main.runtime.ts",
|
1798
|
-
"line":
|
1798
|
+
"line": 68,
|
1799
1799
|
"character": 23
|
1800
1800
|
},
|
1801
1801
|
"name": "boolean"
|
@@ -1812,7 +1812,7 @@
|
|
1812
1812
|
"__schema": "InferenceTypeSchema",
|
1813
1813
|
"location": {
|
1814
1814
|
"filePath": "refactoring.main.runtime.ts",
|
1815
|
-
"line":
|
1815
|
+
"line": 64,
|
1816
1816
|
"character": 3
|
1817
1817
|
},
|
1818
1818
|
"type": "Promise<void>"
|
@@ -1825,7 +1825,7 @@
|
|
1825
1825
|
"__schema": "FunctionLikeSchema",
|
1826
1826
|
"location": {
|
1827
1827
|
"filePath": "refactoring.main.runtime.ts",
|
1828
|
-
"line":
|
1828
|
+
"line": 80,
|
1829
1829
|
"character": 3
|
1830
1830
|
},
|
1831
1831
|
"signature": "(method) RefactoringMain.getStringReplacementsForVariablesAndClasses(sourceId: ComponentID, targetId: ComponentID): MultipleStringsReplacement",
|
@@ -1835,7 +1835,7 @@
|
|
1835
1835
|
"__schema": "ParameterSchema",
|
1836
1836
|
"location": {
|
1837
1837
|
"filePath": "refactoring.main.runtime.ts",
|
1838
|
-
"line":
|
1838
|
+
"line": 81,
|
1839
1839
|
"character": 5
|
1840
1840
|
},
|
1841
1841
|
"name": "sourceId",
|
@@ -1843,7 +1843,7 @@
|
|
1843
1843
|
"__schema": "TypeRefSchema",
|
1844
1844
|
"location": {
|
1845
1845
|
"filePath": "refactoring.main.runtime.ts",
|
1846
|
-
"line":
|
1846
|
+
"line": 81,
|
1847
1847
|
"character": 15
|
1848
1848
|
},
|
1849
1849
|
"name": "ComponentID",
|
@@ -1859,7 +1859,7 @@
|
|
1859
1859
|
"__schema": "ParameterSchema",
|
1860
1860
|
"location": {
|
1861
1861
|
"filePath": "refactoring.main.runtime.ts",
|
1862
|
-
"line":
|
1862
|
+
"line": 82,
|
1863
1863
|
"character": 5
|
1864
1864
|
},
|
1865
1865
|
"name": "targetId",
|
@@ -1867,7 +1867,7 @@
|
|
1867
1867
|
"__schema": "TypeRefSchema",
|
1868
1868
|
"location": {
|
1869
1869
|
"filePath": "refactoring.main.runtime.ts",
|
1870
|
-
"line":
|
1870
|
+
"line": 82,
|
1871
1871
|
"character": 15
|
1872
1872
|
},
|
1873
1873
|
"name": "ComponentID",
|
@@ -1884,7 +1884,7 @@
|
|
1884
1884
|
"__schema": "TypeRefSchema",
|
1885
1885
|
"location": {
|
1886
1886
|
"filePath": "refactoring.main.runtime.ts",
|
1887
|
-
"line":
|
1887
|
+
"line": 80,
|
1888
1888
|
"character": 3
|
1889
1889
|
},
|
1890
1890
|
"name": "MultipleStringsReplacement"
|
@@ -1895,7 +1895,7 @@
|
|
1895
1895
|
"__schema": "FunctionLikeSchema",
|
1896
1896
|
"location": {
|
1897
1897
|
"filePath": "refactoring.main.runtime.ts",
|
1898
|
-
"line":
|
1898
|
+
"line": 100,
|
1899
1899
|
"character": 3
|
1900
1900
|
},
|
1901
1901
|
"signature": "(method) RefactoringMain.refactorVariableAndClassesUsingAST(component: Component, sourceId: ComponentID, targetId: ComponentID): Promise<void>",
|
@@ -1905,7 +1905,7 @@
|
|
1905
1905
|
"__schema": "ParameterSchema",
|
1906
1906
|
"location": {
|
1907
1907
|
"filePath": "refactoring.main.runtime.ts",
|
1908
|
-
"line":
|
1908
|
+
"line": 100,
|
1909
1909
|
"character": 44
|
1910
1910
|
},
|
1911
1911
|
"name": "component",
|
@@ -1913,7 +1913,7 @@
|
|
1913
1913
|
"__schema": "TypeRefSchema",
|
1914
1914
|
"location": {
|
1915
1915
|
"filePath": "refactoring.main.runtime.ts",
|
1916
|
-
"line":
|
1916
|
+
"line": 100,
|
1917
1917
|
"character": 55
|
1918
1918
|
},
|
1919
1919
|
"name": "Component",
|
@@ -1929,7 +1929,7 @@
|
|
1929
1929
|
"__schema": "ParameterSchema",
|
1930
1930
|
"location": {
|
1931
1931
|
"filePath": "refactoring.main.runtime.ts",
|
1932
|
-
"line":
|
1932
|
+
"line": 100,
|
1933
1933
|
"character": 66
|
1934
1934
|
},
|
1935
1935
|
"name": "sourceId",
|
@@ -1937,7 +1937,7 @@
|
|
1937
1937
|
"__schema": "TypeRefSchema",
|
1938
1938
|
"location": {
|
1939
1939
|
"filePath": "refactoring.main.runtime.ts",
|
1940
|
-
"line":
|
1940
|
+
"line": 100,
|
1941
1941
|
"character": 76
|
1942
1942
|
},
|
1943
1943
|
"name": "ComponentID",
|
@@ -1953,7 +1953,7 @@
|
|
1953
1953
|
"__schema": "ParameterSchema",
|
1954
1954
|
"location": {
|
1955
1955
|
"filePath": "refactoring.main.runtime.ts",
|
1956
|
-
"line":
|
1956
|
+
"line": 100,
|
1957
1957
|
"character": 89
|
1958
1958
|
},
|
1959
1959
|
"name": "targetId",
|
@@ -1961,7 +1961,7 @@
|
|
1961
1961
|
"__schema": "TypeRefSchema",
|
1962
1962
|
"location": {
|
1963
1963
|
"filePath": "refactoring.main.runtime.ts",
|
1964
|
-
"line":
|
1964
|
+
"line": 100,
|
1965
1965
|
"character": 99
|
1966
1966
|
},
|
1967
1967
|
"name": "ComponentID",
|
@@ -1978,7 +1978,7 @@
|
|
1978
1978
|
"__schema": "InferenceTypeSchema",
|
1979
1979
|
"location": {
|
1980
1980
|
"filePath": "refactoring.main.runtime.ts",
|
1981
|
-
"line":
|
1981
|
+
"line": 100,
|
1982
1982
|
"character": 3
|
1983
1983
|
},
|
1984
1984
|
"type": "Promise<void>"
|
@@ -1991,7 +1991,7 @@
|
|
1991
1991
|
"__schema": "FunctionLikeSchema",
|
1992
1992
|
"location": {
|
1993
1993
|
"filePath": "refactoring.main.runtime.ts",
|
1994
|
-
"line":
|
1994
|
+
"line": 154,
|
1995
1995
|
"character": 3
|
1996
1996
|
},
|
1997
1997
|
"signature": "(method) RefactoringMain.refactorFilenames(component: Component, sourceId: ComponentID, targetId: ComponentID): void",
|
@@ -2001,7 +2001,7 @@
|
|
2001
2001
|
"__schema": "ParameterSchema",
|
2002
2002
|
"location": {
|
2003
2003
|
"filePath": "refactoring.main.runtime.ts",
|
2004
|
-
"line":
|
2004
|
+
"line": 154,
|
2005
2005
|
"character": 21
|
2006
2006
|
},
|
2007
2007
|
"name": "component",
|
@@ -2009,7 +2009,7 @@
|
|
2009
2009
|
"__schema": "TypeRefSchema",
|
2010
2010
|
"location": {
|
2011
2011
|
"filePath": "refactoring.main.runtime.ts",
|
2012
|
-
"line":
|
2012
|
+
"line": 154,
|
2013
2013
|
"character": 32
|
2014
2014
|
},
|
2015
2015
|
"name": "Component",
|
@@ -2025,7 +2025,7 @@
|
|
2025
2025
|
"__schema": "ParameterSchema",
|
2026
2026
|
"location": {
|
2027
2027
|
"filePath": "refactoring.main.runtime.ts",
|
2028
|
-
"line":
|
2028
|
+
"line": 154,
|
2029
2029
|
"character": 43
|
2030
2030
|
},
|
2031
2031
|
"name": "sourceId",
|
@@ -2033,7 +2033,7 @@
|
|
2033
2033
|
"__schema": "TypeRefSchema",
|
2034
2034
|
"location": {
|
2035
2035
|
"filePath": "refactoring.main.runtime.ts",
|
2036
|
-
"line":
|
2036
|
+
"line": 154,
|
2037
2037
|
"character": 53
|
2038
2038
|
},
|
2039
2039
|
"name": "ComponentID",
|
@@ -2049,7 +2049,7 @@
|
|
2049
2049
|
"__schema": "ParameterSchema",
|
2050
2050
|
"location": {
|
2051
2051
|
"filePath": "refactoring.main.runtime.ts",
|
2052
|
-
"line":
|
2052
|
+
"line": 154,
|
2053
2053
|
"character": 66
|
2054
2054
|
},
|
2055
2055
|
"name": "targetId",
|
@@ -2057,7 +2057,7 @@
|
|
2057
2057
|
"__schema": "TypeRefSchema",
|
2058
2058
|
"location": {
|
2059
2059
|
"filePath": "refactoring.main.runtime.ts",
|
2060
|
-
"line":
|
2060
|
+
"line": 154,
|
2061
2061
|
"character": 76
|
2062
2062
|
},
|
2063
2063
|
"name": "ComponentID",
|
@@ -2074,7 +2074,7 @@
|
|
2074
2074
|
"__schema": "InferenceTypeSchema",
|
2075
2075
|
"location": {
|
2076
2076
|
"filePath": "refactoring.main.runtime.ts",
|
2077
|
-
"line":
|
2077
|
+
"line": 154,
|
2078
2078
|
"character": 3
|
2079
2079
|
},
|
2080
2080
|
"type": "void"
|
@@ -2085,14 +2085,14 @@
|
|
2085
2085
|
"__schema": "FunctionLikeSchema",
|
2086
2086
|
"location": {
|
2087
2087
|
"filePath": "refactoring.main.runtime.ts",
|
2088
|
-
"line":
|
2088
|
+
"line": 166,
|
2089
2089
|
"character": 3
|
2090
2090
|
},
|
2091
2091
|
"doc": {
|
2092
2092
|
"__schema": "DocSchema",
|
2093
2093
|
"location": {
|
2094
2094
|
"filePath": "refactoring.main.runtime.ts",
|
2095
|
-
"line":
|
2095
|
+
"line": 162,
|
2096
2096
|
"character": 3
|
2097
2097
|
},
|
2098
2098
|
"raw": "/**\n * rename multiple packages dependencies.\n * this method changes the source code of the component, but doesn't write to the filesystem.\n */",
|
@@ -2106,7 +2106,7 @@
|
|
2106
2106
|
"__schema": "ParameterSchema",
|
2107
2107
|
"location": {
|
2108
2108
|
"filePath": "refactoring.main.runtime.ts",
|
2109
|
-
"line":
|
2109
|
+
"line": 167,
|
2110
2110
|
"character": 5
|
2111
2111
|
},
|
2112
2112
|
"name": "components",
|
@@ -2114,14 +2114,14 @@
|
|
2114
2114
|
"__schema": "TypeArraySchema",
|
2115
2115
|
"location": {
|
2116
2116
|
"filePath": "refactoring.main.runtime.ts",
|
2117
|
-
"line":
|
2117
|
+
"line": 167,
|
2118
2118
|
"character": 17
|
2119
2119
|
},
|
2120
2120
|
"type": {
|
2121
2121
|
"__schema": "TypeRefSchema",
|
2122
2122
|
"location": {
|
2123
2123
|
"filePath": "refactoring.main.runtime.ts",
|
2124
|
-
"line":
|
2124
|
+
"line": 167,
|
2125
2125
|
"character": 17
|
2126
2126
|
},
|
2127
2127
|
"name": "Component",
|
@@ -2138,7 +2138,7 @@
|
|
2138
2138
|
"__schema": "ParameterSchema",
|
2139
2139
|
"location": {
|
2140
2140
|
"filePath": "refactoring.main.runtime.ts",
|
2141
|
-
"line":
|
2141
|
+
"line": 168,
|
2142
2142
|
"character": 5
|
2143
2143
|
},
|
2144
2144
|
"name": "stringsToReplace",
|
@@ -2146,7 +2146,7 @@
|
|
2146
2146
|
"__schema": "TypeRefSchema",
|
2147
2147
|
"location": {
|
2148
2148
|
"filePath": "refactoring.main.runtime.ts",
|
2149
|
-
"line":
|
2149
|
+
"line": 168,
|
2150
2150
|
"character": 23
|
2151
2151
|
},
|
2152
2152
|
"name": "MultipleStringsReplacement"
|
@@ -2159,7 +2159,7 @@
|
|
2159
2159
|
"__schema": "ParameterSchema",
|
2160
2160
|
"location": {
|
2161
2161
|
"filePath": "refactoring.main.runtime.ts",
|
2162
|
-
"line":
|
2162
|
+
"line": 169,
|
2163
2163
|
"character": 5
|
2164
2164
|
},
|
2165
2165
|
"name": "transformers",
|
@@ -2167,14 +2167,14 @@
|
|
2167
2167
|
"__schema": "TypeArraySchema",
|
2168
2168
|
"location": {
|
2169
2169
|
"filePath": "refactoring.main.runtime.ts",
|
2170
|
-
"line":
|
2170
|
+
"line": 169,
|
2171
2171
|
"character": 20
|
2172
2172
|
},
|
2173
2173
|
"type": {
|
2174
2174
|
"__schema": "TypeRefSchema",
|
2175
2175
|
"location": {
|
2176
2176
|
"filePath": "refactoring.main.runtime.ts",
|
2177
|
-
"line":
|
2177
|
+
"line": 169,
|
2178
2178
|
"character": 20
|
2179
2179
|
},
|
2180
2180
|
"name": "SourceFileTransformer",
|
@@ -2191,7 +2191,7 @@
|
|
2191
2191
|
"__schema": "ParameterSchema",
|
2192
2192
|
"location": {
|
2193
2193
|
"filePath": "refactoring.main.runtime.ts",
|
2194
|
-
"line":
|
2194
|
+
"line": 170,
|
2195
2195
|
"character": 5
|
2196
2196
|
},
|
2197
2197
|
"name": "shouldAvoidPackageNames",
|
@@ -2199,7 +2199,7 @@
|
|
2199
2199
|
"__schema": "InferenceTypeSchema",
|
2200
2200
|
"location": {
|
2201
2201
|
"filePath": "refactoring.main.runtime.ts",
|
2202
|
-
"line":
|
2202
|
+
"line": 170,
|
2203
2203
|
"character": 5
|
2204
2204
|
},
|
2205
2205
|
"type": "boolean"
|
@@ -2213,7 +2213,7 @@
|
|
2213
2213
|
"__schema": "TypeRefSchema",
|
2214
2214
|
"location": {
|
2215
2215
|
"filePath": "refactoring.main.runtime.ts",
|
2216
|
-
"line":
|
2216
|
+
"line": 171,
|
2217
2217
|
"character": 6
|
2218
2218
|
},
|
2219
2219
|
"name": "Promise",
|
@@ -2222,7 +2222,7 @@
|
|
2222
2222
|
"__schema": "TypeLiteralSchema",
|
2223
2223
|
"location": {
|
2224
2224
|
"filePath": "refactoring.main.runtime.ts",
|
2225
|
-
"line":
|
2225
|
+
"line": 171,
|
2226
2226
|
"character": 14
|
2227
2227
|
},
|
2228
2228
|
"members": [
|
@@ -2230,7 +2230,7 @@
|
|
2230
2230
|
"__schema": "VariableLikeSchema",
|
2231
2231
|
"location": {
|
2232
2232
|
"filePath": "refactoring.main.runtime.ts",
|
2233
|
-
"line":
|
2233
|
+
"line": 172,
|
2234
2234
|
"character": 5
|
2235
2235
|
},
|
2236
2236
|
"signature": "(property) changedComponents: Component[]",
|
@@ -2239,14 +2239,14 @@
|
|
2239
2239
|
"__schema": "TypeArraySchema",
|
2240
2240
|
"location": {
|
2241
2241
|
"filePath": "refactoring.main.runtime.ts",
|
2242
|
-
"line":
|
2242
|
+
"line": 172,
|
2243
2243
|
"character": 24
|
2244
2244
|
},
|
2245
2245
|
"type": {
|
2246
2246
|
"__schema": "TypeRefSchema",
|
2247
2247
|
"location": {
|
2248
2248
|
"filePath": "refactoring.main.runtime.ts",
|
2249
|
-
"line":
|
2249
|
+
"line": 172,
|
2250
2250
|
"character": 24
|
2251
2251
|
},
|
2252
2252
|
"name": "Component",
|
@@ -2270,7 +2270,7 @@
|
|
2270
2270
|
"__schema": "VariableLikeSchema",
|
2271
2271
|
"location": {
|
2272
2272
|
"filePath": "refactoring.main.runtime.ts",
|
2273
|
-
"line":
|
2273
|
+
"line": 317,
|
2274
2274
|
"character": 3
|
2275
2275
|
},
|
2276
2276
|
"signature": "(property) RefactoringMain.slots: never[]",
|
@@ -2279,7 +2279,7 @@
|
|
2279
2279
|
"__schema": "InferenceTypeSchema",
|
2280
2280
|
"location": {
|
2281
2281
|
"filePath": "refactoring.main.runtime.ts",
|
2282
|
-
"line":
|
2282
|
+
"line": 317,
|
2283
2283
|
"character": 3
|
2284
2284
|
},
|
2285
2285
|
"type": "never[]"
|
@@ -2291,7 +2291,7 @@
|
|
2291
2291
|
"__schema": "VariableLikeSchema",
|
2292
2292
|
"location": {
|
2293
2293
|
"filePath": "refactoring.main.runtime.ts",
|
2294
|
-
"line":
|
2294
|
+
"line": 318,
|
2295
2295
|
"character": 3
|
2296
2296
|
},
|
2297
2297
|
"signature": "(property) RefactoringMain.dependencies: Aspect[]",
|
@@ -2300,7 +2300,7 @@
|
|
2300
2300
|
"__schema": "InferenceTypeSchema",
|
2301
2301
|
"location": {
|
2302
2302
|
"filePath": "refactoring.main.runtime.ts",
|
2303
|
-
"line":
|
2303
|
+
"line": 318,
|
2304
2304
|
"character": 3
|
2305
2305
|
},
|
2306
2306
|
"type": "Aspect[]"
|
@@ -2312,7 +2312,7 @@
|
|
2312
2312
|
"__schema": "VariableLikeSchema",
|
2313
2313
|
"location": {
|
2314
2314
|
"filePath": "refactoring.main.runtime.ts",
|
2315
|
-
"line":
|
2315
|
+
"line": 319,
|
2316
2316
|
"character": 3
|
2317
2317
|
},
|
2318
2318
|
"signature": "(property) RefactoringMain.runtime: RuntimeDefinition",
|
@@ -2321,7 +2321,7 @@
|
|
2321
2321
|
"__schema": "InferenceTypeSchema",
|
2322
2322
|
"location": {
|
2323
2323
|
"filePath": "refactoring.main.runtime.ts",
|
2324
|
-
"line":
|
2324
|
+
"line": 319,
|
2325
2325
|
"character": 3
|
2326
2326
|
},
|
2327
2327
|
"type": "RuntimeDefinition"
|
@@ -2333,7 +2333,7 @@
|
|
2333
2333
|
"__schema": "FunctionLikeSchema",
|
2334
2334
|
"location": {
|
2335
2335
|
"filePath": "refactoring.main.runtime.ts",
|
2336
|
-
"line":
|
2336
|
+
"line": 320,
|
2337
2337
|
"character": 3
|
2338
2338
|
},
|
2339
2339
|
"signature": "(method) RefactoringMain.provider([componentMain, pkg, cli, envMain]: [ComponentMain, PkgMain, CLIMain, EnvsMain]): Promise<RefactoringMain>",
|
@@ -2343,7 +2343,7 @@
|
|
2343
2343
|
"__schema": "ParameterSchema",
|
2344
2344
|
"location": {
|
2345
2345
|
"filePath": "refactoring.main.runtime.ts",
|
2346
|
-
"line":
|
2346
|
+
"line": 320,
|
2347
2347
|
"character": 25
|
2348
2348
|
},
|
2349
2349
|
"name": "[ componentMain, pkg, cli, envMain ]",
|
@@ -2351,7 +2351,7 @@
|
|
2351
2351
|
"__schema": "TupleTypeSchema",
|
2352
2352
|
"location": {
|
2353
2353
|
"filePath": "refactoring.main.runtime.ts",
|
2354
|
-
"line":
|
2354
|
+
"line": 320,
|
2355
2355
|
"character": 61
|
2356
2356
|
},
|
2357
2357
|
"elements": [
|
@@ -2359,7 +2359,7 @@
|
|
2359
2359
|
"__schema": "TypeRefSchema",
|
2360
2360
|
"location": {
|
2361
2361
|
"filePath": "refactoring.main.runtime.ts",
|
2362
|
-
"line":
|
2362
|
+
"line": 320,
|
2363
2363
|
"character": 62
|
2364
2364
|
},
|
2365
2365
|
"name": "ComponentMain",
|
@@ -2372,7 +2372,7 @@
|
|
2372
2372
|
"__schema": "TypeRefSchema",
|
2373
2373
|
"location": {
|
2374
2374
|
"filePath": "refactoring.main.runtime.ts",
|
2375
|
-
"line":
|
2375
|
+
"line": 320,
|
2376
2376
|
"character": 77
|
2377
2377
|
},
|
2378
2378
|
"name": "PkgMain",
|
@@ -2385,7 +2385,7 @@
|
|
2385
2385
|
"__schema": "TypeRefSchema",
|
2386
2386
|
"location": {
|
2387
2387
|
"filePath": "refactoring.main.runtime.ts",
|
2388
|
-
"line":
|
2388
|
+
"line": 320,
|
2389
2389
|
"character": 86
|
2390
2390
|
},
|
2391
2391
|
"name": "CLIMain",
|
@@ -2398,7 +2398,7 @@
|
|
2398
2398
|
"__schema": "TypeRefSchema",
|
2399
2399
|
"location": {
|
2400
2400
|
"filePath": "refactoring.main.runtime.ts",
|
2401
|
-
"line":
|
2401
|
+
"line": 320,
|
2402
2402
|
"character": 95
|
2403
2403
|
},
|
2404
2404
|
"name": "EnvsMain",
|
@@ -2417,7 +2417,7 @@
|
|
2417
2417
|
"__schema": "InferenceTypeSchema",
|
2418
2418
|
"location": {
|
2419
2419
|
"filePath": "refactoring.main.runtime.ts",
|
2420
|
-
"line":
|
2420
|
+
"line": 320,
|
2421
2421
|
"character": 3
|
2422
2422
|
},
|
2423
2423
|
"type": "Promise<RefactoringMain>"
|
@@ -2437,7 +2437,7 @@
|
|
2437
2437
|
"__schema": "UnImplementedSchema",
|
2438
2438
|
"location": {
|
2439
2439
|
"filePath": "refactoring.main.runtime.ts",
|
2440
|
-
"line":
|
2440
|
+
"line": 330,
|
2441
2441
|
"character": 1
|
2442
2442
|
},
|
2443
2443
|
"name": "RefactoringAspect.addRuntime(RefactoringMain);",
|
@@ -2486,7 +2486,7 @@
|
|
2486
2486
|
"componentId": {
|
2487
2487
|
"scope": "teambit.component",
|
2488
2488
|
"name": "refactoring",
|
2489
|
-
"version": "1.0.
|
2489
|
+
"version": "1.0.426"
|
2490
2490
|
},
|
2491
2491
|
"taggedModuleExports": []
|
2492
2492
|
}
|