@teambit/deprecation 1.0.258 → 1.0.260

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.
@@ -22,13 +22,493 @@
22
22
  },
23
23
  "name": "DeprecationMain",
24
24
  "exportNode": {
25
- "__schema": "TypeRefSchema",
25
+ "__schema": "ClassSchema",
26
26
  "location": {
27
- "filePath": "index.ts",
28
- "line": 1,
29
- "character": 15
27
+ "filePath": "deprecation.main.runtime.ts",
28
+ "line": 35,
29
+ "character": 1
30
30
  },
31
- "name": "DeprecationMain"
31
+ "signature": "class DeprecationMain",
32
+ "name": "DeprecationMain",
33
+ "members": [
34
+ {
35
+ "__schema": "ConstructorSchema",
36
+ "location": {
37
+ "filePath": "deprecation.main.runtime.ts",
38
+ "line": 36,
39
+ "character": 3
40
+ },
41
+ "signature": "constructor DeprecationMain(scope: ScopeMain, workspace: Workspace): DeprecationMain",
42
+ "name": "constructor",
43
+ "params": [
44
+ {
45
+ "__schema": "ParameterSchema",
46
+ "location": {
47
+ "filePath": "deprecation.main.runtime.ts",
48
+ "line": 36,
49
+ "character": 15
50
+ },
51
+ "name": "scope",
52
+ "type": {
53
+ "__schema": "TypeRefSchema",
54
+ "location": {
55
+ "filePath": "deprecation.main.runtime.ts",
56
+ "line": 36,
57
+ "character": 30
58
+ },
59
+ "name": "ScopeMain",
60
+ "componentId": {
61
+ "scope": "teambit.scope",
62
+ "name": "scope"
63
+ }
64
+ },
65
+ "isOptional": false,
66
+ "isSpread": false
67
+ },
68
+ {
69
+ "__schema": "ParameterSchema",
70
+ "location": {
71
+ "filePath": "deprecation.main.runtime.ts",
72
+ "line": 36,
73
+ "character": 41
74
+ },
75
+ "name": "workspace",
76
+ "type": {
77
+ "__schema": "TypeRefSchema",
78
+ "location": {
79
+ "filePath": "deprecation.main.runtime.ts",
80
+ "line": 36,
81
+ "character": 60
82
+ },
83
+ "name": "Workspace",
84
+ "componentId": {
85
+ "scope": "teambit.workspace",
86
+ "name": "workspace"
87
+ }
88
+ },
89
+ "isOptional": false,
90
+ "isSpread": false
91
+ }
92
+ ],
93
+ "returnType": {
94
+ "__schema": "ThisTypeSchema",
95
+ "location": {
96
+ "filePath": "deprecation.main.runtime.ts",
97
+ "line": 35,
98
+ "character": 1
99
+ },
100
+ "name": "DeprecationMain"
101
+ },
102
+ "modifiers": []
103
+ },
104
+ {
105
+ "__schema": "VariableLikeSchema",
106
+ "location": {
107
+ "filePath": "deprecation.main.runtime.ts",
108
+ "line": 37,
109
+ "character": 3
110
+ },
111
+ "signature": "(property) DeprecationMain.runtime: RuntimeDefinition",
112
+ "name": "runtime",
113
+ "type": {
114
+ "__schema": "InferenceTypeSchema",
115
+ "location": {
116
+ "filePath": "deprecation.main.runtime.ts",
117
+ "line": 37,
118
+ "character": 3
119
+ },
120
+ "type": "RuntimeDefinition"
121
+ },
122
+ "isOptional": true,
123
+ "defaultValue": "MainRuntime"
124
+ },
125
+ {
126
+ "__schema": "VariableLikeSchema",
127
+ "location": {
128
+ "filePath": "deprecation.main.runtime.ts",
129
+ "line": 38,
130
+ "character": 3
131
+ },
132
+ "signature": "(property) DeprecationMain.dependencies: Aspect[]",
133
+ "name": "dependencies",
134
+ "type": {
135
+ "__schema": "InferenceTypeSchema",
136
+ "location": {
137
+ "filePath": "deprecation.main.runtime.ts",
138
+ "line": 38,
139
+ "character": 3
140
+ },
141
+ "type": "Aspect[]"
142
+ },
143
+ "isOptional": true,
144
+ "defaultValue": "[GraphqlAspect, ScopeAspect, ComponentAspect, WorkspaceAspect, CLIAspect]"
145
+ },
146
+ {
147
+ "__schema": "FunctionLikeSchema",
148
+ "location": {
149
+ "filePath": "deprecation.main.runtime.ts",
150
+ "line": 40,
151
+ "character": 3
152
+ },
153
+ "signature": "(method) DeprecationMain.getDeprecationInfo(component: Component): Promise<DeprecationInfo>",
154
+ "name": "getDeprecationInfo",
155
+ "params": [
156
+ {
157
+ "__schema": "ParameterSchema",
158
+ "location": {
159
+ "filePath": "deprecation.main.runtime.ts",
160
+ "line": 40,
161
+ "character": 28
162
+ },
163
+ "name": "component",
164
+ "type": {
165
+ "__schema": "TypeRefSchema",
166
+ "location": {
167
+ "filePath": "deprecation.main.runtime.ts",
168
+ "line": 40,
169
+ "character": 39
170
+ },
171
+ "name": "Component",
172
+ "componentId": {
173
+ "scope": "teambit.component",
174
+ "name": "component"
175
+ }
176
+ },
177
+ "isOptional": false,
178
+ "isSpread": false
179
+ }
180
+ ],
181
+ "returnType": {
182
+ "__schema": "TypeRefSchema",
183
+ "location": {
184
+ "filePath": "deprecation.main.runtime.ts",
185
+ "line": 40,
186
+ "character": 51
187
+ },
188
+ "name": "Promise",
189
+ "typeArgs": [
190
+ {
191
+ "__schema": "TypeRefSchema",
192
+ "location": {
193
+ "filePath": "deprecation.main.runtime.ts",
194
+ "line": 40,
195
+ "character": 59
196
+ },
197
+ "name": "DeprecationInfo"
198
+ }
199
+ ]
200
+ },
201
+ "modifiers": [
202
+ "async"
203
+ ]
204
+ },
205
+ {
206
+ "__schema": "FunctionLikeSchema",
207
+ "location": {
208
+ "filePath": "deprecation.main.runtime.ts",
209
+ "line": 82,
210
+ "character": 3
211
+ },
212
+ "doc": {
213
+ "__schema": "DocSchema",
214
+ "location": {
215
+ "filePath": "deprecation.main.runtime.ts",
216
+ "line": 74,
217
+ "character": 3
218
+ },
219
+ "raw": "/**\n * mark a component as deprecated. after this change, the component will be modified.\n * tag and export the component to have it deprecated on the remote.\n *\n * @param componentId\n * @param newId\n * @returns boolean whether or not the component has been deprecated\n */",
220
+ "comment": "mark a component as deprecated. after this change, the component will be modified.\ntag and export the component to have it deprecated on the remote.",
221
+ "tags": [
222
+ {
223
+ "__schema": "PropertyLikeTagSchema",
224
+ "location": {
225
+ "filePath": "deprecation.main.runtime.ts",
226
+ "line": 78,
227
+ "character": 6
228
+ },
229
+ "name": "componentId",
230
+ "tagName": "parameter"
231
+ },
232
+ {
233
+ "__schema": "PropertyLikeTagSchema",
234
+ "location": {
235
+ "filePath": "deprecation.main.runtime.ts",
236
+ "line": 79,
237
+ "character": 6
238
+ },
239
+ "name": "newId",
240
+ "tagName": "parameter"
241
+ },
242
+ {
243
+ "__schema": "ReturnTagSchema",
244
+ "location": {
245
+ "filePath": "deprecation.main.runtime.ts",
246
+ "line": 80,
247
+ "character": 6
248
+ },
249
+ "tagName": "return",
250
+ "comment": "boolean whether or not the component has been deprecated"
251
+ }
252
+ ]
253
+ },
254
+ "signature": "(method) DeprecationMain.deprecate(componentId: ComponentID, newId?: ComponentID, range?: string): Promise<boolean>",
255
+ "name": "deprecate",
256
+ "params": [
257
+ {
258
+ "__schema": "ParameterSchema",
259
+ "location": {
260
+ "filePath": "deprecation.main.runtime.ts",
261
+ "line": 82,
262
+ "character": 19
263
+ },
264
+ "name": "componentId",
265
+ "type": {
266
+ "__schema": "TypeRefSchema",
267
+ "location": {
268
+ "filePath": "deprecation.main.runtime.ts",
269
+ "line": 82,
270
+ "character": 32
271
+ },
272
+ "name": "ComponentID",
273
+ "componentId": {
274
+ "scope": "teambit.component",
275
+ "name": "component"
276
+ }
277
+ },
278
+ "isOptional": false,
279
+ "isSpread": false
280
+ },
281
+ {
282
+ "__schema": "ParameterSchema",
283
+ "location": {
284
+ "filePath": "deprecation.main.runtime.ts",
285
+ "line": 82,
286
+ "character": 45
287
+ },
288
+ "name": "newId",
289
+ "type": {
290
+ "__schema": "TypeRefSchema",
291
+ "location": {
292
+ "filePath": "deprecation.main.runtime.ts",
293
+ "line": 82,
294
+ "character": 53
295
+ },
296
+ "name": "ComponentID",
297
+ "componentId": {
298
+ "scope": "teambit.component",
299
+ "name": "component"
300
+ }
301
+ },
302
+ "isOptional": true,
303
+ "isSpread": false
304
+ },
305
+ {
306
+ "__schema": "ParameterSchema",
307
+ "location": {
308
+ "filePath": "deprecation.main.runtime.ts",
309
+ "line": 82,
310
+ "character": 66
311
+ },
312
+ "name": "range",
313
+ "type": {
314
+ "__schema": "KeywordTypeSchema",
315
+ "location": {
316
+ "filePath": "deprecation.main.runtime.ts",
317
+ "line": 82,
318
+ "character": 74
319
+ },
320
+ "name": "string"
321
+ },
322
+ "isOptional": true,
323
+ "isSpread": false
324
+ }
325
+ ],
326
+ "returnType": {
327
+ "__schema": "TypeRefSchema",
328
+ "location": {
329
+ "filePath": "deprecation.main.runtime.ts",
330
+ "line": 82,
331
+ "character": 83
332
+ },
333
+ "name": "Promise",
334
+ "typeArgs": [
335
+ {
336
+ "__schema": "KeywordTypeSchema",
337
+ "location": {
338
+ "filePath": "deprecation.main.runtime.ts",
339
+ "line": 82,
340
+ "character": 91
341
+ },
342
+ "name": "boolean"
343
+ }
344
+ ]
345
+ },
346
+ "modifiers": [
347
+ "async"
348
+ ]
349
+ },
350
+ {
351
+ "__schema": "FunctionLikeSchema",
352
+ "location": {
353
+ "filePath": "deprecation.main.runtime.ts",
354
+ "line": 93,
355
+ "character": 3
356
+ },
357
+ "signature": "(method) DeprecationMain.unDeprecate(componentId: ComponentID): Promise<boolean>",
358
+ "name": "unDeprecate",
359
+ "params": [
360
+ {
361
+ "__schema": "ParameterSchema",
362
+ "location": {
363
+ "filePath": "deprecation.main.runtime.ts",
364
+ "line": 93,
365
+ "character": 21
366
+ },
367
+ "name": "componentId",
368
+ "type": {
369
+ "__schema": "TypeRefSchema",
370
+ "location": {
371
+ "filePath": "deprecation.main.runtime.ts",
372
+ "line": 93,
373
+ "character": 34
374
+ },
375
+ "name": "ComponentID",
376
+ "componentId": {
377
+ "scope": "teambit.component",
378
+ "name": "component"
379
+ }
380
+ },
381
+ "isOptional": false,
382
+ "isSpread": false
383
+ }
384
+ ],
385
+ "returnType": {
386
+ "__schema": "InferenceTypeSchema",
387
+ "location": {
388
+ "filePath": "deprecation.main.runtime.ts",
389
+ "line": 93,
390
+ "character": 3
391
+ },
392
+ "type": "Promise<boolean>"
393
+ },
394
+ "modifiers": [
395
+ "async"
396
+ ]
397
+ },
398
+ {
399
+ "__schema": "FunctionLikeSchema",
400
+ "location": {
401
+ "filePath": "deprecation.main.runtime.ts",
402
+ "line": 103,
403
+ "character": 3
404
+ },
405
+ "signature": "(method) DeprecationMain.provider([graphql, scope, componentAspect, workspace, cli]: [\n GraphqlMain,\n ScopeMain,\n ComponentMain,\n Workspace,\n CLIMain\n]): Promise<DeprecationMain>",
406
+ "name": "provider",
407
+ "params": [
408
+ {
409
+ "__schema": "ParameterSchema",
410
+ "location": {
411
+ "filePath": "deprecation.main.runtime.ts",
412
+ "line": 103,
413
+ "character": 25
414
+ },
415
+ "name": "[ graphql, scope, componentAspect, workspace, cli ]",
416
+ "type": {
417
+ "__schema": "TupleTypeSchema",
418
+ "location": {
419
+ "filePath": "deprecation.main.runtime.ts",
420
+ "line": 103,
421
+ "character": 76
422
+ },
423
+ "elements": [
424
+ {
425
+ "__schema": "TypeRefSchema",
426
+ "location": {
427
+ "filePath": "deprecation.main.runtime.ts",
428
+ "line": 104,
429
+ "character": 5
430
+ },
431
+ "name": "GraphqlMain",
432
+ "componentId": {
433
+ "scope": "teambit.harmony",
434
+ "name": "graphql"
435
+ }
436
+ },
437
+ {
438
+ "__schema": "TypeRefSchema",
439
+ "location": {
440
+ "filePath": "deprecation.main.runtime.ts",
441
+ "line": 105,
442
+ "character": 5
443
+ },
444
+ "name": "ScopeMain",
445
+ "componentId": {
446
+ "scope": "teambit.scope",
447
+ "name": "scope"
448
+ }
449
+ },
450
+ {
451
+ "__schema": "TypeRefSchema",
452
+ "location": {
453
+ "filePath": "deprecation.main.runtime.ts",
454
+ "line": 106,
455
+ "character": 5
456
+ },
457
+ "name": "ComponentMain",
458
+ "componentId": {
459
+ "scope": "teambit.component",
460
+ "name": "component"
461
+ }
462
+ },
463
+ {
464
+ "__schema": "TypeRefSchema",
465
+ "location": {
466
+ "filePath": "deprecation.main.runtime.ts",
467
+ "line": 107,
468
+ "character": 5
469
+ },
470
+ "name": "Workspace",
471
+ "componentId": {
472
+ "scope": "teambit.workspace",
473
+ "name": "workspace"
474
+ }
475
+ },
476
+ {
477
+ "__schema": "TypeRefSchema",
478
+ "location": {
479
+ "filePath": "deprecation.main.runtime.ts",
480
+ "line": 108,
481
+ "character": 5
482
+ },
483
+ "name": "CLIMain",
484
+ "componentId": {
485
+ "scope": "teambit.harmony",
486
+ "name": "cli"
487
+ }
488
+ }
489
+ ]
490
+ },
491
+ "isOptional": false,
492
+ "isSpread": false
493
+ }
494
+ ],
495
+ "returnType": {
496
+ "__schema": "InferenceTypeSchema",
497
+ "location": {
498
+ "filePath": "deprecation.main.runtime.ts",
499
+ "line": 103,
500
+ "character": 3
501
+ },
502
+ "type": "Promise<DeprecationMain>"
503
+ },
504
+ "modifiers": [
505
+ "static",
506
+ "async"
507
+ ]
508
+ }
509
+ ],
510
+ "extendsNodes": [],
511
+ "implementNodes": []
32
512
  }
33
513
  },
34
514
  {
@@ -40,13 +520,84 @@
40
520
  },
41
521
  "name": "DeprecationInfo",
42
522
  "exportNode": {
43
- "__schema": "TypeRefSchema",
523
+ "__schema": "TypeSchema",
44
524
  "location": {
45
- "filePath": "index.ts",
46
- "line": 1,
47
- "character": 32
525
+ "filePath": "deprecation.main.runtime.ts",
526
+ "line": 14,
527
+ "character": 1
48
528
  },
49
- "name": "DeprecationInfo"
529
+ "signature": "type DeprecationInfo = {\n isDeprecate: boolean;\n newId?: string | undefined;\n range?: string | undefined;\n}",
530
+ "name": "DeprecationInfo",
531
+ "type": {
532
+ "__schema": "TypeLiteralSchema",
533
+ "location": {
534
+ "filePath": "deprecation.main.runtime.ts",
535
+ "line": 14,
536
+ "character": 31
537
+ },
538
+ "members": [
539
+ {
540
+ "__schema": "VariableLikeSchema",
541
+ "location": {
542
+ "filePath": "deprecation.main.runtime.ts",
543
+ "line": 15,
544
+ "character": 3
545
+ },
546
+ "signature": "(property) isDeprecate: boolean",
547
+ "name": "isDeprecate",
548
+ "type": {
549
+ "__schema": "KeywordTypeSchema",
550
+ "location": {
551
+ "filePath": "deprecation.main.runtime.ts",
552
+ "line": 15,
553
+ "character": 16
554
+ },
555
+ "name": "boolean"
556
+ },
557
+ "isOptional": false
558
+ },
559
+ {
560
+ "__schema": "VariableLikeSchema",
561
+ "location": {
562
+ "filePath": "deprecation.main.runtime.ts",
563
+ "line": 16,
564
+ "character": 3
565
+ },
566
+ "signature": "(property) newId?: string | undefined",
567
+ "name": "newId",
568
+ "type": {
569
+ "__schema": "KeywordTypeSchema",
570
+ "location": {
571
+ "filePath": "deprecation.main.runtime.ts",
572
+ "line": 16,
573
+ "character": 11
574
+ },
575
+ "name": "string"
576
+ },
577
+ "isOptional": true
578
+ },
579
+ {
580
+ "__schema": "VariableLikeSchema",
581
+ "location": {
582
+ "filePath": "deprecation.main.runtime.ts",
583
+ "line": 17,
584
+ "character": 3
585
+ },
586
+ "signature": "(property) range?: string | undefined",
587
+ "name": "range",
588
+ "type": {
589
+ "__schema": "KeywordTypeSchema",
590
+ "location": {
591
+ "filePath": "deprecation.main.runtime.ts",
592
+ "line": 17,
593
+ "character": 11
594
+ },
595
+ "name": "string"
596
+ },
597
+ "isOptional": true
598
+ }
599
+ ]
600
+ }
50
601
  }
51
602
  },
52
603
  {
@@ -58,13 +609,119 @@
58
609
  },
59
610
  "name": "DeprecationMetadata",
60
611
  "exportNode": {
61
- "__schema": "TypeRefSchema",
612
+ "__schema": "TypeSchema",
62
613
  "location": {
63
- "filePath": "index.ts",
64
- "line": 1,
65
- "character": 49
614
+ "filePath": "deprecation.main.runtime.ts",
615
+ "line": 20,
616
+ "character": 1
66
617
  },
67
- "name": "DeprecationMetadata"
618
+ "signature": "type DeprecationMetadata = {\n deprecate?: boolean | undefined;\n newId?: ComponentIdObj | undefined;\n range?: string | undefined;\n}",
619
+ "name": "DeprecationMetadata",
620
+ "type": {
621
+ "__schema": "TypeLiteralSchema",
622
+ "location": {
623
+ "filePath": "deprecation.main.runtime.ts",
624
+ "line": 20,
625
+ "character": 35
626
+ },
627
+ "members": [
628
+ {
629
+ "__schema": "VariableLikeSchema",
630
+ "location": {
631
+ "filePath": "deprecation.main.runtime.ts",
632
+ "line": 24,
633
+ "character": 3
634
+ },
635
+ "doc": {
636
+ "__schema": "DocSchema",
637
+ "location": {
638
+ "filePath": "deprecation.main.runtime.ts",
639
+ "line": 21,
640
+ "character": 3
641
+ },
642
+ "raw": "/**\n * whether the head is deprecated\n */",
643
+ "comment": "whether the head is deprecated"
644
+ },
645
+ "signature": "(property) deprecate?: boolean | undefined",
646
+ "name": "deprecate",
647
+ "type": {
648
+ "__schema": "KeywordTypeSchema",
649
+ "location": {
650
+ "filePath": "deprecation.main.runtime.ts",
651
+ "line": 24,
652
+ "character": 15
653
+ },
654
+ "name": "boolean"
655
+ },
656
+ "isOptional": true
657
+ },
658
+ {
659
+ "__schema": "VariableLikeSchema",
660
+ "location": {
661
+ "filePath": "deprecation.main.runtime.ts",
662
+ "line": 28,
663
+ "character": 3
664
+ },
665
+ "doc": {
666
+ "__schema": "DocSchema",
667
+ "location": {
668
+ "filePath": "deprecation.main.runtime.ts",
669
+ "line": 25,
670
+ "character": 3
671
+ },
672
+ "raw": "/**\n * the new id to use instead of the current one\n */",
673
+ "comment": "the new id to use instead of the current one"
674
+ },
675
+ "signature": "(property) newId?: ComponentIdObj | undefined",
676
+ "name": "newId",
677
+ "type": {
678
+ "__schema": "TypeRefSchema",
679
+ "location": {
680
+ "filePath": "deprecation.main.runtime.ts",
681
+ "line": 28,
682
+ "character": 11
683
+ },
684
+ "name": "ComponentIdObj",
685
+ "componentId": {
686
+ "scope": "teambit.component",
687
+ "name": "component-id",
688
+ "version": "1.2.0"
689
+ }
690
+ },
691
+ "isOptional": true
692
+ },
693
+ {
694
+ "__schema": "VariableLikeSchema",
695
+ "location": {
696
+ "filePath": "deprecation.main.runtime.ts",
697
+ "line": 32,
698
+ "character": 3
699
+ },
700
+ "doc": {
701
+ "__schema": "DocSchema",
702
+ "location": {
703
+ "filePath": "deprecation.main.runtime.ts",
704
+ "line": 29,
705
+ "character": 3
706
+ },
707
+ "raw": "/**\n * Semver range to deprecate previous versions\n */",
708
+ "comment": "Semver range to deprecate previous versions"
709
+ },
710
+ "signature": "(property) range?: string | undefined",
711
+ "name": "range",
712
+ "type": {
713
+ "__schema": "KeywordTypeSchema",
714
+ "location": {
715
+ "filePath": "deprecation.main.runtime.ts",
716
+ "line": 32,
717
+ "character": 11
718
+ },
719
+ "name": "string"
720
+ },
721
+ "isOptional": true
722
+ }
723
+ ]
724
+ }
68
725
  }
69
726
  },
70
727
  {
@@ -76,13 +733,30 @@
76
733
  },
77
734
  "name": "DeprecationAspect",
78
735
  "exportNode": {
79
- "__schema": "TypeRefSchema",
736
+ "__schema": "VariableLikeSchema",
80
737
  "location": {
81
- "filePath": "index.ts",
82
- "line": 2,
83
- "character": 10
738
+ "filePath": "deprecation.aspect.ts",
739
+ "line": 3,
740
+ "character": 14
84
741
  },
85
- "name": "DeprecationAspect"
742
+ "signature": "const DeprecationAspect: Aspect",
743
+ "name": "DeprecationAspect",
744
+ "type": {
745
+ "__schema": "TypeRefSchema",
746
+ "location": {
747
+ "filePath": "deprecation.aspect.ts",
748
+ "line": 3,
749
+ "character": 14
750
+ },
751
+ "name": "Aspect",
752
+ "componentId": {
753
+ "scope": "teambit.harmony",
754
+ "name": "harmony",
755
+ "version": "0.4.6"
756
+ }
757
+ },
758
+ "isOptional": false,
759
+ "defaultValue": "Aspect.create({\n id: 'teambit.component/deprecation',\n dependencies: [],\n defaultConfig: {},\n})"
86
760
  }
87
761
  },
88
762
  {
@@ -94,24 +768,795 @@
94
768
  },
95
769
  "name": "DeprecationAspect",
96
770
  "exportNode": {
97
- "__schema": "TypeRefSchema",
771
+ "__schema": "VariableLikeSchema",
98
772
  "location": {
99
- "filePath": "index.ts",
100
- "line": 2,
101
- "character": 29
773
+ "filePath": "deprecation.aspect.ts",
774
+ "line": 3,
775
+ "character": 14
776
+ },
777
+ "signature": "const DeprecationAspect: Aspect",
778
+ "name": "DeprecationAspect",
779
+ "type": {
780
+ "__schema": "TypeRefSchema",
781
+ "location": {
782
+ "filePath": "deprecation.aspect.ts",
783
+ "line": 3,
784
+ "character": 14
785
+ },
786
+ "name": "Aspect",
787
+ "componentId": {
788
+ "scope": "teambit.harmony",
789
+ "name": "harmony",
790
+ "version": "0.4.6"
791
+ }
102
792
  },
103
- "name": "DeprecationAspect"
793
+ "isOptional": false,
794
+ "defaultValue": "Aspect.create({\n id: 'teambit.component/deprecation',\n dependencies: [],\n defaultConfig: {},\n})"
104
795
  },
105
796
  "alias": "default"
106
797
  }
107
798
  ],
108
799
  "internals": []
109
800
  },
110
- "internals": [],
801
+ "internals": [
802
+ {
803
+ "__schema": "ModuleSchema",
804
+ "location": {
805
+ "filePath": "deprecation.main.runtime.ts",
806
+ "line": 1,
807
+ "character": 1
808
+ },
809
+ "exports": [
810
+ {
811
+ "__schema": "TypeSchema",
812
+ "location": {
813
+ "filePath": "deprecation.main.runtime.ts",
814
+ "line": 14,
815
+ "character": 1
816
+ },
817
+ "signature": "type DeprecationInfo = {\n isDeprecate: boolean;\n newId?: string | undefined;\n range?: string | undefined;\n}",
818
+ "name": "DeprecationInfo",
819
+ "type": {
820
+ "__schema": "TypeLiteralSchema",
821
+ "location": {
822
+ "filePath": "deprecation.main.runtime.ts",
823
+ "line": 14,
824
+ "character": 31
825
+ },
826
+ "members": [
827
+ {
828
+ "__schema": "VariableLikeSchema",
829
+ "location": {
830
+ "filePath": "deprecation.main.runtime.ts",
831
+ "line": 15,
832
+ "character": 3
833
+ },
834
+ "signature": "(property) isDeprecate: boolean",
835
+ "name": "isDeprecate",
836
+ "type": {
837
+ "__schema": "KeywordTypeSchema",
838
+ "location": {
839
+ "filePath": "deprecation.main.runtime.ts",
840
+ "line": 15,
841
+ "character": 16
842
+ },
843
+ "name": "boolean"
844
+ },
845
+ "isOptional": false
846
+ },
847
+ {
848
+ "__schema": "VariableLikeSchema",
849
+ "location": {
850
+ "filePath": "deprecation.main.runtime.ts",
851
+ "line": 16,
852
+ "character": 3
853
+ },
854
+ "signature": "(property) newId?: string | undefined",
855
+ "name": "newId",
856
+ "type": {
857
+ "__schema": "KeywordTypeSchema",
858
+ "location": {
859
+ "filePath": "deprecation.main.runtime.ts",
860
+ "line": 16,
861
+ "character": 11
862
+ },
863
+ "name": "string"
864
+ },
865
+ "isOptional": true
866
+ },
867
+ {
868
+ "__schema": "VariableLikeSchema",
869
+ "location": {
870
+ "filePath": "deprecation.main.runtime.ts",
871
+ "line": 17,
872
+ "character": 3
873
+ },
874
+ "signature": "(property) range?: string | undefined",
875
+ "name": "range",
876
+ "type": {
877
+ "__schema": "KeywordTypeSchema",
878
+ "location": {
879
+ "filePath": "deprecation.main.runtime.ts",
880
+ "line": 17,
881
+ "character": 11
882
+ },
883
+ "name": "string"
884
+ },
885
+ "isOptional": true
886
+ }
887
+ ]
888
+ }
889
+ },
890
+ {
891
+ "__schema": "TypeSchema",
892
+ "location": {
893
+ "filePath": "deprecation.main.runtime.ts",
894
+ "line": 20,
895
+ "character": 1
896
+ },
897
+ "signature": "type DeprecationMetadata = {\n deprecate?: boolean | undefined;\n newId?: ComponentIdObj | undefined;\n range?: string | undefined;\n}",
898
+ "name": "DeprecationMetadata",
899
+ "type": {
900
+ "__schema": "TypeLiteralSchema",
901
+ "location": {
902
+ "filePath": "deprecation.main.runtime.ts",
903
+ "line": 20,
904
+ "character": 35
905
+ },
906
+ "members": [
907
+ {
908
+ "__schema": "VariableLikeSchema",
909
+ "location": {
910
+ "filePath": "deprecation.main.runtime.ts",
911
+ "line": 24,
912
+ "character": 3
913
+ },
914
+ "doc": {
915
+ "__schema": "DocSchema",
916
+ "location": {
917
+ "filePath": "deprecation.main.runtime.ts",
918
+ "line": 21,
919
+ "character": 3
920
+ },
921
+ "raw": "/**\n * whether the head is deprecated\n */",
922
+ "comment": "whether the head is deprecated"
923
+ },
924
+ "signature": "(property) deprecate?: boolean | undefined",
925
+ "name": "deprecate",
926
+ "type": {
927
+ "__schema": "KeywordTypeSchema",
928
+ "location": {
929
+ "filePath": "deprecation.main.runtime.ts",
930
+ "line": 24,
931
+ "character": 15
932
+ },
933
+ "name": "boolean"
934
+ },
935
+ "isOptional": true
936
+ },
937
+ {
938
+ "__schema": "VariableLikeSchema",
939
+ "location": {
940
+ "filePath": "deprecation.main.runtime.ts",
941
+ "line": 28,
942
+ "character": 3
943
+ },
944
+ "doc": {
945
+ "__schema": "DocSchema",
946
+ "location": {
947
+ "filePath": "deprecation.main.runtime.ts",
948
+ "line": 25,
949
+ "character": 3
950
+ },
951
+ "raw": "/**\n * the new id to use instead of the current one\n */",
952
+ "comment": "the new id to use instead of the current one"
953
+ },
954
+ "signature": "(property) newId?: ComponentIdObj | undefined",
955
+ "name": "newId",
956
+ "type": {
957
+ "__schema": "TypeRefSchema",
958
+ "location": {
959
+ "filePath": "deprecation.main.runtime.ts",
960
+ "line": 28,
961
+ "character": 11
962
+ },
963
+ "name": "ComponentIdObj",
964
+ "componentId": {
965
+ "scope": "teambit.component",
966
+ "name": "component-id",
967
+ "version": "1.2.0"
968
+ }
969
+ },
970
+ "isOptional": true
971
+ },
972
+ {
973
+ "__schema": "VariableLikeSchema",
974
+ "location": {
975
+ "filePath": "deprecation.main.runtime.ts",
976
+ "line": 32,
977
+ "character": 3
978
+ },
979
+ "doc": {
980
+ "__schema": "DocSchema",
981
+ "location": {
982
+ "filePath": "deprecation.main.runtime.ts",
983
+ "line": 29,
984
+ "character": 3
985
+ },
986
+ "raw": "/**\n * Semver range to deprecate previous versions\n */",
987
+ "comment": "Semver range to deprecate previous versions"
988
+ },
989
+ "signature": "(property) range?: string | undefined",
990
+ "name": "range",
991
+ "type": {
992
+ "__schema": "KeywordTypeSchema",
993
+ "location": {
994
+ "filePath": "deprecation.main.runtime.ts",
995
+ "line": 32,
996
+ "character": 11
997
+ },
998
+ "name": "string"
999
+ },
1000
+ "isOptional": true
1001
+ }
1002
+ ]
1003
+ }
1004
+ },
1005
+ {
1006
+ "__schema": "ClassSchema",
1007
+ "location": {
1008
+ "filePath": "deprecation.main.runtime.ts",
1009
+ "line": 35,
1010
+ "character": 1
1011
+ },
1012
+ "signature": "class DeprecationMain",
1013
+ "name": "DeprecationMain",
1014
+ "members": [
1015
+ {
1016
+ "__schema": "ConstructorSchema",
1017
+ "location": {
1018
+ "filePath": "deprecation.main.runtime.ts",
1019
+ "line": 36,
1020
+ "character": 3
1021
+ },
1022
+ "signature": "constructor DeprecationMain(scope: ScopeMain, workspace: Workspace): DeprecationMain",
1023
+ "name": "constructor",
1024
+ "params": [
1025
+ {
1026
+ "__schema": "ParameterSchema",
1027
+ "location": {
1028
+ "filePath": "deprecation.main.runtime.ts",
1029
+ "line": 36,
1030
+ "character": 15
1031
+ },
1032
+ "name": "scope",
1033
+ "type": {
1034
+ "__schema": "TypeRefSchema",
1035
+ "location": {
1036
+ "filePath": "deprecation.main.runtime.ts",
1037
+ "line": 36,
1038
+ "character": 30
1039
+ },
1040
+ "name": "ScopeMain",
1041
+ "componentId": {
1042
+ "scope": "teambit.scope",
1043
+ "name": "scope"
1044
+ }
1045
+ },
1046
+ "isOptional": false,
1047
+ "isSpread": false
1048
+ },
1049
+ {
1050
+ "__schema": "ParameterSchema",
1051
+ "location": {
1052
+ "filePath": "deprecation.main.runtime.ts",
1053
+ "line": 36,
1054
+ "character": 41
1055
+ },
1056
+ "name": "workspace",
1057
+ "type": {
1058
+ "__schema": "TypeRefSchema",
1059
+ "location": {
1060
+ "filePath": "deprecation.main.runtime.ts",
1061
+ "line": 36,
1062
+ "character": 60
1063
+ },
1064
+ "name": "Workspace",
1065
+ "componentId": {
1066
+ "scope": "teambit.workspace",
1067
+ "name": "workspace"
1068
+ }
1069
+ },
1070
+ "isOptional": false,
1071
+ "isSpread": false
1072
+ }
1073
+ ],
1074
+ "returnType": {
1075
+ "__schema": "ThisTypeSchema",
1076
+ "location": {
1077
+ "filePath": "deprecation.main.runtime.ts",
1078
+ "line": 35,
1079
+ "character": 1
1080
+ },
1081
+ "name": "DeprecationMain"
1082
+ },
1083
+ "modifiers": []
1084
+ },
1085
+ {
1086
+ "__schema": "VariableLikeSchema",
1087
+ "location": {
1088
+ "filePath": "deprecation.main.runtime.ts",
1089
+ "line": 37,
1090
+ "character": 3
1091
+ },
1092
+ "signature": "(property) DeprecationMain.runtime: RuntimeDefinition",
1093
+ "name": "runtime",
1094
+ "type": {
1095
+ "__schema": "InferenceTypeSchema",
1096
+ "location": {
1097
+ "filePath": "deprecation.main.runtime.ts",
1098
+ "line": 37,
1099
+ "character": 3
1100
+ },
1101
+ "type": "RuntimeDefinition"
1102
+ },
1103
+ "isOptional": true,
1104
+ "defaultValue": "MainRuntime"
1105
+ },
1106
+ {
1107
+ "__schema": "VariableLikeSchema",
1108
+ "location": {
1109
+ "filePath": "deprecation.main.runtime.ts",
1110
+ "line": 38,
1111
+ "character": 3
1112
+ },
1113
+ "signature": "(property) DeprecationMain.dependencies: Aspect[]",
1114
+ "name": "dependencies",
1115
+ "type": {
1116
+ "__schema": "InferenceTypeSchema",
1117
+ "location": {
1118
+ "filePath": "deprecation.main.runtime.ts",
1119
+ "line": 38,
1120
+ "character": 3
1121
+ },
1122
+ "type": "Aspect[]"
1123
+ },
1124
+ "isOptional": true,
1125
+ "defaultValue": "[GraphqlAspect, ScopeAspect, ComponentAspect, WorkspaceAspect, CLIAspect]"
1126
+ },
1127
+ {
1128
+ "__schema": "FunctionLikeSchema",
1129
+ "location": {
1130
+ "filePath": "deprecation.main.runtime.ts",
1131
+ "line": 40,
1132
+ "character": 3
1133
+ },
1134
+ "signature": "(method) DeprecationMain.getDeprecationInfo(component: Component): Promise<DeprecationInfo>",
1135
+ "name": "getDeprecationInfo",
1136
+ "params": [
1137
+ {
1138
+ "__schema": "ParameterSchema",
1139
+ "location": {
1140
+ "filePath": "deprecation.main.runtime.ts",
1141
+ "line": 40,
1142
+ "character": 28
1143
+ },
1144
+ "name": "component",
1145
+ "type": {
1146
+ "__schema": "TypeRefSchema",
1147
+ "location": {
1148
+ "filePath": "deprecation.main.runtime.ts",
1149
+ "line": 40,
1150
+ "character": 39
1151
+ },
1152
+ "name": "Component",
1153
+ "componentId": {
1154
+ "scope": "teambit.component",
1155
+ "name": "component"
1156
+ }
1157
+ },
1158
+ "isOptional": false,
1159
+ "isSpread": false
1160
+ }
1161
+ ],
1162
+ "returnType": {
1163
+ "__schema": "TypeRefSchema",
1164
+ "location": {
1165
+ "filePath": "deprecation.main.runtime.ts",
1166
+ "line": 40,
1167
+ "character": 51
1168
+ },
1169
+ "name": "Promise",
1170
+ "typeArgs": [
1171
+ {
1172
+ "__schema": "TypeRefSchema",
1173
+ "location": {
1174
+ "filePath": "deprecation.main.runtime.ts",
1175
+ "line": 40,
1176
+ "character": 59
1177
+ },
1178
+ "name": "DeprecationInfo"
1179
+ }
1180
+ ]
1181
+ },
1182
+ "modifiers": [
1183
+ "async"
1184
+ ]
1185
+ },
1186
+ {
1187
+ "__schema": "FunctionLikeSchema",
1188
+ "location": {
1189
+ "filePath": "deprecation.main.runtime.ts",
1190
+ "line": 82,
1191
+ "character": 3
1192
+ },
1193
+ "doc": {
1194
+ "__schema": "DocSchema",
1195
+ "location": {
1196
+ "filePath": "deprecation.main.runtime.ts",
1197
+ "line": 74,
1198
+ "character": 3
1199
+ },
1200
+ "raw": "/**\n * mark a component as deprecated. after this change, the component will be modified.\n * tag and export the component to have it deprecated on the remote.\n *\n * @param componentId\n * @param newId\n * @returns boolean whether or not the component has been deprecated\n */",
1201
+ "comment": "mark a component as deprecated. after this change, the component will be modified.\ntag and export the component to have it deprecated on the remote.",
1202
+ "tags": [
1203
+ {
1204
+ "__schema": "PropertyLikeTagSchema",
1205
+ "location": {
1206
+ "filePath": "deprecation.main.runtime.ts",
1207
+ "line": 78,
1208
+ "character": 6
1209
+ },
1210
+ "name": "componentId",
1211
+ "tagName": "parameter"
1212
+ },
1213
+ {
1214
+ "__schema": "PropertyLikeTagSchema",
1215
+ "location": {
1216
+ "filePath": "deprecation.main.runtime.ts",
1217
+ "line": 79,
1218
+ "character": 6
1219
+ },
1220
+ "name": "newId",
1221
+ "tagName": "parameter"
1222
+ },
1223
+ {
1224
+ "__schema": "ReturnTagSchema",
1225
+ "location": {
1226
+ "filePath": "deprecation.main.runtime.ts",
1227
+ "line": 80,
1228
+ "character": 6
1229
+ },
1230
+ "tagName": "return",
1231
+ "comment": "boolean whether or not the component has been deprecated"
1232
+ }
1233
+ ]
1234
+ },
1235
+ "signature": "(method) DeprecationMain.deprecate(componentId: ComponentID, newId?: ComponentID, range?: string): Promise<boolean>",
1236
+ "name": "deprecate",
1237
+ "params": [
1238
+ {
1239
+ "__schema": "ParameterSchema",
1240
+ "location": {
1241
+ "filePath": "deprecation.main.runtime.ts",
1242
+ "line": 82,
1243
+ "character": 19
1244
+ },
1245
+ "name": "componentId",
1246
+ "type": {
1247
+ "__schema": "TypeRefSchema",
1248
+ "location": {
1249
+ "filePath": "deprecation.main.runtime.ts",
1250
+ "line": 82,
1251
+ "character": 32
1252
+ },
1253
+ "name": "ComponentID",
1254
+ "componentId": {
1255
+ "scope": "teambit.component",
1256
+ "name": "component"
1257
+ }
1258
+ },
1259
+ "isOptional": false,
1260
+ "isSpread": false
1261
+ },
1262
+ {
1263
+ "__schema": "ParameterSchema",
1264
+ "location": {
1265
+ "filePath": "deprecation.main.runtime.ts",
1266
+ "line": 82,
1267
+ "character": 45
1268
+ },
1269
+ "name": "newId",
1270
+ "type": {
1271
+ "__schema": "TypeRefSchema",
1272
+ "location": {
1273
+ "filePath": "deprecation.main.runtime.ts",
1274
+ "line": 82,
1275
+ "character": 53
1276
+ },
1277
+ "name": "ComponentID",
1278
+ "componentId": {
1279
+ "scope": "teambit.component",
1280
+ "name": "component"
1281
+ }
1282
+ },
1283
+ "isOptional": true,
1284
+ "isSpread": false
1285
+ },
1286
+ {
1287
+ "__schema": "ParameterSchema",
1288
+ "location": {
1289
+ "filePath": "deprecation.main.runtime.ts",
1290
+ "line": 82,
1291
+ "character": 66
1292
+ },
1293
+ "name": "range",
1294
+ "type": {
1295
+ "__schema": "KeywordTypeSchema",
1296
+ "location": {
1297
+ "filePath": "deprecation.main.runtime.ts",
1298
+ "line": 82,
1299
+ "character": 74
1300
+ },
1301
+ "name": "string"
1302
+ },
1303
+ "isOptional": true,
1304
+ "isSpread": false
1305
+ }
1306
+ ],
1307
+ "returnType": {
1308
+ "__schema": "TypeRefSchema",
1309
+ "location": {
1310
+ "filePath": "deprecation.main.runtime.ts",
1311
+ "line": 82,
1312
+ "character": 83
1313
+ },
1314
+ "name": "Promise",
1315
+ "typeArgs": [
1316
+ {
1317
+ "__schema": "KeywordTypeSchema",
1318
+ "location": {
1319
+ "filePath": "deprecation.main.runtime.ts",
1320
+ "line": 82,
1321
+ "character": 91
1322
+ },
1323
+ "name": "boolean"
1324
+ }
1325
+ ]
1326
+ },
1327
+ "modifiers": [
1328
+ "async"
1329
+ ]
1330
+ },
1331
+ {
1332
+ "__schema": "FunctionLikeSchema",
1333
+ "location": {
1334
+ "filePath": "deprecation.main.runtime.ts",
1335
+ "line": 93,
1336
+ "character": 3
1337
+ },
1338
+ "signature": "(method) DeprecationMain.unDeprecate(componentId: ComponentID): Promise<boolean>",
1339
+ "name": "unDeprecate",
1340
+ "params": [
1341
+ {
1342
+ "__schema": "ParameterSchema",
1343
+ "location": {
1344
+ "filePath": "deprecation.main.runtime.ts",
1345
+ "line": 93,
1346
+ "character": 21
1347
+ },
1348
+ "name": "componentId",
1349
+ "type": {
1350
+ "__schema": "TypeRefSchema",
1351
+ "location": {
1352
+ "filePath": "deprecation.main.runtime.ts",
1353
+ "line": 93,
1354
+ "character": 34
1355
+ },
1356
+ "name": "ComponentID",
1357
+ "componentId": {
1358
+ "scope": "teambit.component",
1359
+ "name": "component"
1360
+ }
1361
+ },
1362
+ "isOptional": false,
1363
+ "isSpread": false
1364
+ }
1365
+ ],
1366
+ "returnType": {
1367
+ "__schema": "InferenceTypeSchema",
1368
+ "location": {
1369
+ "filePath": "deprecation.main.runtime.ts",
1370
+ "line": 93,
1371
+ "character": 3
1372
+ },
1373
+ "type": "Promise<boolean>"
1374
+ },
1375
+ "modifiers": [
1376
+ "async"
1377
+ ]
1378
+ },
1379
+ {
1380
+ "__schema": "FunctionLikeSchema",
1381
+ "location": {
1382
+ "filePath": "deprecation.main.runtime.ts",
1383
+ "line": 103,
1384
+ "character": 3
1385
+ },
1386
+ "signature": "(method) DeprecationMain.provider([graphql, scope, componentAspect, workspace, cli]: [\n GraphqlMain,\n ScopeMain,\n ComponentMain,\n Workspace,\n CLIMain\n]): Promise<DeprecationMain>",
1387
+ "name": "provider",
1388
+ "params": [
1389
+ {
1390
+ "__schema": "ParameterSchema",
1391
+ "location": {
1392
+ "filePath": "deprecation.main.runtime.ts",
1393
+ "line": 103,
1394
+ "character": 25
1395
+ },
1396
+ "name": "[ graphql, scope, componentAspect, workspace, cli ]",
1397
+ "type": {
1398
+ "__schema": "TupleTypeSchema",
1399
+ "location": {
1400
+ "filePath": "deprecation.main.runtime.ts",
1401
+ "line": 103,
1402
+ "character": 76
1403
+ },
1404
+ "elements": [
1405
+ {
1406
+ "__schema": "TypeRefSchema",
1407
+ "location": {
1408
+ "filePath": "deprecation.main.runtime.ts",
1409
+ "line": 104,
1410
+ "character": 5
1411
+ },
1412
+ "name": "GraphqlMain",
1413
+ "componentId": {
1414
+ "scope": "teambit.harmony",
1415
+ "name": "graphql"
1416
+ }
1417
+ },
1418
+ {
1419
+ "__schema": "TypeRefSchema",
1420
+ "location": {
1421
+ "filePath": "deprecation.main.runtime.ts",
1422
+ "line": 105,
1423
+ "character": 5
1424
+ },
1425
+ "name": "ScopeMain",
1426
+ "componentId": {
1427
+ "scope": "teambit.scope",
1428
+ "name": "scope"
1429
+ }
1430
+ },
1431
+ {
1432
+ "__schema": "TypeRefSchema",
1433
+ "location": {
1434
+ "filePath": "deprecation.main.runtime.ts",
1435
+ "line": 106,
1436
+ "character": 5
1437
+ },
1438
+ "name": "ComponentMain",
1439
+ "componentId": {
1440
+ "scope": "teambit.component",
1441
+ "name": "component"
1442
+ }
1443
+ },
1444
+ {
1445
+ "__schema": "TypeRefSchema",
1446
+ "location": {
1447
+ "filePath": "deprecation.main.runtime.ts",
1448
+ "line": 107,
1449
+ "character": 5
1450
+ },
1451
+ "name": "Workspace",
1452
+ "componentId": {
1453
+ "scope": "teambit.workspace",
1454
+ "name": "workspace"
1455
+ }
1456
+ },
1457
+ {
1458
+ "__schema": "TypeRefSchema",
1459
+ "location": {
1460
+ "filePath": "deprecation.main.runtime.ts",
1461
+ "line": 108,
1462
+ "character": 5
1463
+ },
1464
+ "name": "CLIMain",
1465
+ "componentId": {
1466
+ "scope": "teambit.harmony",
1467
+ "name": "cli"
1468
+ }
1469
+ }
1470
+ ]
1471
+ },
1472
+ "isOptional": false,
1473
+ "isSpread": false
1474
+ }
1475
+ ],
1476
+ "returnType": {
1477
+ "__schema": "InferenceTypeSchema",
1478
+ "location": {
1479
+ "filePath": "deprecation.main.runtime.ts",
1480
+ "line": 103,
1481
+ "character": 3
1482
+ },
1483
+ "type": "Promise<DeprecationMain>"
1484
+ },
1485
+ "modifiers": [
1486
+ "static",
1487
+ "async"
1488
+ ]
1489
+ }
1490
+ ],
1491
+ "extendsNodes": [],
1492
+ "implementNodes": []
1493
+ }
1494
+ ],
1495
+ "internals": [
1496
+ {
1497
+ "__schema": "UnImplementedSchema",
1498
+ "location": {
1499
+ "filePath": "deprecation.main.runtime.ts",
1500
+ "line": 119,
1501
+ "character": 1
1502
+ },
1503
+ "name": "DeprecationAspect.addRuntime(DeprecationMain);",
1504
+ "type": "ExpressionStatement"
1505
+ }
1506
+ ]
1507
+ },
1508
+ {
1509
+ "__schema": "ModuleSchema",
1510
+ "location": {
1511
+ "filePath": "deprecation.aspect.ts",
1512
+ "line": 1,
1513
+ "character": 1
1514
+ },
1515
+ "exports": [
1516
+ {
1517
+ "__schema": "VariableLikeSchema",
1518
+ "location": {
1519
+ "filePath": "deprecation.aspect.ts",
1520
+ "line": 3,
1521
+ "character": 14
1522
+ },
1523
+ "signature": "const DeprecationAspect: Aspect",
1524
+ "name": "DeprecationAspect",
1525
+ "type": {
1526
+ "__schema": "TypeRefSchema",
1527
+ "location": {
1528
+ "filePath": "deprecation.aspect.ts",
1529
+ "line": 3,
1530
+ "character": 14
1531
+ },
1532
+ "name": "Aspect",
1533
+ "componentId": {
1534
+ "scope": "teambit.harmony",
1535
+ "name": "harmony",
1536
+ "version": "0.4.6"
1537
+ }
1538
+ },
1539
+ "isOptional": false,
1540
+ "defaultValue": "Aspect.create({\n id: 'teambit.component/deprecation',\n dependencies: [],\n defaultConfig: {},\n})"
1541
+ },
1542
+ {
1543
+ "__schema": "UnImplementedSchema",
1544
+ "location": {
1545
+ "filePath": "deprecation.aspect.ts",
1546
+ "line": 9,
1547
+ "character": 16
1548
+ },
1549
+ "name": "DeprecationAspect",
1550
+ "type": "Identifier"
1551
+ }
1552
+ ],
1553
+ "internals": []
1554
+ }
1555
+ ],
111
1556
  "componentId": {
112
1557
  "scope": "teambit.component",
113
1558
  "name": "deprecation",
114
- "version": "1.0.258"
1559
+ "version": "1.0.260"
115
1560
  },
116
1561
  "taggedModuleExports": []
117
1562
  }