jsii-reflect 1.64.0 → 1.66.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.64.0",
3
+ "version": "1.66.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.64.0",
38
- "@jsii/spec": "^1.64.0",
37
+ "@jsii/check-node": "1.66.0",
38
+ "@jsii/spec": "^1.66.0",
39
39
  "chalk": "^4",
40
40
  "fs-extra": "^10.1.0",
41
- "oo-ascii-tree": "^1.64.0",
41
+ "oo-ascii-tree": "^1.66.0",
42
42
  "yargs": "^16.2.0"
43
43
  },
44
44
  "devDependencies": {
45
- "@scope/jsii-calc-lib": "^1.64.0",
45
+ "@scope/jsii-calc-lib": "^1.66.0",
46
46
  "@types/fs-extra": "^9.0.13",
47
- "jsii": "^1.64.0",
48
- "jsii-build-tools": "^1.64.0",
47
+ "jsii": "^1.66.0",
48
+ "jsii-build-tools": "^1.66.0",
49
49
  "jsii-calc": "^3.20.120"
50
50
  }
51
51
  }
@@ -78,6 +78,38 @@ exports[`jsii-tree --all 1`] = `
78
78
  │ │ │ ├── abstract
79
79
  │ │ │ ├── immutable
80
80
  │ │ │ └── type: string
81
+ │ │ ├─┬ anonymous
82
+ │ │ │ └─┬ types
83
+ │ │ │ ├─┬ class UseOptions (stable)
84
+ │ │ │ │ └─┬ members
85
+ │ │ │ │ ├─┬ static consume(option) method (stable)
86
+ │ │ │ │ │ ├── static
87
+ │ │ │ │ │ ├─┬ parameters
88
+ │ │ │ │ │ │ └─┬ option
89
+ │ │ │ │ │ │ └── type: jsii-calc.anonymous.IOptionA | jsii-calc.anonymous.IOptionB
90
+ │ │ │ │ │ └── returns: string
91
+ │ │ │ │ ├─┬ static privideAsAny(which) method (stable)
92
+ │ │ │ │ │ ├── static
93
+ │ │ │ │ │ ├─┬ parameters
94
+ │ │ │ │ │ │ └─┬ which
95
+ │ │ │ │ │ │ └── type: string
96
+ │ │ │ │ │ └── returns: any
97
+ │ │ │ │ └─┬ static provide(which) method (stable)
98
+ │ │ │ │ ├── static
99
+ │ │ │ │ ├─┬ parameters
100
+ │ │ │ │ │ └─┬ which
101
+ │ │ │ │ │ └── type: string
102
+ │ │ │ │ └── returns: jsii-calc.anonymous.IOptionA | jsii-calc.anonymous.IOptionB
103
+ │ │ │ ├─┬ interface IOptionA (stable)
104
+ │ │ │ │ └─┬ members
105
+ │ │ │ │ └─┬ doSomething() method (stable)
106
+ │ │ │ │ ├── abstract
107
+ │ │ │ │ └── returns: string
108
+ │ │ │ └─┬ interface IOptionB (stable)
109
+ │ │ │ └─┬ members
110
+ │ │ │ └─┬ doSomethingElse() method (stable)
111
+ │ │ │ ├── abstract
112
+ │ │ │ └── returns: string
81
113
  │ │ ├─┬ cdk16625
82
114
  │ │ │ ├─┬ submodules
83
115
  │ │ │ │ └─┬ donotimport
@@ -936,6 +968,14 @@ exports[`jsii-tree --all 1`] = `
936
968
  │ │ ├── <initializer>() initializer (stable)
937
969
  │ │ └─┬ mutableObject property (stable)
938
970
  │ │ └── type: jsii-calc.IMutableObjectLiteral
971
+ │ ├─┬ class ClassWithNestedUnion (stable)
972
+ │ │ └─┬ members
973
+ │ │ ├─┬ <initializer>(unionProperty) initializer (stable)
974
+ │ │ │ └─┬ parameters
975
+ │ │ │ └─┬ unionProperty
976
+ │ │ │ └── type: Array<Map<string => jsii-calc.StructA | jsii-calc.StructB> | Array<jsii-calc.StructA | jsii-calc.StructB>>
977
+ │ │ └─┬ unionProperty property (stable)
978
+ │ │ └── type: Array<Map<string => jsii-calc.StructA | jsii-calc.StructB> | Array<jsii-calc.StructA | jsii-calc.StructB>>
939
979
  │ ├─┬ class ClassWithPrivateConstructorAndAutomaticProperties (stable)
940
980
  │ │ ├── interfaces: IInterfaceWithProperties
941
981
  │ │ └─┬ members
@@ -2132,12 +2172,18 @@ exports[`jsii-tree --all 1`] = `
2132
2172
  │ │ │ │ └─┬ struct
2133
2173
  │ │ │ │ └── type: jsii-calc.StructA | jsii-calc.StructB
2134
2174
  │ │ │ └── returns: boolean
2135
- │ │ └─┬ static isStructB(struct) method (stable)
2175
+ │ │ ├─┬ static isStructB(struct) method (stable)
2176
+ │ │ │ ├── static
2177
+ │ │ │ ├─┬ parameters
2178
+ │ │ │ │ └─┬ struct
2179
+ │ │ │ │ └── type: jsii-calc.StructA | jsii-calc.StructB
2180
+ │ │ │ └── returns: boolean
2181
+ │ │ └─┬ static provideStruct(which) method (stable)
2136
2182
  │ │ ├── static
2137
2183
  │ │ ├─┬ parameters
2138
- │ │ │ └─┬ struct
2139
- │ │ │ └── type: jsii-calc.StructA | jsii-calc.StructB
2140
- │ │ └── returns: boolean
2184
+ │ │ │ └─┬ which
2185
+ │ │ │ └── type: string
2186
+ │ │ └── returns: jsii-calc.StructA | jsii-calc.StructB
2141
2187
  │ ├─┬ class Sum (stable)
2142
2188
  │ │ ├── base: CompositeOperation
2143
2189
  │ │ └─┬ members
@@ -2363,6 +2409,16 @@ exports[`jsii-tree --all 1`] = `
2363
2409
  │ │ │ ├── type: number
2364
2410
  │ │ │ └── variadic
2365
2411
  │ │ └── returns: Array<number>
2412
+ │ ├─┬ class VariadicTypeUnion (stable)
2413
+ │ │ └─┬ members
2414
+ │ │ ├─┬ <initializer>(union) initializer (stable)
2415
+ │ │ │ ├── variadic
2416
+ │ │ │ └─┬ parameters
2417
+ │ │ │ └─┬ union
2418
+ │ │ │ ├── type: jsii-calc.StructA | jsii-calc.StructB
2419
+ │ │ │ └── variadic
2420
+ │ │ └─┬ union property (stable)
2421
+ │ │ └── type: Array<jsii-calc.StructA | jsii-calc.StructB>
2366
2422
  │ ├─┬ class VirtualMethodPlayground (stable)
2367
2423
  │ │ └─┬ members
2368
2424
  │ │ ├── <initializer>() initializer (stable)
@@ -3479,6 +3535,11 @@ exports[`jsii-tree --inheritance 1`] = `
3479
3535
  │ │ │ ├── class ClassWithSelfKwarg
3480
3536
  │ │ │ ├── interface IInterfaceWithSelf
3481
3537
  │ │ │ └── interface StructWithSelf
3538
+ │ │ ├─┬ anonymous
3539
+ │ │ │ └─┬ types
3540
+ │ │ │ ├── class UseOptions
3541
+ │ │ │ ├── interface IOptionA
3542
+ │ │ │ └── interface IOptionB
3482
3543
  │ │ ├─┬ cdk16625
3483
3544
  │ │ │ ├─┬ submodules
3484
3545
  │ │ │ │ └─┬ donotimport
@@ -3661,6 +3722,7 @@ exports[`jsii-tree --inheritance 1`] = `
3661
3722
  │ ├── class ClassWithDocs
3662
3723
  │ ├── class ClassWithJavaReservedWords
3663
3724
  │ ├── class ClassWithMutableObjectLiteralProperty
3725
+ │ ├── class ClassWithNestedUnion
3664
3726
  │ ├─┬ class ClassWithPrivateConstructorAndAutomaticProperties
3665
3727
  │ │ └── interfaces: IInterfaceWithProperties
3666
3728
  │ ├── class ConfusingToJackson
@@ -3786,6 +3848,7 @@ exports[`jsii-tree --inheritance 1`] = `
3786
3848
  │ ├── class UsesInterfaceWithProperties
3787
3849
  │ ├── class VariadicInvoker
3788
3850
  │ ├── class VariadicMethod
3851
+ │ ├── class VariadicTypeUnion
3789
3852
  │ ├── class VirtualMethodPlayground
3790
3853
  │ ├── class VoidCallback
3791
3854
  │ ├── class WithPrivatePropertyInConstructor
@@ -3996,6 +4059,19 @@ exports[`jsii-tree --members 1`] = `
3996
4059
  │ │ │ └─┬ interface StructWithSelf
3997
4060
  │ │ │ └─┬ members
3998
4061
  │ │ │ └── self property
4062
+ │ │ ├─┬ anonymous
4063
+ │ │ │ └─┬ types
4064
+ │ │ │ ├─┬ class UseOptions
4065
+ │ │ │ │ └─┬ members
4066
+ │ │ │ │ ├── static consume(option) method
4067
+ │ │ │ │ ├── static privideAsAny(which) method
4068
+ │ │ │ │ └── static provide(which) method
4069
+ │ │ │ ├─┬ interface IOptionA
4070
+ │ │ │ │ └─┬ members
4071
+ │ │ │ │ └── doSomething() method
4072
+ │ │ │ └─┬ interface IOptionB
4073
+ │ │ │ └─┬ members
4074
+ │ │ │ └── doSomethingElse() method
3999
4075
  │ │ ├─┬ cdk16625
4000
4076
  │ │ │ ├─┬ submodules
4001
4077
  │ │ │ │ └─┬ donotimport
@@ -4426,6 +4502,10 @@ exports[`jsii-tree --members 1`] = `
4426
4502
  │ │ └─┬ members
4427
4503
  │ │ ├── <initializer>() initializer
4428
4504
  │ │ └── mutableObject property
4505
+ │ ├─┬ class ClassWithNestedUnion
4506
+ │ │ └─┬ members
4507
+ │ │ ├── <initializer>(unionProperty) initializer
4508
+ │ │ └── unionProperty property
4429
4509
  │ ├─┬ class ClassWithPrivateConstructorAndAutomaticProperties
4430
4510
  │ │ └─┬ members
4431
4511
  │ │ ├── static create(readOnlyString,readWriteString) method
@@ -4952,7 +5032,8 @@ exports[`jsii-tree --members 1`] = `
4952
5032
  │ ├─┬ class StructUnionConsumer
4953
5033
  │ │ └─┬ members
4954
5034
  │ │ ├── static isStructA(struct) method
4955
- │ │ └── static isStructB(struct) method
5035
+ │ │ ├── static isStructB(struct) method
5036
+ │ │ └── static provideStruct(which) method
4956
5037
  │ ├─┬ class Sum
4957
5038
  │ │ └─┬ members
4958
5039
  │ │ ├── <initializer>() initializer
@@ -5042,6 +5123,10 @@ exports[`jsii-tree --members 1`] = `
5042
5123
  │ │ └─┬ members
5043
5124
  │ │ ├── <initializer>(prefix) initializer
5044
5125
  │ │ └── asArray(first,others) method
5126
+ │ ├─┬ class VariadicTypeUnion
5127
+ │ │ └─┬ members
5128
+ │ │ ├── <initializer>(union) initializer
5129
+ │ │ └── union property
5045
5130
  │ ├─┬ class VirtualMethodPlayground
5046
5131
  │ │ └─┬ members
5047
5132
  │ │ ├── <initializer>() initializer
@@ -5528,6 +5613,7 @@ exports[`jsii-tree --signatures 1`] = `
5528
5613
  │ ├── InterfaceInNamespaceIncludesClasses
5529
5614
  │ ├── InterfaceInNamespaceOnlyInterface
5530
5615
  │ ├── PythonSelf
5616
+ │ ├── anonymous
5531
5617
  │ ├─┬ cdk16625
5532
5618
  │ │ └─┬ submodules
5533
5619
  │ │ └── donotimport
@@ -5592,6 +5678,11 @@ exports[`jsii-tree --types 1`] = `
5592
5678
  │ │ │ ├── class ClassWithSelfKwarg
5593
5679
  │ │ │ ├── interface IInterfaceWithSelf
5594
5680
  │ │ │ └── interface StructWithSelf
5681
+ │ │ ├─┬ anonymous
5682
+ │ │ │ └─┬ types
5683
+ │ │ │ ├── class UseOptions
5684
+ │ │ │ ├── interface IOptionA
5685
+ │ │ │ └── interface IOptionB
5595
5686
  │ │ ├─┬ cdk16625
5596
5687
  │ │ │ ├─┬ submodules
5597
5688
  │ │ │ │ └─┬ donotimport
@@ -5732,6 +5823,7 @@ exports[`jsii-tree --types 1`] = `
5732
5823
  │ ├── class ClassWithDocs
5733
5824
  │ ├── class ClassWithJavaReservedWords
5734
5825
  │ ├── class ClassWithMutableObjectLiteralProperty
5826
+ │ ├── class ClassWithNestedUnion
5735
5827
  │ ├── class ClassWithPrivateConstructorAndAutomaticProperties
5736
5828
  │ ├── class ConfusingToJackson
5737
5829
  │ ├── class ConstructorPassesThisOut
@@ -5835,6 +5927,7 @@ exports[`jsii-tree --types 1`] = `
5835
5927
  │ ├── class UsesInterfaceWithProperties
5836
5928
  │ ├── class VariadicInvoker
5837
5929
  │ ├── class VariadicMethod
5930
+ │ ├── class VariadicTypeUnion
5838
5931
  │ ├── class VirtualMethodPlayground
5839
5932
  │ ├── class VoidCallback
5840
5933
  │ ├── class WithPrivatePropertyInConstructor
@@ -5970,6 +6063,7 @@ exports[`jsii-tree 1`] = `
5970
6063
  │ ├── InterfaceInNamespaceIncludesClasses
5971
6064
  │ ├── InterfaceInNamespaceOnlyInterface
5972
6065
  │ ├── PythonSelf
6066
+ │ ├── anonymous
5973
6067
  │ ├─┬ cdk16625
5974
6068
  │ │ └─┬ submodules
5975
6069
  │ │ └── donotimport
@@ -8,6 +8,7 @@ exports[`defaults 1`] = `
8
8
  │ ├── InterfaceInNamespaceIncludesClasses
9
9
  │ ├── InterfaceInNamespaceOnlyInterface
10
10
  │ ├── PythonSelf
11
+ │ ├── anonymous
11
12
  │ ├─┬ cdk16625
12
13
  │ │ └─┬ submodules
13
14
  │ │ └── donotimport
@@ -59,6 +60,7 @@ exports[`inheritance 1`] = `
59
60
  │ ├── InterfaceInNamespaceIncludesClasses
60
61
  │ ├── InterfaceInNamespaceOnlyInterface
61
62
  │ ├── PythonSelf
63
+ │ ├── anonymous
62
64
  │ ├─┬ cdk16625
63
65
  │ │ └─┬ submodules
64
66
  │ │ └── donotimport
@@ -110,6 +112,7 @@ exports[`members 1`] = `
110
112
  │ ├── InterfaceInNamespaceIncludesClasses
111
113
  │ ├── InterfaceInNamespaceOnlyInterface
112
114
  │ ├── PythonSelf
115
+ │ ├── anonymous
113
116
  │ ├─┬ cdk16625
114
117
  │ │ └─┬ submodules
115
118
  │ │ └── donotimport
@@ -231,6 +234,38 @@ exports[`showAll 1`] = `
231
234
  │ │ │ ├── abstract
232
235
  │ │ │ ├── immutable
233
236
  │ │ │ └── type: string
237
+ │ │ ├─┬ anonymous
238
+ │ │ │ └─┬ types
239
+ │ │ │ ├─┬ class UseOptions
240
+ │ │ │ │ └─┬ members
241
+ │ │ │ │ ├─┬ static consume(option) method
242
+ │ │ │ │ │ ├── static
243
+ │ │ │ │ │ ├─┬ parameters
244
+ │ │ │ │ │ │ └─┬ option
245
+ │ │ │ │ │ │ └── type: jsii-calc.anonymous.IOptionA | jsii-calc.anonymous.IOptionB
246
+ │ │ │ │ │ └── returns: string
247
+ │ │ │ │ ├─┬ static privideAsAny(which) method
248
+ │ │ │ │ │ ├── static
249
+ │ │ │ │ │ ├─┬ parameters
250
+ │ │ │ │ │ │ └─┬ which
251
+ │ │ │ │ │ │ └── type: string
252
+ │ │ │ │ │ └── returns: any
253
+ │ │ │ │ └─┬ static provide(which) method
254
+ │ │ │ │ ├── static
255
+ │ │ │ │ ├─┬ parameters
256
+ │ │ │ │ │ └─┬ which
257
+ │ │ │ │ │ └── type: string
258
+ │ │ │ │ └── returns: jsii-calc.anonymous.IOptionA | jsii-calc.anonymous.IOptionB
259
+ │ │ │ ├─┬ interface IOptionA
260
+ │ │ │ │ └─┬ members
261
+ │ │ │ │ └─┬ doSomething() method
262
+ │ │ │ │ ├── abstract
263
+ │ │ │ │ └── returns: string
264
+ │ │ │ └─┬ interface IOptionB
265
+ │ │ │ └─┬ members
266
+ │ │ │ └─┬ doSomethingElse() method
267
+ │ │ │ ├── abstract
268
+ │ │ │ └── returns: string
234
269
  │ │ ├─┬ cdk16625
235
270
  │ │ │ ├─┬ submodules
236
271
  │ │ │ │ └─┬ donotimport
@@ -1089,6 +1124,14 @@ exports[`showAll 1`] = `
1089
1124
  │ │ ├── <initializer>() initializer
1090
1125
  │ │ └─┬ mutableObject property
1091
1126
  │ │ └── type: jsii-calc.IMutableObjectLiteral
1127
+ │ ├─┬ class ClassWithNestedUnion
1128
+ │ │ └─┬ members
1129
+ │ │ ├─┬ <initializer>(unionProperty) initializer
1130
+ │ │ │ └─┬ parameters
1131
+ │ │ │ └─┬ unionProperty
1132
+ │ │ │ └── type: Array<Map<string => jsii-calc.StructA | jsii-calc.StructB> | Array<jsii-calc.StructA | jsii-calc.StructB>>
1133
+ │ │ └─┬ unionProperty property
1134
+ │ │ └── type: Array<Map<string => jsii-calc.StructA | jsii-calc.StructB> | Array<jsii-calc.StructA | jsii-calc.StructB>>
1092
1135
  │ ├─┬ class ClassWithPrivateConstructorAndAutomaticProperties
1093
1136
  │ │ ├── interfaces: IInterfaceWithProperties
1094
1137
  │ │ └─┬ members
@@ -2285,12 +2328,18 @@ exports[`showAll 1`] = `
2285
2328
  │ │ │ │ └─┬ struct
2286
2329
  │ │ │ │ └── type: jsii-calc.StructA | jsii-calc.StructB
2287
2330
  │ │ │ └── returns: boolean
2288
- │ │ └─┬ static isStructB(struct) method
2331
+ │ │ ├─┬ static isStructB(struct) method
2332
+ │ │ │ ├── static
2333
+ │ │ │ ├─┬ parameters
2334
+ │ │ │ │ └─┬ struct
2335
+ │ │ │ │ └── type: jsii-calc.StructA | jsii-calc.StructB
2336
+ │ │ │ └── returns: boolean
2337
+ │ │ └─┬ static provideStruct(which) method
2289
2338
  │ │ ├── static
2290
2339
  │ │ ├─┬ parameters
2291
- │ │ │ └─┬ struct
2292
- │ │ │ └── type: jsii-calc.StructA | jsii-calc.StructB
2293
- │ │ └── returns: boolean
2340
+ │ │ │ └─┬ which
2341
+ │ │ │ └── type: string
2342
+ │ │ └── returns: jsii-calc.StructA | jsii-calc.StructB
2294
2343
  │ ├─┬ class Sum
2295
2344
  │ │ ├── base: CompositeOperation
2296
2345
  │ │ └─┬ members
@@ -2516,6 +2565,16 @@ exports[`showAll 1`] = `
2516
2565
  │ │ │ ├── type: number
2517
2566
  │ │ │ └── variadic
2518
2567
  │ │ └── returns: Array<number>
2568
+ │ ├─┬ class VariadicTypeUnion
2569
+ │ │ └─┬ members
2570
+ │ │ ├─┬ <initializer>(union) initializer
2571
+ │ │ │ ├── variadic
2572
+ │ │ │ └─┬ parameters
2573
+ │ │ │ └─┬ union
2574
+ │ │ │ ├── type: jsii-calc.StructA | jsii-calc.StructB
2575
+ │ │ │ └── variadic
2576
+ │ │ └─┬ union property
2577
+ │ │ └── type: Array<jsii-calc.StructA | jsii-calc.StructB>
2519
2578
  │ ├─┬ class VirtualMethodPlayground
2520
2579
  │ │ └─┬ members
2521
2580
  │ │ ├── <initializer>() initializer
@@ -3618,6 +3677,7 @@ exports[`signatures 1`] = `
3618
3677
  │ ├── InterfaceInNamespaceIncludesClasses
3619
3678
  │ ├── InterfaceInNamespaceOnlyInterface
3620
3679
  │ ├── PythonSelf
3680
+ │ ├── anonymous
3621
3681
  │ ├─┬ cdk16625
3622
3682
  │ │ └─┬ submodules
3623
3683
  │ │ └── donotimport
@@ -3682,6 +3742,11 @@ exports[`types 1`] = `
3682
3742
  │ │ │ ├── class ClassWithSelfKwarg
3683
3743
  │ │ │ ├── interface IInterfaceWithSelf
3684
3744
  │ │ │ └── interface StructWithSelf
3745
+ │ │ ├─┬ anonymous
3746
+ │ │ │ └─┬ types
3747
+ │ │ │ ├── class UseOptions
3748
+ │ │ │ ├── interface IOptionA
3749
+ │ │ │ └── interface IOptionB
3685
3750
  │ │ ├─┬ cdk16625
3686
3751
  │ │ │ ├─┬ submodules
3687
3752
  │ │ │ │ └─┬ donotimport
@@ -3822,6 +3887,7 @@ exports[`types 1`] = `
3822
3887
  │ ├── class ClassWithDocs
3823
3888
  │ ├── class ClassWithJavaReservedWords
3824
3889
  │ ├── class ClassWithMutableObjectLiteralProperty
3890
+ │ ├── class ClassWithNestedUnion
3825
3891
  │ ├── class ClassWithPrivateConstructorAndAutomaticProperties
3826
3892
  │ ├── class ConfusingToJackson
3827
3893
  │ ├── class ConstructorPassesThisOut
@@ -3925,6 +3991,7 @@ exports[`types 1`] = `
3925
3991
  │ ├── class UsesInterfaceWithProperties
3926
3992
  │ ├── class VariadicInvoker
3927
3993
  │ ├── class VariadicMethod
3994
+ │ ├── class VariadicTypeUnion
3928
3995
  │ ├── class VirtualMethodPlayground
3929
3996
  │ ├── class VoidCallback
3930
3997
  │ ├── class WithPrivatePropertyInConstructor
@@ -47,6 +47,7 @@ Array [
47
47
  "jsii-calc.ClassWithDocs",
48
48
  "jsii-calc.ClassWithJavaReservedWords",
49
49
  "jsii-calc.ClassWithMutableObjectLiteralProperty",
50
+ "jsii-calc.ClassWithNestedUnion",
50
51
  "jsii-calc.ClassWithPrivateConstructorAndAutomaticProperties",
51
52
  "jsii-calc.ConfusingToJackson",
52
53
  "jsii-calc.ConstructorPassesThisOut",
@@ -155,9 +156,11 @@ Array [
155
156
  "jsii-calc.UsesInterfaceWithProperties",
156
157
  "jsii-calc.VariadicInvoker",
157
158
  "jsii-calc.VariadicMethod",
159
+ "jsii-calc.VariadicTypeUnion",
158
160
  "jsii-calc.VirtualMethodPlayground",
159
161
  "jsii-calc.VoidCallback",
160
162
  "jsii-calc.WithPrivatePropertyInConstructor",
163
+ "jsii-calc.anonymous.UseOptions",
161
164
  "jsii-calc.cdk16625.Cdk16625",
162
165
  "jsii-calc.cdk16625.donotimport.UnimportedSubmoduleType",
163
166
  "jsii-calc.composition.CompositeOperation",