jsii-reflect 1.67.0 → 1.69.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -34,20 +34,22 @@ exports[`defaults 1`] = `
|
|
|
34
34
|
│ │ ├── sub1
|
|
35
35
|
│ │ └── sub2
|
|
36
36
|
│ ├── onlystatic
|
|
37
|
-
│
|
|
38
|
-
│
|
|
39
|
-
│
|
|
40
|
-
│
|
|
41
|
-
│
|
|
42
|
-
│
|
|
43
|
-
│
|
|
44
|
-
│
|
|
45
|
-
│
|
|
46
|
-
│
|
|
37
|
+
│ ├─┬ submodule
|
|
38
|
+
│ │ └─┬ submodules
|
|
39
|
+
│ │ ├── back_references
|
|
40
|
+
│ │ ├── child
|
|
41
|
+
│ │ ├── isolated
|
|
42
|
+
│ │ ├─┬ nested_submodule
|
|
43
|
+
│ │ │ └─┬ submodules
|
|
44
|
+
│ │ │ └── deeplyNested
|
|
45
|
+
│ │ ├── param
|
|
46
|
+
│ │ └── returnsparam
|
|
47
|
+
│ └── union
|
|
47
48
|
├── @scope/jsii-calc-base
|
|
48
49
|
├── @scope/jsii-calc-base-of-base
|
|
49
50
|
└─┬ @scope/jsii-calc-lib
|
|
50
51
|
└─┬ submodules
|
|
52
|
+
├── deprecationRemoval
|
|
51
53
|
└── submodule
|
|
52
54
|
"
|
|
53
55
|
`;
|
|
@@ -86,20 +88,22 @@ exports[`inheritance 1`] = `
|
|
|
86
88
|
│ │ ├── sub1
|
|
87
89
|
│ │ └── sub2
|
|
88
90
|
│ ├── onlystatic
|
|
89
|
-
│
|
|
90
|
-
│
|
|
91
|
-
│
|
|
92
|
-
│
|
|
93
|
-
│
|
|
94
|
-
│
|
|
95
|
-
│
|
|
96
|
-
│
|
|
97
|
-
│
|
|
98
|
-
│
|
|
91
|
+
│ ├─┬ submodule
|
|
92
|
+
│ │ └─┬ submodules
|
|
93
|
+
│ │ ├── back_references
|
|
94
|
+
│ │ ├── child
|
|
95
|
+
│ │ ├── isolated
|
|
96
|
+
│ │ ├─┬ nested_submodule
|
|
97
|
+
│ │ │ └─┬ submodules
|
|
98
|
+
│ │ │ └── deeplyNested
|
|
99
|
+
│ │ ├── param
|
|
100
|
+
│ │ └── returnsparam
|
|
101
|
+
│ └── union
|
|
99
102
|
├── @scope/jsii-calc-base
|
|
100
103
|
├── @scope/jsii-calc-base-of-base
|
|
101
104
|
└─┬ @scope/jsii-calc-lib
|
|
102
105
|
└─┬ submodules
|
|
106
|
+
├── deprecationRemoval
|
|
103
107
|
└── submodule
|
|
104
108
|
"
|
|
105
109
|
`;
|
|
@@ -138,20 +142,22 @@ exports[`members 1`] = `
|
|
|
138
142
|
│ │ ├── sub1
|
|
139
143
|
│ │ └── sub2
|
|
140
144
|
│ ├── onlystatic
|
|
141
|
-
│
|
|
142
|
-
│
|
|
143
|
-
│
|
|
144
|
-
│
|
|
145
|
-
│
|
|
146
|
-
│
|
|
147
|
-
│
|
|
148
|
-
│
|
|
149
|
-
│
|
|
150
|
-
│
|
|
145
|
+
│ ├─┬ submodule
|
|
146
|
+
│ │ └─┬ submodules
|
|
147
|
+
│ │ ├── back_references
|
|
148
|
+
│ │ ├── child
|
|
149
|
+
│ │ ├── isolated
|
|
150
|
+
│ │ ├─┬ nested_submodule
|
|
151
|
+
│ │ │ └─┬ submodules
|
|
152
|
+
│ │ │ └── deeplyNested
|
|
153
|
+
│ │ ├── param
|
|
154
|
+
│ │ └── returnsparam
|
|
155
|
+
│ └── union
|
|
151
156
|
├── @scope/jsii-calc-base
|
|
152
157
|
├── @scope/jsii-calc-base-of-base
|
|
153
158
|
└─┬ @scope/jsii-calc-lib
|
|
154
159
|
└─┬ submodules
|
|
160
|
+
├── deprecationRemoval
|
|
155
161
|
└── submodule
|
|
156
162
|
"
|
|
157
163
|
`;
|
|
@@ -601,139 +607,159 @@ exports[`showAll 1`] = `
|
|
|
601
607
|
│ │ │ └─┬ static staticMethod() method
|
|
602
608
|
│ │ │ ├── static
|
|
603
609
|
│ │ │ └── returns: string
|
|
604
|
-
│ │
|
|
605
|
-
│ │
|
|
606
|
-
│ │
|
|
607
|
-
│ │
|
|
608
|
-
│ │
|
|
609
|
-
│ │
|
|
610
|
-
│ │
|
|
611
|
-
│ │
|
|
612
|
-
│ │
|
|
613
|
-
│ │
|
|
614
|
-
│ │
|
|
615
|
-
│ │
|
|
616
|
-
│ │
|
|
617
|
-
│ │
|
|
618
|
-
│ │
|
|
619
|
-
│ │
|
|
620
|
-
│ │
|
|
621
|
-
│ │
|
|
622
|
-
│ │
|
|
623
|
-
│ │
|
|
624
|
-
│ │
|
|
625
|
-
│ │
|
|
626
|
-
│ │
|
|
627
|
-
│ │
|
|
628
|
-
│ │
|
|
629
|
-
│ │
|
|
630
|
-
│ │
|
|
631
|
-
│ │
|
|
632
|
-
│ │
|
|
633
|
-
│ │
|
|
634
|
-
│ │
|
|
635
|
-
│ │
|
|
636
|
-
│ │
|
|
637
|
-
│ │
|
|
638
|
-
│ │
|
|
639
|
-
│ │
|
|
640
|
-
│ │
|
|
641
|
-
│ │
|
|
642
|
-
│ │
|
|
643
|
-
│ │
|
|
644
|
-
│ │
|
|
645
|
-
│ │
|
|
646
|
-
│ │
|
|
647
|
-
│ │
|
|
648
|
-
│ │
|
|
649
|
-
│ │
|
|
650
|
-
│ │
|
|
651
|
-
│ │
|
|
652
|
-
│ │
|
|
653
|
-
│ │
|
|
654
|
-
│ │
|
|
655
|
-
│ │
|
|
656
|
-
│ │
|
|
657
|
-
│ │
|
|
658
|
-
│ │
|
|
659
|
-
│ │
|
|
660
|
-
│ │
|
|
661
|
-
│ │
|
|
662
|
-
│ │
|
|
663
|
-
│ │
|
|
664
|
-
│ │
|
|
665
|
-
│ │
|
|
666
|
-
│ │
|
|
667
|
-
│ │
|
|
668
|
-
│ │
|
|
669
|
-
│ │
|
|
670
|
-
│ │
|
|
671
|
-
│ │
|
|
672
|
-
│ │
|
|
673
|
-
│ │
|
|
674
|
-
│ │
|
|
675
|
-
│ │
|
|
676
|
-
│ │
|
|
677
|
-
│ │
|
|
678
|
-
│ │
|
|
679
|
-
│ │
|
|
680
|
-
│ │
|
|
681
|
-
│ │
|
|
682
|
-
│ │
|
|
683
|
-
│ │
|
|
684
|
-
│ │
|
|
685
|
-
│ │
|
|
686
|
-
│ │
|
|
687
|
-
│ │
|
|
688
|
-
│ │
|
|
689
|
-
│ │
|
|
690
|
-
│ │
|
|
691
|
-
│ │
|
|
692
|
-
│ │
|
|
693
|
-
│ │
|
|
694
|
-
│ │
|
|
695
|
-
│ │
|
|
696
|
-
│ │
|
|
697
|
-
│ │
|
|
698
|
-
│ │
|
|
699
|
-
│ │
|
|
700
|
-
│ │
|
|
701
|
-
│ │
|
|
702
|
-
│ │
|
|
703
|
-
│ │
|
|
610
|
+
│ │ ├─┬ submodule
|
|
611
|
+
│ │ │ ├─┬ submodules
|
|
612
|
+
│ │ │ │ ├─┬ back_references
|
|
613
|
+
│ │ │ │ │ └─┬ types
|
|
614
|
+
│ │ │ │ │ └─┬ interface MyClassReference
|
|
615
|
+
│ │ │ │ │ └─┬ members
|
|
616
|
+
│ │ │ │ │ └─┬ reference property
|
|
617
|
+
│ │ │ │ │ ├── abstract
|
|
618
|
+
│ │ │ │ │ ├── immutable
|
|
619
|
+
│ │ │ │ │ └── type: jsii-calc.submodule.MyClass
|
|
620
|
+
│ │ │ │ ├─┬ child
|
|
621
|
+
│ │ │ │ │ └─┬ types
|
|
622
|
+
│ │ │ │ │ ├─┬ class InnerClass
|
|
623
|
+
│ │ │ │ │ │ └─┬ members
|
|
624
|
+
│ │ │ │ │ │ ├── <initializer>() initializer
|
|
625
|
+
│ │ │ │ │ │ └─┬ static staticProp property
|
|
626
|
+
│ │ │ │ │ │ ├── const
|
|
627
|
+
│ │ │ │ │ │ ├── immutable
|
|
628
|
+
│ │ │ │ │ │ ├── static
|
|
629
|
+
│ │ │ │ │ │ └── type: jsii-calc.submodule.child.SomeStruct
|
|
630
|
+
│ │ │ │ │ ├─┬ class OuterClass
|
|
631
|
+
│ │ │ │ │ │ └─┬ members
|
|
632
|
+
│ │ │ │ │ │ ├── <initializer>() initializer
|
|
633
|
+
│ │ │ │ │ │ └─┬ innerClass property
|
|
634
|
+
│ │ │ │ │ │ ├── immutable
|
|
635
|
+
│ │ │ │ │ │ └── type: jsii-calc.submodule.child.InnerClass
|
|
636
|
+
│ │ │ │ │ ├─┬ interface KwargsProps
|
|
637
|
+
│ │ │ │ │ │ ├─┬ interfaces
|
|
638
|
+
│ │ │ │ │ │ │ └── SomeStruct
|
|
639
|
+
│ │ │ │ │ │ └─┬ members
|
|
640
|
+
│ │ │ │ │ │ └─┬ extra property
|
|
641
|
+
│ │ │ │ │ │ ├── abstract
|
|
642
|
+
│ │ │ │ │ │ ├── immutable
|
|
643
|
+
│ │ │ │ │ │ └── type: Optional<string>
|
|
644
|
+
│ │ │ │ │ ├─┬ interface SomeStruct
|
|
645
|
+
│ │ │ │ │ │ └─┬ members
|
|
646
|
+
│ │ │ │ │ │ └─┬ prop property
|
|
647
|
+
│ │ │ │ │ │ ├── abstract
|
|
648
|
+
│ │ │ │ │ │ ├── immutable
|
|
649
|
+
│ │ │ │ │ │ └── type: jsii-calc.submodule.child.SomeEnum
|
|
650
|
+
│ │ │ │ │ ├─┬ interface Structure
|
|
651
|
+
│ │ │ │ │ │ └─┬ members
|
|
652
|
+
│ │ │ │ │ │ └─┬ bool property
|
|
653
|
+
│ │ │ │ │ │ ├── abstract
|
|
654
|
+
│ │ │ │ │ │ ├── immutable
|
|
655
|
+
│ │ │ │ │ │ └── type: boolean
|
|
656
|
+
│ │ │ │ │ ├─┬ enum Awesomeness
|
|
657
|
+
│ │ │ │ │ │ └── AWESOME
|
|
658
|
+
│ │ │ │ │ ├─┬ enum Goodness
|
|
659
|
+
│ │ │ │ │ │ ├── PRETTY_GOOD
|
|
660
|
+
│ │ │ │ │ │ ├── REALLY_GOOD
|
|
661
|
+
│ │ │ │ │ │ └── AMAZINGLY_GOOD
|
|
662
|
+
│ │ │ │ │ └─┬ enum SomeEnum
|
|
663
|
+
│ │ │ │ │ └── SOME
|
|
664
|
+
│ │ │ │ ├─┬ isolated
|
|
665
|
+
│ │ │ │ │ └─┬ types
|
|
666
|
+
│ │ │ │ │ └─┬ class Kwargs
|
|
667
|
+
│ │ │ │ │ └─┬ members
|
|
668
|
+
│ │ │ │ │ └─┬ static method(props) method
|
|
669
|
+
│ │ │ │ │ ├── static
|
|
670
|
+
│ │ │ │ │ ├─┬ parameters
|
|
671
|
+
│ │ │ │ │ │ └─┬ props
|
|
672
|
+
│ │ │ │ │ │ └── type: Optional<jsii-calc.submodule.child.KwargsProps>
|
|
673
|
+
│ │ │ │ │ └── returns: boolean
|
|
674
|
+
│ │ │ │ ├─┬ nested_submodule
|
|
675
|
+
│ │ │ │ │ ├─┬ submodules
|
|
676
|
+
│ │ │ │ │ │ └─┬ deeplyNested
|
|
677
|
+
│ │ │ │ │ │ └─┬ types
|
|
678
|
+
│ │ │ │ │ │ └─┬ interface INamespaced
|
|
679
|
+
│ │ │ │ │ │ └─┬ members
|
|
680
|
+
│ │ │ │ │ │ └─┬ definedAt property
|
|
681
|
+
│ │ │ │ │ │ ├── abstract
|
|
682
|
+
│ │ │ │ │ │ ├── immutable
|
|
683
|
+
│ │ │ │ │ │ └── type: string
|
|
684
|
+
│ │ │ │ │ └─┬ types
|
|
685
|
+
│ │ │ │ │ └─┬ class Namespaced
|
|
686
|
+
│ │ │ │ │ ├── interfaces: INamespaced
|
|
687
|
+
│ │ │ │ │ └─┬ members
|
|
688
|
+
│ │ │ │ │ ├─┬ definedAt property
|
|
689
|
+
│ │ │ │ │ │ ├── immutable
|
|
690
|
+
│ │ │ │ │ │ └── type: string
|
|
691
|
+
│ │ │ │ │ └─┬ goodness property
|
|
692
|
+
│ │ │ │ │ ├── abstract
|
|
693
|
+
│ │ │ │ │ ├── immutable
|
|
694
|
+
│ │ │ │ │ └── type: jsii-calc.submodule.child.Goodness
|
|
695
|
+
│ │ │ │ ├─┬ param
|
|
696
|
+
│ │ │ │ │ └─┬ types
|
|
697
|
+
│ │ │ │ │ └─┬ interface SpecialParameter
|
|
698
|
+
│ │ │ │ │ └─┬ members
|
|
699
|
+
│ │ │ │ │ └─┬ value property
|
|
700
|
+
│ │ │ │ │ ├── abstract
|
|
701
|
+
│ │ │ │ │ ├── immutable
|
|
702
|
+
│ │ │ │ │ └── type: string
|
|
703
|
+
│ │ │ │ └─┬ returnsparam
|
|
704
|
+
│ │ │ │ └─┬ types
|
|
705
|
+
│ │ │ │ └─┬ class ReturnsSpecialParameter
|
|
706
|
+
│ │ │ │ └─┬ members
|
|
707
|
+
│ │ │ │ ├── <initializer>() initializer
|
|
708
|
+
│ │ │ │ └─┬ returnsSpecialParam() method
|
|
709
|
+
│ │ │ │ └── returns: jsii-calc.submodule.param.SpecialParameter
|
|
710
|
+
│ │ │ └─┬ types
|
|
711
|
+
│ │ │ ├─┬ class MyClass
|
|
712
|
+
│ │ │ │ ├── interfaces: INamespaced
|
|
713
|
+
│ │ │ │ └─┬ members
|
|
714
|
+
│ │ │ │ ├─┬ <initializer>(props) initializer
|
|
715
|
+
│ │ │ │ │ └─┬ parameters
|
|
716
|
+
│ │ │ │ │ └─┬ props
|
|
717
|
+
│ │ │ │ │ └── type: jsii-calc.submodule.child.SomeStruct
|
|
718
|
+
│ │ │ │ ├─┬ methodWithSpecialParam(param) method
|
|
719
|
+
│ │ │ │ │ ├─┬ parameters
|
|
720
|
+
│ │ │ │ │ │ └─┬ param
|
|
721
|
+
│ │ │ │ │ │ └── type: jsii-calc.submodule.param.SpecialParameter
|
|
722
|
+
│ │ │ │ │ └── returns: string
|
|
723
|
+
│ │ │ │ ├─┬ awesomeness property
|
|
724
|
+
│ │ │ │ │ ├── immutable
|
|
725
|
+
│ │ │ │ │ └── type: jsii-calc.submodule.child.Awesomeness
|
|
726
|
+
│ │ │ │ ├─┬ definedAt property
|
|
727
|
+
│ │ │ │ │ ├── immutable
|
|
728
|
+
│ │ │ │ │ └── type: string
|
|
729
|
+
│ │ │ │ ├─┬ goodness property
|
|
730
|
+
│ │ │ │ │ ├── immutable
|
|
731
|
+
│ │ │ │ │ └── type: jsii-calc.submodule.child.Goodness
|
|
732
|
+
│ │ │ │ ├─┬ props property
|
|
733
|
+
│ │ │ │ │ ├── immutable
|
|
734
|
+
│ │ │ │ │ └── type: jsii-calc.submodule.child.SomeStruct
|
|
735
|
+
│ │ │ │ └─┬ allTypes property
|
|
736
|
+
│ │ │ │ └── type: Optional<jsii-calc.AllTypes>
|
|
737
|
+
│ │ │ └─┬ interface Default
|
|
738
|
+
│ │ │ └─┬ members
|
|
739
|
+
│ │ │ └─┬ foo property
|
|
740
|
+
│ │ │ ├── abstract
|
|
741
|
+
│ │ │ ├── immutable
|
|
742
|
+
│ │ │ └── type: number
|
|
743
|
+
│ │ └─┬ union
|
|
704
744
|
│ │ └─┬ types
|
|
705
|
-
│ │ ├─┬ class
|
|
706
|
-
│ │ │
|
|
745
|
+
│ │ ├─┬ class ConsumesUnion
|
|
746
|
+
│ │ │ └─┬ members
|
|
747
|
+
│ │ │ └─┬ static unionType(param) method
|
|
748
|
+
│ │ │ ├── static
|
|
749
|
+
│ │ │ ├─┬ parameters
|
|
750
|
+
│ │ │ │ └─┬ param
|
|
751
|
+
│ │ │ │ └── type: jsii-calc.union.IResolvable | jsii-calc.union.Resolvable | @scope/jsii-calc-lib.IFriendly
|
|
752
|
+
│ │ │ └── returns: void
|
|
753
|
+
│ │ ├─┬ class Resolvable
|
|
754
|
+
│ │ │ ├── interfaces: IResolvable
|
|
707
755
|
│ │ │ └─┬ members
|
|
708
|
-
│ │ │
|
|
709
|
-
│ │ │
|
|
710
|
-
│ │
|
|
711
|
-
│ │ │ │ └── type: jsii-calc.submodule.child.SomeStruct
|
|
712
|
-
│ │ │ ├─┬ methodWithSpecialParam(param) method
|
|
713
|
-
│ │ │ │ ├─┬ parameters
|
|
714
|
-
│ │ │ │ │ └─┬ param
|
|
715
|
-
│ │ │ │ │ └── type: jsii-calc.submodule.param.SpecialParameter
|
|
716
|
-
│ │ │ │ └── returns: string
|
|
717
|
-
│ │ │ ├─┬ awesomeness property
|
|
718
|
-
│ │ │ │ ├── immutable
|
|
719
|
-
│ │ │ │ └── type: jsii-calc.submodule.child.Awesomeness
|
|
720
|
-
│ │ │ ├─┬ definedAt property
|
|
721
|
-
│ │ │ │ ├── immutable
|
|
722
|
-
│ │ │ │ └── type: string
|
|
723
|
-
│ │ │ ├─┬ goodness property
|
|
724
|
-
│ │ │ │ ├── immutable
|
|
725
|
-
│ │ │ │ └── type: jsii-calc.submodule.child.Goodness
|
|
726
|
-
│ │ │ ├─┬ props property
|
|
727
|
-
│ │ │ │ ├── immutable
|
|
728
|
-
│ │ │ │ └── type: jsii-calc.submodule.child.SomeStruct
|
|
729
|
-
│ │ │ └─┬ allTypes property
|
|
730
|
-
│ │ │ └── type: Optional<jsii-calc.AllTypes>
|
|
731
|
-
│ │ └─┬ interface Default
|
|
756
|
+
│ │ │ └─┬ resolve() method
|
|
757
|
+
│ │ │ └── returns: any
|
|
758
|
+
│ │ └─┬ interface IResolvable
|
|
732
759
|
│ │ └─┬ members
|
|
733
|
-
│ │ └─┬
|
|
760
|
+
│ │ └─┬ resolve() method
|
|
734
761
|
│ │ ├── abstract
|
|
735
|
-
│ │
|
|
736
|
-
│ │ └── type: number
|
|
762
|
+
│ │ └── returns: any
|
|
737
763
|
│ └─┬ types
|
|
738
764
|
│ ├─┬ class AbstractClass
|
|
739
765
|
│ │ ├── base: AbstractClassBase
|
|
@@ -3514,6 +3540,18 @@ exports[`showAll 1`] = `
|
|
|
3514
3540
|
│ ├── @scope/jsii-calc-base
|
|
3515
3541
|
│ └── @scope/jsii-calc-base-of-base
|
|
3516
3542
|
├─┬ submodules
|
|
3543
|
+
│ ├─┬ deprecationRemoval
|
|
3544
|
+
│ │ └─┬ types
|
|
3545
|
+
│ │ ├─┬ class InterfaceFactory
|
|
3546
|
+
│ │ │ └─┬ members
|
|
3547
|
+
│ │ │ └─┬ static create() method
|
|
3548
|
+
│ │ │ ├── static
|
|
3549
|
+
│ │ │ └── returns: @scope/jsii-calc-lib.deprecationRemoval.IInterface
|
|
3550
|
+
│ │ └─┬ interface IInterface
|
|
3551
|
+
│ │ └─┬ members
|
|
3552
|
+
│ │ └─┬ method() method
|
|
3553
|
+
│ │ ├── abstract
|
|
3554
|
+
│ │ └── returns: void
|
|
3517
3555
|
│ └─┬ submodule
|
|
3518
3556
|
│ └─┬ types
|
|
3519
3557
|
│ ├─┬ class NestingClass
|
|
@@ -3703,20 +3741,22 @@ exports[`signatures 1`] = `
|
|
|
3703
3741
|
│ │ ├── sub1
|
|
3704
3742
|
│ │ └── sub2
|
|
3705
3743
|
│ ├── onlystatic
|
|
3706
|
-
│
|
|
3707
|
-
│
|
|
3708
|
-
│
|
|
3709
|
-
│
|
|
3710
|
-
│
|
|
3711
|
-
│
|
|
3712
|
-
│
|
|
3713
|
-
│
|
|
3714
|
-
│
|
|
3715
|
-
│
|
|
3744
|
+
│ ├─┬ submodule
|
|
3745
|
+
│ │ └─┬ submodules
|
|
3746
|
+
│ │ ├── back_references
|
|
3747
|
+
│ │ ├── child
|
|
3748
|
+
│ │ ├── isolated
|
|
3749
|
+
│ │ ├─┬ nested_submodule
|
|
3750
|
+
│ │ │ └─┬ submodules
|
|
3751
|
+
│ │ │ └── deeplyNested
|
|
3752
|
+
│ │ ├── param
|
|
3753
|
+
│ │ └── returnsparam
|
|
3754
|
+
│ └── union
|
|
3716
3755
|
├── @scope/jsii-calc-base
|
|
3717
3756
|
├── @scope/jsii-calc-base-of-base
|
|
3718
3757
|
└─┬ @scope/jsii-calc-lib
|
|
3719
3758
|
└─┬ submodules
|
|
3759
|
+
├── deprecationRemoval
|
|
3720
3760
|
└── submodule
|
|
3721
3761
|
"
|
|
3722
3762
|
`;
|
|
@@ -3827,40 +3867,45 @@ exports[`types 1`] = `
|
|
|
3827
3867
|
│ │ ├─┬ onlystatic
|
|
3828
3868
|
│ │ │ └─┬ types
|
|
3829
3869
|
│ │ │ └── class OnlyStaticMethods
|
|
3830
|
-
│ │
|
|
3831
|
-
│ │
|
|
3832
|
-
│ │
|
|
3833
|
-
│ │
|
|
3834
|
-
│ │
|
|
3835
|
-
│ │
|
|
3836
|
-
│ │
|
|
3837
|
-
│ │
|
|
3838
|
-
│ │
|
|
3839
|
-
│ │
|
|
3840
|
-
│ │
|
|
3841
|
-
│ │
|
|
3842
|
-
│ │
|
|
3843
|
-
│ │
|
|
3844
|
-
│ │
|
|
3845
|
-
│ │
|
|
3846
|
-
│ │
|
|
3847
|
-
│ │
|
|
3848
|
-
│ │
|
|
3849
|
-
│ │
|
|
3850
|
-
│ │
|
|
3851
|
-
│ │
|
|
3852
|
-
│ │
|
|
3853
|
-
│ │
|
|
3854
|
-
│ │
|
|
3855
|
-
│ │
|
|
3856
|
-
│ │
|
|
3857
|
-
│ │
|
|
3858
|
-
│ │
|
|
3859
|
-
│ │
|
|
3860
|
-
│ │
|
|
3870
|
+
│ │ ├─┬ submodule
|
|
3871
|
+
│ │ │ ├─┬ submodules
|
|
3872
|
+
│ │ │ │ ├─┬ back_references
|
|
3873
|
+
│ │ │ │ │ └─┬ types
|
|
3874
|
+
│ │ │ │ │ └── interface MyClassReference
|
|
3875
|
+
│ │ │ │ ├─┬ child
|
|
3876
|
+
│ │ │ │ │ └─┬ types
|
|
3877
|
+
│ │ │ │ │ ├── class InnerClass
|
|
3878
|
+
│ │ │ │ │ ├── class OuterClass
|
|
3879
|
+
│ │ │ │ │ ├── interface KwargsProps
|
|
3880
|
+
│ │ │ │ │ ├── interface SomeStruct
|
|
3881
|
+
│ │ │ │ │ ├── interface Structure
|
|
3882
|
+
│ │ │ │ │ ├── enum Awesomeness
|
|
3883
|
+
│ │ │ │ │ ├── enum Goodness
|
|
3884
|
+
│ │ │ │ │ └── enum SomeEnum
|
|
3885
|
+
│ │ │ │ ├─┬ isolated
|
|
3886
|
+
│ │ │ │ │ └─┬ types
|
|
3887
|
+
│ │ │ │ │ └── class Kwargs
|
|
3888
|
+
│ │ │ │ ├─┬ nested_submodule
|
|
3889
|
+
│ │ │ │ │ ├─┬ submodules
|
|
3890
|
+
│ │ │ │ │ │ └─┬ deeplyNested
|
|
3891
|
+
│ │ │ │ │ │ └─┬ types
|
|
3892
|
+
│ │ │ │ │ │ └── interface INamespaced
|
|
3893
|
+
│ │ │ │ │ └─┬ types
|
|
3894
|
+
│ │ │ │ │ └── class Namespaced
|
|
3895
|
+
│ │ │ │ ├─┬ param
|
|
3896
|
+
│ │ │ │ │ └─┬ types
|
|
3897
|
+
│ │ │ │ │ └── interface SpecialParameter
|
|
3898
|
+
│ │ │ │ └─┬ returnsparam
|
|
3899
|
+
│ │ │ │ └─┬ types
|
|
3900
|
+
│ │ │ │ └── class ReturnsSpecialParameter
|
|
3901
|
+
│ │ │ └─┬ types
|
|
3902
|
+
│ │ │ ├── class MyClass
|
|
3903
|
+
│ │ │ └── interface Default
|
|
3904
|
+
│ │ └─┬ union
|
|
3861
3905
|
│ │ └─┬ types
|
|
3862
|
-
│ │ ├── class
|
|
3863
|
-
│ │
|
|
3906
|
+
│ │ ├── class ConsumesUnion
|
|
3907
|
+
│ │ ├── class Resolvable
|
|
3908
|
+
│ │ └── interface IResolvable
|
|
3864
3909
|
│ └─┬ types
|
|
3865
3910
|
│ ├── class AbstractClass
|
|
3866
3911
|
│ ├── class AbstractClassBase
|
|
@@ -4095,6 +4140,10 @@ exports[`types 1`] = `
|
|
|
4095
4140
|
│ └── interface VeryBaseProps
|
|
4096
4141
|
└─┬ @scope/jsii-calc-lib
|
|
4097
4142
|
├─┬ submodules
|
|
4143
|
+
│ ├─┬ deprecationRemoval
|
|
4144
|
+
│ │ └─┬ types
|
|
4145
|
+
│ │ ├── class InterfaceFactory
|
|
4146
|
+
│ │ └── interface IInterface
|
|
4098
4147
|
│ └─┬ submodule
|
|
4099
4148
|
│ └─┬ types
|
|
4100
4149
|
│ ├── class NestingClass
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
2
2
|
|
|
3
3
|
exports[`TypeSystem.assemblies lists all the loaded assemblies 1`] = `
|
|
4
|
-
|
|
4
|
+
[
|
|
5
5
|
"@scope/jsii-calc-base",
|
|
6
6
|
"@scope/jsii-calc-base-of-base",
|
|
7
7
|
"@scope/jsii-calc-lib",
|
|
@@ -10,7 +10,7 @@ Array [
|
|
|
10
10
|
`;
|
|
11
11
|
|
|
12
12
|
exports[`TypeSystem.classes lists all the classes in the typesystem 1`] = `
|
|
13
|
-
|
|
13
|
+
[
|
|
14
14
|
"@scope/jsii-calc-base-of-base.StaticConsumer",
|
|
15
15
|
"@scope/jsii-calc-base-of-base.Very",
|
|
16
16
|
"@scope/jsii-calc-base.Base",
|
|
@@ -19,6 +19,7 @@ Array [
|
|
|
19
19
|
"@scope/jsii-calc-lib.Number",
|
|
20
20
|
"@scope/jsii-calc-lib.NumericValue",
|
|
21
21
|
"@scope/jsii-calc-lib.Operation",
|
|
22
|
+
"@scope/jsii-calc-lib.deprecationRemoval.InterfaceFactory",
|
|
22
23
|
"@scope/jsii-calc-lib.submodule.NestingClass",
|
|
23
24
|
"@scope/jsii-calc-lib.submodule.NestingClass.NestedClass",
|
|
24
25
|
"@scope/jsii-calc-lib.submodule.Reflector",
|
|
@@ -189,6 +190,8 @@ Array [
|
|
|
189
190
|
"jsii-calc.submodule.isolated.Kwargs",
|
|
190
191
|
"jsii-calc.submodule.nested_submodule.Namespaced",
|
|
191
192
|
"jsii-calc.submodule.returnsparam.ReturnsSpecialParameter",
|
|
193
|
+
"jsii-calc.union.ConsumesUnion",
|
|
194
|
+
"jsii-calc.union.Resolvable",
|
|
192
195
|
]
|
|
193
196
|
`;
|
|
194
197
|
|