jsii-reflect 1.37.0 → 1.41.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.
|
|
3
|
+
"version": "1.41.0",
|
|
4
4
|
"description": "strongly-typed reflection library and tools for jsii",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": {
|
|
@@ -34,22 +34,22 @@
|
|
|
34
34
|
"package": "package-js"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@jsii/check-node": "1.
|
|
38
|
-
"@jsii/spec": "^1.
|
|
37
|
+
"@jsii/check-node": "1.41.0",
|
|
38
|
+
"@jsii/spec": "^1.41.0",
|
|
39
39
|
"colors": "^1.4.0",
|
|
40
40
|
"fs-extra": "^9.1.0",
|
|
41
|
-
"oo-ascii-tree": "^1.
|
|
41
|
+
"oo-ascii-tree": "^1.41.0",
|
|
42
42
|
"yargs": "^16.2.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@scope/jsii-calc-lib": "^1.
|
|
45
|
+
"@scope/jsii-calc-lib": "^1.41.0",
|
|
46
46
|
"@types/fs-extra": "^9.0.13",
|
|
47
47
|
"@types/jest": "^27.0.2",
|
|
48
|
-
"@types/node": "^12.20.
|
|
48
|
+
"@types/node": "^12.20.28",
|
|
49
49
|
"eslint": "^7.32.0",
|
|
50
50
|
"jest": "^27.2.4",
|
|
51
|
-
"jsii": "^1.
|
|
52
|
-
"jsii-build-tools": "^1.
|
|
51
|
+
"jsii": "^1.41.0",
|
|
52
|
+
"jsii-build-tools": "^1.41.0",
|
|
53
53
|
"jsii-calc": "^3.20.120",
|
|
54
54
|
"prettier": "^2.4.1",
|
|
55
55
|
"typescript": "~3.9.10"
|
|
@@ -78,6 +78,32 @@ exports[`jsii-tree --all 1`] = `
|
|
|
78
78
|
│ │ │ ├── abstract
|
|
79
79
|
│ │ │ ├── immutable
|
|
80
80
|
│ │ │ └── type: string
|
|
81
|
+
│ │ ├─┬ cdk16625
|
|
82
|
+
│ │ │ ├─┬ submodules
|
|
83
|
+
│ │ │ │ └─┬ donotimport
|
|
84
|
+
│ │ │ │ └─┬ types
|
|
85
|
+
│ │ │ │ └─┬ class UnimportedSubmoduleType (stable)
|
|
86
|
+
│ │ │ │ ├── interfaces: IRandomNumberGenerator
|
|
87
|
+
│ │ │ │ └─┬ members
|
|
88
|
+
│ │ │ │ ├─┬ <initializer>(value) initializer (stable)
|
|
89
|
+
│ │ │ │ │ └─┬ parameters
|
|
90
|
+
│ │ │ │ │ └─┬ value
|
|
91
|
+
│ │ │ │ │ └── type: number
|
|
92
|
+
│ │ │ │ └─┬ next() method (stable)
|
|
93
|
+
│ │ │ │ └── returns: number
|
|
94
|
+
│ │ │ └─┬ types
|
|
95
|
+
│ │ │ └─┬ class Cdk16625 (stable)
|
|
96
|
+
│ │ │ └─┬ members
|
|
97
|
+
│ │ │ ├── <initializer>() initializer (stable)
|
|
98
|
+
│ │ │ ├─┬ test() method (stable)
|
|
99
|
+
│ │ │ │ └── returns: void
|
|
100
|
+
│ │ │ └─┬ unwrap(gen) method (stable)
|
|
101
|
+
│ │ │ ├── abstract
|
|
102
|
+
│ │ │ ├── protected
|
|
103
|
+
│ │ │ ├─┬ parameters
|
|
104
|
+
│ │ │ │ └─┬ gen
|
|
105
|
+
│ │ │ │ └── type: jsii-calc.IRandomNumberGenerator
|
|
106
|
+
│ │ │ └── returns: number
|
|
81
107
|
│ │ ├─┬ composition
|
|
82
108
|
│ │ │ └─┬ types
|
|
83
109
|
│ │ │ ├─┬ class CompositeOperation (stable)
|
|
@@ -3232,6 +3258,14 @@ exports[`jsii-tree --inheritance 1`] = `
|
|
|
3232
3258
|
│ │ │ ├── class ClassWithSelfKwarg
|
|
3233
3259
|
│ │ │ ├── interface IInterfaceWithSelf
|
|
3234
3260
|
│ │ │ └── interface StructWithSelf
|
|
3261
|
+
│ │ ├─┬ cdk16625
|
|
3262
|
+
│ │ │ ├─┬ submodules
|
|
3263
|
+
│ │ │ │ └─┬ donotimport
|
|
3264
|
+
│ │ │ │ └─┬ types
|
|
3265
|
+
│ │ │ │ └─┬ class UnimportedSubmoduleType
|
|
3266
|
+
│ │ │ │ └── interfaces: IRandomNumberGenerator
|
|
3267
|
+
│ │ │ └─┬ types
|
|
3268
|
+
│ │ │ └── class Cdk16625
|
|
3235
3269
|
│ │ ├─┬ composition
|
|
3236
3270
|
│ │ │ └─┬ types
|
|
3237
3271
|
│ │ │ ├─┬ class CompositeOperation
|
|
@@ -3729,6 +3763,20 @@ exports[`jsii-tree --members 1`] = `
|
|
|
3729
3763
|
│ │ │ └─┬ interface StructWithSelf
|
|
3730
3764
|
│ │ │ └─┬ members
|
|
3731
3765
|
│ │ │ └── self property
|
|
3766
|
+
│ │ ├─┬ cdk16625
|
|
3767
|
+
│ │ │ ├─┬ submodules
|
|
3768
|
+
│ │ │ │ └─┬ donotimport
|
|
3769
|
+
│ │ │ │ └─┬ types
|
|
3770
|
+
│ │ │ │ └─┬ class UnimportedSubmoduleType
|
|
3771
|
+
│ │ │ │ └─┬ members
|
|
3772
|
+
│ │ │ │ ├── <initializer>(value) initializer
|
|
3773
|
+
│ │ │ │ └── next() method
|
|
3774
|
+
│ │ │ └─┬ types
|
|
3775
|
+
│ │ │ └─┬ class Cdk16625
|
|
3776
|
+
│ │ │ └─┬ members
|
|
3777
|
+
│ │ │ ├── <initializer>() initializer
|
|
3778
|
+
│ │ │ ├── test() method
|
|
3779
|
+
│ │ │ └── unwrap(gen) method
|
|
3732
3780
|
│ │ ├─┬ composition
|
|
3733
3781
|
│ │ │ └─┬ types
|
|
3734
3782
|
│ │ │ ├─┬ class CompositeOperation
|
|
@@ -5164,6 +5212,9 @@ exports[`jsii-tree --signatures 1`] = `
|
|
|
5164
5212
|
│ ├── InterfaceInNamespaceIncludesClasses
|
|
5165
5213
|
│ ├── InterfaceInNamespaceOnlyInterface
|
|
5166
5214
|
│ ├── PythonSelf
|
|
5215
|
+
│ ├─┬ cdk16625
|
|
5216
|
+
│ │ └─┬ submodules
|
|
5217
|
+
│ │ └── donotimport
|
|
5167
5218
|
│ ├── composition
|
|
5168
5219
|
│ ├── module2530
|
|
5169
5220
|
│ ├── module2617
|
|
@@ -5224,6 +5275,13 @@ exports[`jsii-tree --types 1`] = `
|
|
|
5224
5275
|
│ │ │ ├── class ClassWithSelfKwarg
|
|
5225
5276
|
│ │ │ ├── interface IInterfaceWithSelf
|
|
5226
5277
|
│ │ │ └── interface StructWithSelf
|
|
5278
|
+
│ │ ├─┬ cdk16625
|
|
5279
|
+
│ │ │ ├─┬ submodules
|
|
5280
|
+
│ │ │ │ └─┬ donotimport
|
|
5281
|
+
│ │ │ │ └─┬ types
|
|
5282
|
+
│ │ │ │ └── class UnimportedSubmoduleType
|
|
5283
|
+
│ │ │ └─┬ types
|
|
5284
|
+
│ │ │ └── class Cdk16625
|
|
5227
5285
|
│ │ ├─┬ composition
|
|
5228
5286
|
│ │ │ └─┬ types
|
|
5229
5287
|
│ │ │ ├── class CompositeOperation
|
|
@@ -5585,6 +5643,9 @@ exports[`jsii-tree 1`] = `
|
|
|
5585
5643
|
│ ├── InterfaceInNamespaceIncludesClasses
|
|
5586
5644
|
│ ├── InterfaceInNamespaceOnlyInterface
|
|
5587
5645
|
│ ├── PythonSelf
|
|
5646
|
+
│ ├─┬ cdk16625
|
|
5647
|
+
│ │ └─┬ submodules
|
|
5648
|
+
│ │ └── donotimport
|
|
5588
5649
|
│ ├── composition
|
|
5589
5650
|
│ ├── module2530
|
|
5590
5651
|
│ ├── module2617
|
|
@@ -8,6 +8,9 @@ exports[`defaults 1`] = `
|
|
|
8
8
|
│ ├── InterfaceInNamespaceIncludesClasses
|
|
9
9
|
│ ├── InterfaceInNamespaceOnlyInterface
|
|
10
10
|
│ ├── PythonSelf
|
|
11
|
+
│ ├─┬ cdk16625
|
|
12
|
+
│ │ └─┬ submodules
|
|
13
|
+
│ │ └── donotimport
|
|
11
14
|
│ ├── composition
|
|
12
15
|
│ ├── module2530
|
|
13
16
|
│ ├── module2617
|
|
@@ -55,6 +58,9 @@ exports[`inheritance 1`] = `
|
|
|
55
58
|
│ ├── InterfaceInNamespaceIncludesClasses
|
|
56
59
|
│ ├── InterfaceInNamespaceOnlyInterface
|
|
57
60
|
│ ├── PythonSelf
|
|
61
|
+
│ ├─┬ cdk16625
|
|
62
|
+
│ │ └─┬ submodules
|
|
63
|
+
│ │ └── donotimport
|
|
58
64
|
│ ├── composition
|
|
59
65
|
│ ├── module2530
|
|
60
66
|
│ ├── module2617
|
|
@@ -102,6 +108,9 @@ exports[`members 1`] = `
|
|
|
102
108
|
│ ├── InterfaceInNamespaceIncludesClasses
|
|
103
109
|
│ ├── InterfaceInNamespaceOnlyInterface
|
|
104
110
|
│ ├── PythonSelf
|
|
111
|
+
│ ├─┬ cdk16625
|
|
112
|
+
│ │ └─┬ submodules
|
|
113
|
+
│ │ └── donotimport
|
|
105
114
|
│ ├── composition
|
|
106
115
|
│ ├── module2530
|
|
107
116
|
│ ├── module2617
|
|
@@ -219,6 +228,32 @@ exports[`showAll 1`] = `
|
|
|
219
228
|
│ │ │ ├── abstract
|
|
220
229
|
│ │ │ ├── immutable
|
|
221
230
|
│ │ │ └── type: string
|
|
231
|
+
│ │ ├─┬ cdk16625
|
|
232
|
+
│ │ │ ├─┬ submodules
|
|
233
|
+
│ │ │ │ └─┬ donotimport
|
|
234
|
+
│ │ │ │ └─┬ types
|
|
235
|
+
│ │ │ │ └─┬ class UnimportedSubmoduleType
|
|
236
|
+
│ │ │ │ ├── interfaces: IRandomNumberGenerator
|
|
237
|
+
│ │ │ │ └─┬ members
|
|
238
|
+
│ │ │ │ ├─┬ <initializer>(value) initializer
|
|
239
|
+
│ │ │ │ │ └─┬ parameters
|
|
240
|
+
│ │ │ │ │ └─┬ value
|
|
241
|
+
│ │ │ │ │ └── type: number
|
|
242
|
+
│ │ │ │ └─┬ next() method
|
|
243
|
+
│ │ │ │ └── returns: number
|
|
244
|
+
│ │ │ └─┬ types
|
|
245
|
+
│ │ │ └─┬ class Cdk16625
|
|
246
|
+
│ │ │ └─┬ members
|
|
247
|
+
│ │ │ ├── <initializer>() initializer
|
|
248
|
+
│ │ │ ├─┬ test() method
|
|
249
|
+
│ │ │ │ └── returns: void
|
|
250
|
+
│ │ │ └─┬ unwrap(gen) method
|
|
251
|
+
│ │ │ ├── abstract
|
|
252
|
+
│ │ │ ├── protected
|
|
253
|
+
│ │ │ ├─┬ parameters
|
|
254
|
+
│ │ │ │ └─┬ gen
|
|
255
|
+
│ │ │ │ └── type: jsii-calc.IRandomNumberGenerator
|
|
256
|
+
│ │ │ └── returns: number
|
|
222
257
|
│ │ ├─┬ composition
|
|
223
258
|
│ │ │ └─┬ types
|
|
224
259
|
│ │ │ ├─┬ class CompositeOperation
|
|
@@ -3359,6 +3394,9 @@ exports[`signatures 1`] = `
|
|
|
3359
3394
|
│ ├── InterfaceInNamespaceIncludesClasses
|
|
3360
3395
|
│ ├── InterfaceInNamespaceOnlyInterface
|
|
3361
3396
|
│ ├── PythonSelf
|
|
3397
|
+
│ ├─┬ cdk16625
|
|
3398
|
+
│ │ └─┬ submodules
|
|
3399
|
+
│ │ └── donotimport
|
|
3362
3400
|
│ ├── composition
|
|
3363
3401
|
│ ├── module2530
|
|
3364
3402
|
│ ├── module2617
|
|
@@ -3419,6 +3457,13 @@ exports[`types 1`] = `
|
|
|
3419
3457
|
│ │ │ ├── class ClassWithSelfKwarg
|
|
3420
3458
|
│ │ │ ├── interface IInterfaceWithSelf
|
|
3421
3459
|
│ │ │ └── interface StructWithSelf
|
|
3460
|
+
│ │ ├─┬ cdk16625
|
|
3461
|
+
│ │ │ ├─┬ submodules
|
|
3462
|
+
│ │ │ │ └─┬ donotimport
|
|
3463
|
+
│ │ │ │ └─┬ types
|
|
3464
|
+
│ │ │ │ └── class UnimportedSubmoduleType
|
|
3465
|
+
│ │ │ └─┬ types
|
|
3466
|
+
│ │ │ └── class Cdk16625
|
|
3422
3467
|
│ │ ├─┬ composition
|
|
3423
3468
|
│ │ │ └─┬ types
|
|
3424
3469
|
│ │ │ ├── class CompositeOperation
|
|
@@ -155,6 +155,8 @@ Array [
|
|
|
155
155
|
"jsii-calc.VirtualMethodPlayground",
|
|
156
156
|
"jsii-calc.VoidCallback",
|
|
157
157
|
"jsii-calc.WithPrivatePropertyInConstructor",
|
|
158
|
+
"jsii-calc.cdk16625.Cdk16625",
|
|
159
|
+
"jsii-calc.cdk16625.donotimport.UnimportedSubmoduleType",
|
|
158
160
|
"jsii-calc.composition.CompositeOperation",
|
|
159
161
|
"jsii-calc.module2530.MyClass",
|
|
160
162
|
"jsii-calc.module2617.OnlyStatics",
|