jsii-reflect 1.71.0 → 1.72.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jsii-reflect",
3
- "version": "1.71.0",
3
+ "version": "1.72.0",
4
4
  "description": "strongly-typed reflection library and tools for jsii",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -34,18 +34,18 @@
34
34
  "package": "package-js"
35
35
  },
36
36
  "dependencies": {
37
- "@jsii/check-node": "1.71.0",
38
- "@jsii/spec": "^1.71.0",
37
+ "@jsii/check-node": "1.72.0",
38
+ "@jsii/spec": "^1.72.0",
39
39
  "chalk": "^4",
40
40
  "fs-extra": "^10.1.0",
41
- "oo-ascii-tree": "^1.71.0",
41
+ "oo-ascii-tree": "^1.72.0",
42
42
  "yargs": "^16.2.0"
43
43
  },
44
44
  "devDependencies": {
45
- "@scope/jsii-calc-lib": "^1.71.0",
45
+ "@scope/jsii-calc-lib": "^1.72.0",
46
46
  "@types/fs-extra": "^9.0.13",
47
- "jsii": "^1.71.0",
48
- "jsii-build-tools": "^1.71.0",
47
+ "jsii": "^1.72.0",
48
+ "jsii-build-tools": "^1.72.0",
49
49
  "jsii-calc": "^3.20.120"
50
50
  }
51
51
  }
@@ -136,6 +136,20 @@ exports[`jsii-tree --all 1`] = `
136
136
  │ │ │ │ └─┬ gen
137
137
  │ │ │ │ └── type: jsii-calc.IRandomNumberGenerator
138
138
  │ │ │ └── returns: number
139
+ │ │ ├─┬ cdk22369
140
+ │ │ │ └─┬ types
141
+ │ │ │ ├─┬ class AcceptsPath (stable)
142
+ │ │ │ │ └─┬ members
143
+ │ │ │ │ └─┬ <initializer>(props) initializer (stable)
144
+ │ │ │ │ └─┬ parameters
145
+ │ │ │ │ └─┬ props
146
+ │ │ │ │ └── type: jsii-calc.cdk22369.AcceptsPathProps
147
+ │ │ │ └─┬ interface AcceptsPathProps (stable)
148
+ │ │ │ └─┬ members
149
+ │ │ │ └─┬ sourcePath property (stable)
150
+ │ │ │ ├── abstract
151
+ │ │ │ ├── immutable
152
+ │ │ │ └── type: string
139
153
  │ │ ├─┬ composition
140
154
  │ │ │ └─┬ types
141
155
  │ │ │ ├─┬ class CompositeOperation (stable)
@@ -1917,6 +1931,24 @@ exports[`jsii-tree --all 1`] = `
1917
1931
  │ │ │ └─┬ obj
1918
1932
  │ │ │ └── type: jsii-calc.IReturnsNumber
1919
1933
  │ │ └── returns: number
1934
+ │ ├─┬ class ParamShadowsBuiltins (stable)
1935
+ │ │ └─┬ members
1936
+ │ │ └─┬ <initializer>(builtins,str,props) initializer (stable)
1937
+ │ │ └─┬ parameters
1938
+ │ │ ├─┬ builtins
1939
+ │ │ │ └── type: string
1940
+ │ │ ├─┬ str
1941
+ │ │ │ └── type: string
1942
+ │ │ └─┬ props
1943
+ │ │ └── type: jsii-calc.ParamShadowsBuiltinsProps
1944
+ │ ├─┬ class ParamShadowsScope (stable)
1945
+ │ │ └─┬ members
1946
+ │ │ ├── <initializer>() initializer (stable)
1947
+ │ │ └─┬ useScope(scope) method (stable)
1948
+ │ │ ├─┬ parameters
1949
+ │ │ │ └─┬ scope
1950
+ │ │ │ └── type: @scope/jsii-calc-lib.Number
1951
+ │ │ └── returns: @scope/jsii-calc-lib.Number
1920
1952
  │ ├─┬ class PartiallyInitializedThisConsumer (stable)
1921
1953
  │ │ └─┬ members
1922
1954
  │ │ ├── <initializer>() initializer (stable)
@@ -3185,6 +3217,20 @@ exports[`jsii-tree --all 1`] = `
3185
3217
  │ │ ├── abstract
3186
3218
  │ │ ├── immutable
3187
3219
  │ │ └── type: Optional<string>
3220
+ │ ├─┬ interface ParamShadowsBuiltinsProps (stable)
3221
+ │ │ └─┬ members
3222
+ │ │ ├─┬ booleanProperty property (stable)
3223
+ │ │ │ ├── abstract
3224
+ │ │ │ ├── immutable
3225
+ │ │ │ └── type: boolean
3226
+ │ │ ├─┬ stringProperty property (stable)
3227
+ │ │ │ ├── abstract
3228
+ │ │ │ ├── immutable
3229
+ │ │ │ └── type: string
3230
+ │ │ └─┬ structProperty property (stable)
3231
+ │ │ ├── abstract
3232
+ │ │ ├── immutable
3233
+ │ │ └── type: jsii-calc.StructA
3188
3234
  │ ├─┬ interface ParentStruct982 (stable)
3189
3235
  │ │ └─┬ members
3190
3236
  │ │ └─┬ foo property (stable)
@@ -3627,6 +3673,10 @@ exports[`jsii-tree --inheritance 1`] = `
3627
3673
  │ │ │ │ └── interfaces: IRandomNumberGenerator
3628
3674
  │ │ │ └─┬ types
3629
3675
  │ │ │ └── class Cdk16625
3676
+ │ │ ├─┬ cdk22369
3677
+ │ │ │ └─┬ types
3678
+ │ │ │ ├── class AcceptsPath
3679
+ │ │ │ └── interface AcceptsPathProps
3630
3680
  │ │ ├─┬ composition
3631
3681
  │ │ │ └─┬ types
3632
3682
  │ │ │ ├─┬ class CompositeOperation
@@ -3903,6 +3953,8 @@ exports[`jsii-tree --inheritance 1`] = `
3903
3953
  │ ├── class OptionalStructConsumer
3904
3954
  │ ├── class OverridableProtectedMember
3905
3955
  │ ├── class OverrideReturnsObject
3956
+ │ ├── class ParamShadowsBuiltins
3957
+ │ ├── class ParamShadowsScope
3906
3958
  │ ├── class PartiallyInitializedThisConsumer
3907
3959
  │ ├── class Polymorphism
3908
3960
  │ ├─┬ class Power
@@ -4043,6 +4095,7 @@ exports[`jsii-tree --inheritance 1`] = `
4043
4095
  │ ├── interface NestedStruct
4044
4096
  │ ├── interface NullShouldBeTreatedAsUndefinedData
4045
4097
  │ ├── interface OptionalStruct
4098
+ │ ├── interface ParamShadowsBuiltinsProps
4046
4099
  │ ├── interface ParentStruct982
4047
4100
  │ ├── interface RootStruct
4048
4101
  │ ├── interface SecondLevelStruct
@@ -4188,6 +4241,14 @@ exports[`jsii-tree --members 1`] = `
4188
4241
  │ │ │ ├── <initializer>() initializer
4189
4242
  │ │ │ ├── test() method
4190
4243
  │ │ │ └── unwrap(gen) method
4244
+ │ │ ├─┬ cdk22369
4245
+ │ │ │ └─┬ types
4246
+ │ │ │ ├─┬ class AcceptsPath
4247
+ │ │ │ │ └─┬ members
4248
+ │ │ │ │ └── <initializer>(props) initializer
4249
+ │ │ │ └─┬ interface AcceptsPathProps
4250
+ │ │ │ └─┬ members
4251
+ │ │ │ └── sourcePath property
4191
4252
  │ │ ├─┬ composition
4192
4253
  │ │ │ └─┬ types
4193
4254
  │ │ │ ├─┬ class CompositeOperation
@@ -5034,6 +5095,13 @@ exports[`jsii-tree --members 1`] = `
5034
5095
  │ │ └─┬ members
5035
5096
  │ │ ├── <initializer>() initializer
5036
5097
  │ │ └── test(obj) method
5098
+ │ ├─┬ class ParamShadowsBuiltins
5099
+ │ │ └─┬ members
5100
+ │ │ └── <initializer>(builtins,str,props) initializer
5101
+ │ ├─┬ class ParamShadowsScope
5102
+ │ │ └─┬ members
5103
+ │ │ ├── <initializer>() initializer
5104
+ │ │ └── useScope(scope) method
5037
5105
  │ ├─┬ class PartiallyInitializedThisConsumer
5038
5106
  │ │ └─┬ members
5039
5107
  │ │ ├── <initializer>() initializer
@@ -5554,6 +5622,11 @@ exports[`jsii-tree --members 1`] = `
5554
5622
  │ ├─┬ interface OptionalStruct
5555
5623
  │ │ └─┬ members
5556
5624
  │ │ └── field property
5625
+ │ ├─┬ interface ParamShadowsBuiltinsProps
5626
+ │ │ └─┬ members
5627
+ │ │ ├── booleanProperty property
5628
+ │ │ ├── stringProperty property
5629
+ │ │ └── structProperty property
5557
5630
  │ ├─┬ interface ParentStruct982
5558
5631
  │ │ └─┬ members
5559
5632
  │ │ └── foo property
@@ -5763,6 +5836,7 @@ exports[`jsii-tree --signatures 1`] = `
5763
5836
  │ ├─┬ cdk16625
5764
5837
  │ │ └─┬ submodules
5765
5838
  │ │ └── donotimport
5839
+ │ ├── cdk22369
5766
5840
  │ ├── composition
5767
5841
  │ ├─┬ homonymousForwardReferences
5768
5842
  │ │ └─┬ submodules
@@ -5842,6 +5916,10 @@ exports[`jsii-tree --types 1`] = `
5842
5916
  │ │ │ │ └── class UnimportedSubmoduleType
5843
5917
  │ │ │ └─┬ types
5844
5918
  │ │ │ └── class Cdk16625
5919
+ │ │ ├─┬ cdk22369
5920
+ │ │ │ └─┬ types
5921
+ │ │ │ ├── class AcceptsPath
5922
+ │ │ │ └── interface AcceptsPathProps
5845
5923
  │ │ ├─┬ composition
5846
5924
  │ │ │ └─┬ types
5847
5925
  │ │ │ ├── class CompositeOperation
@@ -6060,6 +6138,8 @@ exports[`jsii-tree --types 1`] = `
6060
6138
  │ ├── class OptionalStructConsumer
6061
6139
  │ ├── class OverridableProtectedMember
6062
6140
  │ ├── class OverrideReturnsObject
6141
+ │ ├── class ParamShadowsBuiltins
6142
+ │ ├── class ParamShadowsScope
6063
6143
  │ ├── class PartiallyInitializedThisConsumer
6064
6144
  │ ├── class Polymorphism
6065
6145
  │ ├── class Power
@@ -6165,6 +6245,7 @@ exports[`jsii-tree --types 1`] = `
6165
6245
  │ ├── interface NestedStruct
6166
6246
  │ ├── interface NullShouldBeTreatedAsUndefinedData
6167
6247
  │ ├── interface OptionalStruct
6248
+ │ ├── interface ParamShadowsBuiltinsProps
6168
6249
  │ ├── interface ParentStruct982
6169
6250
  │ ├── interface RootStruct
6170
6251
  │ ├── interface SecondLevelStruct
@@ -6241,6 +6322,7 @@ exports[`jsii-tree 1`] = `
6241
6322
  │ ├─┬ cdk16625
6242
6323
  │ │ └─┬ submodules
6243
6324
  │ │ └── donotimport
6325
+ │ ├── cdk22369
6244
6326
  │ ├── composition
6245
6327
  │ ├─┬ homonymousForwardReferences
6246
6328
  │ │ └─┬ submodules
@@ -12,6 +12,7 @@ exports[`defaults 1`] = `
12
12
  │ ├─┬ cdk16625
13
13
  │ │ └─┬ submodules
14
14
  │ │ └── donotimport
15
+ │ ├── cdk22369
15
16
  │ ├── composition
16
17
  │ ├─┬ homonymousForwardReferences
17
18
  │ │ └─┬ submodules
@@ -70,6 +71,7 @@ exports[`inheritance 1`] = `
70
71
  │ ├─┬ cdk16625
71
72
  │ │ └─┬ submodules
72
73
  │ │ └── donotimport
74
+ │ ├── cdk22369
73
75
  │ ├── composition
74
76
  │ ├─┬ homonymousForwardReferences
75
77
  │ │ └─┬ submodules
@@ -128,6 +130,7 @@ exports[`members 1`] = `
128
130
  │ ├─┬ cdk16625
129
131
  │ │ └─┬ submodules
130
132
  │ │ └── donotimport
133
+ │ ├── cdk22369
131
134
  │ ├── composition
132
135
  │ ├─┬ homonymousForwardReferences
133
136
  │ │ └─┬ submodules
@@ -310,6 +313,20 @@ exports[`showAll 1`] = `
310
313
  │ │ │ │ └─┬ gen
311
314
  │ │ │ │ └── type: jsii-calc.IRandomNumberGenerator
312
315
  │ │ │ └── returns: number
316
+ │ │ ├─┬ cdk22369
317
+ │ │ │ └─┬ types
318
+ │ │ │ ├─┬ class AcceptsPath
319
+ │ │ │ │ └─┬ members
320
+ │ │ │ │ └─┬ <initializer>(props) initializer
321
+ │ │ │ │ └─┬ parameters
322
+ │ │ │ │ └─┬ props
323
+ │ │ │ │ └── type: jsii-calc.cdk22369.AcceptsPathProps
324
+ │ │ │ └─┬ interface AcceptsPathProps
325
+ │ │ │ └─┬ members
326
+ │ │ │ └─┬ sourcePath property
327
+ │ │ │ ├── abstract
328
+ │ │ │ ├── immutable
329
+ │ │ │ └── type: string
313
330
  │ │ ├─┬ composition
314
331
  │ │ │ └─┬ types
315
332
  │ │ │ ├─┬ class CompositeOperation
@@ -2091,6 +2108,24 @@ exports[`showAll 1`] = `
2091
2108
  │ │ │ └─┬ obj
2092
2109
  │ │ │ └── type: jsii-calc.IReturnsNumber
2093
2110
  │ │ └── returns: number
2111
+ │ ├─┬ class ParamShadowsBuiltins
2112
+ │ │ └─┬ members
2113
+ │ │ └─┬ <initializer>(builtins,str,props) initializer
2114
+ │ │ └─┬ parameters
2115
+ │ │ ├─┬ builtins
2116
+ │ │ │ └── type: string
2117
+ │ │ ├─┬ str
2118
+ │ │ │ └── type: string
2119
+ │ │ └─┬ props
2120
+ │ │ └── type: jsii-calc.ParamShadowsBuiltinsProps
2121
+ │ ├─┬ class ParamShadowsScope
2122
+ │ │ └─┬ members
2123
+ │ │ ├── <initializer>() initializer
2124
+ │ │ └─┬ useScope(scope) method
2125
+ │ │ ├─┬ parameters
2126
+ │ │ │ └─┬ scope
2127
+ │ │ │ └── type: @scope/jsii-calc-lib.Number
2128
+ │ │ └── returns: @scope/jsii-calc-lib.Number
2094
2129
  │ ├─┬ class PartiallyInitializedThisConsumer
2095
2130
  │ │ └─┬ members
2096
2131
  │ │ ├── <initializer>() initializer
@@ -3359,6 +3394,20 @@ exports[`showAll 1`] = `
3359
3394
  │ │ ├── abstract
3360
3395
  │ │ ├── immutable
3361
3396
  │ │ └── type: Optional<string>
3397
+ │ ├─┬ interface ParamShadowsBuiltinsProps
3398
+ │ │ └─┬ members
3399
+ │ │ ├─┬ booleanProperty property
3400
+ │ │ │ ├── abstract
3401
+ │ │ │ ├── immutable
3402
+ │ │ │ └── type: boolean
3403
+ │ │ ├─┬ stringProperty property
3404
+ │ │ │ ├── abstract
3405
+ │ │ │ ├── immutable
3406
+ │ │ │ └── type: string
3407
+ │ │ └─┬ structProperty property
3408
+ │ │ ├── abstract
3409
+ │ │ ├── immutable
3410
+ │ │ └── type: jsii-calc.StructA
3362
3411
  │ ├─┬ interface ParentStruct982
3363
3412
  │ │ └─┬ members
3364
3413
  │ │ └─┬ foo property
@@ -3778,6 +3827,7 @@ exports[`signatures 1`] = `
3778
3827
  │ ├─┬ cdk16625
3779
3828
  │ │ └─┬ submodules
3780
3829
  │ │ └── donotimport
3830
+ │ ├── cdk22369
3781
3831
  │ ├── composition
3782
3832
  │ ├─┬ homonymousForwardReferences
3783
3833
  │ │ └─┬ submodules
@@ -3857,6 +3907,10 @@ exports[`types 1`] = `
3857
3907
  │ │ │ │ └── class UnimportedSubmoduleType
3858
3908
  │ │ │ └─┬ types
3859
3909
  │ │ │ └── class Cdk16625
3910
+ │ │ ├─┬ cdk22369
3911
+ │ │ │ └─┬ types
3912
+ │ │ │ ├── class AcceptsPath
3913
+ │ │ │ └── interface AcceptsPathProps
3860
3914
  │ │ ├─┬ composition
3861
3915
  │ │ │ └─┬ types
3862
3916
  │ │ │ ├── class CompositeOperation
@@ -4075,6 +4129,8 @@ exports[`types 1`] = `
4075
4129
  │ ├── class OptionalStructConsumer
4076
4130
  │ ├── class OverridableProtectedMember
4077
4131
  │ ├── class OverrideReturnsObject
4132
+ │ ├── class ParamShadowsBuiltins
4133
+ │ ├── class ParamShadowsScope
4078
4134
  │ ├── class PartiallyInitializedThisConsumer
4079
4135
  │ ├── class Polymorphism
4080
4136
  │ ├── class Power
@@ -4180,6 +4236,7 @@ exports[`types 1`] = `
4180
4236
  │ ├── interface NestedStruct
4181
4237
  │ ├── interface NullShouldBeTreatedAsUndefinedData
4182
4238
  │ ├── interface OptionalStruct
4239
+ │ ├── interface ParamShadowsBuiltinsProps
4183
4240
  │ ├── interface ParentStruct982
4184
4241
  │ ├── interface RootStruct
4185
4242
  │ ├── interface SecondLevelStruct
@@ -118,6 +118,8 @@ exports[`TypeSystem.classes lists all the classes in the typesystem 1`] = `
118
118
  "jsii-calc.OptionalStructConsumer",
119
119
  "jsii-calc.OverridableProtectedMember",
120
120
  "jsii-calc.OverrideReturnsObject",
121
+ "jsii-calc.ParamShadowsBuiltins",
122
+ "jsii-calc.ParamShadowsScope",
121
123
  "jsii-calc.PartiallyInitializedThisConsumer",
122
124
  "jsii-calc.Polymorphism",
123
125
  "jsii-calc.Power",
@@ -164,6 +166,7 @@ exports[`TypeSystem.classes lists all the classes in the typesystem 1`] = `
164
166
  "jsii-calc.anonymous.UseOptions",
165
167
  "jsii-calc.cdk16625.Cdk16625",
166
168
  "jsii-calc.cdk16625.donotimport.UnimportedSubmoduleType",
169
+ "jsii-calc.cdk22369.AcceptsPath",
167
170
  "jsii-calc.composition.CompositeOperation",
168
171
  "jsii-calc.homonymousForwardReferences.bar.Consumer",
169
172
  "jsii-calc.homonymousForwardReferences.foo.Consumer",