jsii-reflect 1.64.0 → 1.65.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.65.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.65.0",
38
+ "@jsii/spec": "^1.65.0",
39
39
  "chalk": "^4",
40
40
  "fs-extra": "^10.1.0",
41
- "oo-ascii-tree": "^1.64.0",
41
+ "oo-ascii-tree": "^1.65.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.65.0",
46
46
  "@types/fs-extra": "^9.0.13",
47
- "jsii": "^1.64.0",
48
- "jsii-build-tools": "^1.64.0",
47
+ "jsii": "^1.65.0",
48
+ "jsii-build-tools": "^1.65.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
@@ -2132,12 +2164,18 @@ exports[`jsii-tree --all 1`] = `
2132
2164
  │ │ │ │ └─┬ struct
2133
2165
  │ │ │ │ └── type: jsii-calc.StructA | jsii-calc.StructB
2134
2166
  │ │ │ └── returns: boolean
2135
- │ │ └─┬ static isStructB(struct) method (stable)
2167
+ │ │ ├─┬ static isStructB(struct) method (stable)
2168
+ │ │ │ ├── static
2169
+ │ │ │ ├─┬ parameters
2170
+ │ │ │ │ └─┬ struct
2171
+ │ │ │ │ └── type: jsii-calc.StructA | jsii-calc.StructB
2172
+ │ │ │ └── returns: boolean
2173
+ │ │ └─┬ static provideStruct(which) method (stable)
2136
2174
  │ │ ├── static
2137
2175
  │ │ ├─┬ parameters
2138
- │ │ │ └─┬ struct
2139
- │ │ │ └── type: jsii-calc.StructA | jsii-calc.StructB
2140
- │ │ └── returns: boolean
2176
+ │ │ │ └─┬ which
2177
+ │ │ │ └── type: string
2178
+ │ │ └── returns: jsii-calc.StructA | jsii-calc.StructB
2141
2179
  │ ├─┬ class Sum (stable)
2142
2180
  │ │ ├── base: CompositeOperation
2143
2181
  │ │ └─┬ members
@@ -3479,6 +3517,11 @@ exports[`jsii-tree --inheritance 1`] = `
3479
3517
  │ │ │ ├── class ClassWithSelfKwarg
3480
3518
  │ │ │ ├── interface IInterfaceWithSelf
3481
3519
  │ │ │ └── interface StructWithSelf
3520
+ │ │ ├─┬ anonymous
3521
+ │ │ │ └─┬ types
3522
+ │ │ │ ├── class UseOptions
3523
+ │ │ │ ├── interface IOptionA
3524
+ │ │ │ └── interface IOptionB
3482
3525
  │ │ ├─┬ cdk16625
3483
3526
  │ │ │ ├─┬ submodules
3484
3527
  │ │ │ │ └─┬ donotimport
@@ -3996,6 +4039,19 @@ exports[`jsii-tree --members 1`] = `
3996
4039
  │ │ │ └─┬ interface StructWithSelf
3997
4040
  │ │ │ └─┬ members
3998
4041
  │ │ │ └── self property
4042
+ │ │ ├─┬ anonymous
4043
+ │ │ │ └─┬ types
4044
+ │ │ │ ├─┬ class UseOptions
4045
+ │ │ │ │ └─┬ members
4046
+ │ │ │ │ ├── static consume(option) method
4047
+ │ │ │ │ ├── static privideAsAny(which) method
4048
+ │ │ │ │ └── static provide(which) method
4049
+ │ │ │ ├─┬ interface IOptionA
4050
+ │ │ │ │ └─┬ members
4051
+ │ │ │ │ └── doSomething() method
4052
+ │ │ │ └─┬ interface IOptionB
4053
+ │ │ │ └─┬ members
4054
+ │ │ │ └── doSomethingElse() method
3999
4055
  │ │ ├─┬ cdk16625
4000
4056
  │ │ │ ├─┬ submodules
4001
4057
  │ │ │ │ └─┬ donotimport
@@ -4952,7 +5008,8 @@ exports[`jsii-tree --members 1`] = `
4952
5008
  │ ├─┬ class StructUnionConsumer
4953
5009
  │ │ └─┬ members
4954
5010
  │ │ ├── static isStructA(struct) method
4955
- │ │ └── static isStructB(struct) method
5011
+ │ │ ├── static isStructB(struct) method
5012
+ │ │ └── static provideStruct(which) method
4956
5013
  │ ├─┬ class Sum
4957
5014
  │ │ └─┬ members
4958
5015
  │ │ ├── <initializer>() initializer
@@ -5528,6 +5585,7 @@ exports[`jsii-tree --signatures 1`] = `
5528
5585
  │ ├── InterfaceInNamespaceIncludesClasses
5529
5586
  │ ├── InterfaceInNamespaceOnlyInterface
5530
5587
  │ ├── PythonSelf
5588
+ │ ├── anonymous
5531
5589
  │ ├─┬ cdk16625
5532
5590
  │ │ └─┬ submodules
5533
5591
  │ │ └── donotimport
@@ -5592,6 +5650,11 @@ exports[`jsii-tree --types 1`] = `
5592
5650
  │ │ │ ├── class ClassWithSelfKwarg
5593
5651
  │ │ │ ├── interface IInterfaceWithSelf
5594
5652
  │ │ │ └── interface StructWithSelf
5653
+ │ │ ├─┬ anonymous
5654
+ │ │ │ └─┬ types
5655
+ │ │ │ ├── class UseOptions
5656
+ │ │ │ ├── interface IOptionA
5657
+ │ │ │ └── interface IOptionB
5595
5658
  │ │ ├─┬ cdk16625
5596
5659
  │ │ │ ├─┬ submodules
5597
5660
  │ │ │ │ └─┬ donotimport
@@ -5970,6 +6033,7 @@ exports[`jsii-tree 1`] = `
5970
6033
  │ ├── InterfaceInNamespaceIncludesClasses
5971
6034
  │ ├── InterfaceInNamespaceOnlyInterface
5972
6035
  │ ├── PythonSelf
6036
+ │ ├── anonymous
5973
6037
  │ ├─┬ cdk16625
5974
6038
  │ │ └─┬ submodules
5975
6039
  │ │ └── 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
@@ -2285,12 +2320,18 @@ exports[`showAll 1`] = `
2285
2320
  │ │ │ │ └─┬ struct
2286
2321
  │ │ │ │ └── type: jsii-calc.StructA | jsii-calc.StructB
2287
2322
  │ │ │ └── returns: boolean
2288
- │ │ └─┬ static isStructB(struct) method
2323
+ │ │ ├─┬ static isStructB(struct) method
2324
+ │ │ │ ├── static
2325
+ │ │ │ ├─┬ parameters
2326
+ │ │ │ │ └─┬ struct
2327
+ │ │ │ │ └── type: jsii-calc.StructA | jsii-calc.StructB
2328
+ │ │ │ └── returns: boolean
2329
+ │ │ └─┬ static provideStruct(which) method
2289
2330
  │ │ ├── static
2290
2331
  │ │ ├─┬ parameters
2291
- │ │ │ └─┬ struct
2292
- │ │ │ └── type: jsii-calc.StructA | jsii-calc.StructB
2293
- │ │ └── returns: boolean
2332
+ │ │ │ └─┬ which
2333
+ │ │ │ └── type: string
2334
+ │ │ └── returns: jsii-calc.StructA | jsii-calc.StructB
2294
2335
  │ ├─┬ class Sum
2295
2336
  │ │ ├── base: CompositeOperation
2296
2337
  │ │ └─┬ members
@@ -3618,6 +3659,7 @@ exports[`signatures 1`] = `
3618
3659
  │ ├── InterfaceInNamespaceIncludesClasses
3619
3660
  │ ├── InterfaceInNamespaceOnlyInterface
3620
3661
  │ ├── PythonSelf
3662
+ │ ├── anonymous
3621
3663
  │ ├─┬ cdk16625
3622
3664
  │ │ └─┬ submodules
3623
3665
  │ │ └── donotimport
@@ -3682,6 +3724,11 @@ exports[`types 1`] = `
3682
3724
  │ │ │ ├── class ClassWithSelfKwarg
3683
3725
  │ │ │ ├── interface IInterfaceWithSelf
3684
3726
  │ │ │ └── interface StructWithSelf
3727
+ │ │ ├─┬ anonymous
3728
+ │ │ │ └─┬ types
3729
+ │ │ │ ├── class UseOptions
3730
+ │ │ │ ├── interface IOptionA
3731
+ │ │ │ └── interface IOptionB
3685
3732
  │ │ ├─┬ cdk16625
3686
3733
  │ │ │ ├─┬ submodules
3687
3734
  │ │ │ │ └─┬ donotimport
@@ -158,6 +158,7 @@ Array [
158
158
  "jsii-calc.VirtualMethodPlayground",
159
159
  "jsii-calc.VoidCallback",
160
160
  "jsii-calc.WithPrivatePropertyInConstructor",
161
+ "jsii-calc.anonymous.UseOptions",
161
162
  "jsii-calc.cdk16625.Cdk16625",
162
163
  "jsii-calc.cdk16625.donotimport.UnimportedSubmoduleType",
163
164
  "jsii-calc.composition.CompositeOperation",