jsii-reflect 1.124.0 → 1.126.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.126.0",
|
|
4
4
|
"description": "strongly-typed reflection library and tools for jsii",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": {
|
|
@@ -35,19 +35,19 @@
|
|
|
35
35
|
"package": "package-js"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@jsii/check-node": "1.
|
|
39
|
-
"@jsii/spec": "1.
|
|
38
|
+
"@jsii/check-node": "1.126.0",
|
|
39
|
+
"@jsii/spec": "1.126.0",
|
|
40
40
|
"chalk": "^4",
|
|
41
41
|
"fs-extra": "^10.1.0",
|
|
42
|
-
"oo-ascii-tree": "^1.
|
|
42
|
+
"oo-ascii-tree": "^1.126.0",
|
|
43
43
|
"yargs": "^17.7.2"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@scope/jsii-calc-lib": "^1.
|
|
46
|
+
"@scope/jsii-calc-lib": "^1.126.0",
|
|
47
47
|
"@types/fs-extra": "^9.0.13",
|
|
48
48
|
"@types/yargs": "^17.0.33",
|
|
49
49
|
"jsii": "^5.9.10",
|
|
50
|
-
"jsii-build-tools": "^1.
|
|
50
|
+
"jsii-build-tools": "^1.126.0",
|
|
51
51
|
"jsii-calc": "^3.20.120"
|
|
52
52
|
}
|
|
53
53
|
}
|
|
@@ -2426,6 +2426,25 @@ exports[`jsii-tree --all 1`] = `
|
|
|
2426
2426
|
│ │ └─┬ value property (stable)
|
|
2427
2427
|
│ │ ├── immutable
|
|
2428
2428
|
│ │ └── type: string
|
|
2429
|
+
│ ├─┬ class Stringable (stable)
|
|
2430
|
+
│ │ ├── interfaces: IStringable
|
|
2431
|
+
│ │ └─┬ members
|
|
2432
|
+
│ │ ├── <initializer>() initializer (stable)
|
|
2433
|
+
│ │ ├─┬ static makeAnonymousStringable() method (stable)
|
|
2434
|
+
│ │ │ ├── static
|
|
2435
|
+
│ │ │ └── returns: jsii-calc.IStringable
|
|
2436
|
+
│ │ ├─┬ static makePrivateStringable() method (stable)
|
|
2437
|
+
│ │ │ ├── static
|
|
2438
|
+
│ │ │ └── returns: jsii-calc.IStringable
|
|
2439
|
+
│ │ ├─┬ static makePublicStringable() method (stable)
|
|
2440
|
+
│ │ │ ├── static
|
|
2441
|
+
│ │ │ └── returns: jsii-calc.IStringable
|
|
2442
|
+
│ │ ├─┬ describe() method (stable)
|
|
2443
|
+
│ │ │ └── returns: string
|
|
2444
|
+
│ │ ├─┬ nativeToString() method (stable)
|
|
2445
|
+
│ │ │ └── returns: string
|
|
2446
|
+
│ │ └─┬ toString() method (stable)
|
|
2447
|
+
│ │ └── returns: string
|
|
2429
2448
|
│ ├─┬ class StripInternal (stable)
|
|
2430
2449
|
│ │ └─┬ members
|
|
2431
2450
|
│ │ ├── <initializer>() initializer (stable)
|
|
@@ -3337,6 +3356,17 @@ exports[`jsii-tree --all 1`] = `
|
|
|
3337
3356
|
│ │ └─┬ mutableProperty property (stable)
|
|
3338
3357
|
│ │ ├── abstract
|
|
3339
3358
|
│ │ └── type: Optional<number>
|
|
3359
|
+
│ ├─┬ interface IStringable (stable)
|
|
3360
|
+
│ │ └─┬ members
|
|
3361
|
+
│ │ ├─┬ describe() method (stable)
|
|
3362
|
+
│ │ │ ├── abstract
|
|
3363
|
+
│ │ │ └── returns: string
|
|
3364
|
+
│ │ ├─┬ nativeToString() method (stable)
|
|
3365
|
+
│ │ │ ├── abstract
|
|
3366
|
+
│ │ │ └── returns: string
|
|
3367
|
+
│ │ └─┬ toString() method (stable)
|
|
3368
|
+
│ │ ├── abstract
|
|
3369
|
+
│ │ └── returns: string
|
|
3340
3370
|
│ ├─┬ interface IStructReturningDelegate (stable)
|
|
3341
3371
|
│ │ └─┬ members
|
|
3342
3372
|
│ │ └─┬ returnStruct() method (stable)
|
|
@@ -4249,6 +4279,8 @@ exports[`jsii-tree --inheritance 1`] = `
|
|
|
4249
4279
|
│ │ └── base: StaticHelloParent
|
|
4250
4280
|
│ ├── class StaticHelloParent
|
|
4251
4281
|
│ ├── class Statics
|
|
4282
|
+
│ ├─┬ class Stringable
|
|
4283
|
+
│ │ └── interfaces: IStringable
|
|
4252
4284
|
│ ├── class StripInternal
|
|
4253
4285
|
│ ├── class StructPassing
|
|
4254
4286
|
│ ├── class StructUnionConsumer
|
|
@@ -4358,6 +4390,7 @@ exports[`jsii-tree --inheritance 1`] = `
|
|
|
4358
4390
|
│ ├── interface IReturnJsii976
|
|
4359
4391
|
│ ├── interface IReturnsNumber
|
|
4360
4392
|
│ ├── interface IStableInterface
|
|
4393
|
+
│ ├── interface IStringable
|
|
4361
4394
|
│ ├── interface IStructReturningDelegate
|
|
4362
4395
|
│ ├── interface IWallClock
|
|
4363
4396
|
│ ├─┬ interface ImplictBaseOfBase
|
|
@@ -5601,6 +5634,15 @@ exports[`jsii-tree --members 1`] = `
|
|
|
5601
5634
|
│ │ ├── static instance property
|
|
5602
5635
|
│ │ ├── static nonConstStatic property
|
|
5603
5636
|
│ │ └── value property
|
|
5637
|
+
│ ├─┬ class Stringable
|
|
5638
|
+
│ │ └─┬ members
|
|
5639
|
+
│ │ ├── <initializer>() initializer
|
|
5640
|
+
│ │ ├── static makeAnonymousStringable() method
|
|
5641
|
+
│ │ ├── static makePrivateStringable() method
|
|
5642
|
+
│ │ ├── static makePublicStringable() method
|
|
5643
|
+
│ │ ├── describe() method
|
|
5644
|
+
│ │ ├── nativeToString() method
|
|
5645
|
+
│ │ └── toString() method
|
|
5604
5646
|
│ ├─┬ class StripInternal
|
|
5605
5647
|
│ │ └─┬ members
|
|
5606
5648
|
│ │ ├── <initializer>() initializer
|
|
@@ -5969,6 +6011,11 @@ exports[`jsii-tree --members 1`] = `
|
|
|
5969
6011
|
│ │ └─┬ members
|
|
5970
6012
|
│ │ ├── method() method
|
|
5971
6013
|
│ │ └── mutableProperty property
|
|
6014
|
+
│ ├─┬ interface IStringable
|
|
6015
|
+
│ │ └─┬ members
|
|
6016
|
+
│ │ ├── describe() method
|
|
6017
|
+
│ │ ├── nativeToString() method
|
|
6018
|
+
│ │ └── toString() method
|
|
5972
6019
|
│ ├─┬ interface IStructReturningDelegate
|
|
5973
6020
|
│ │ └─┬ members
|
|
5974
6021
|
│ │ └── returnStruct() method
|
|
@@ -6596,6 +6643,7 @@ exports[`jsii-tree --types 1`] = `
|
|
|
6596
6643
|
│ ├── class StaticHelloChild
|
|
6597
6644
|
│ ├── class StaticHelloParent
|
|
6598
6645
|
│ ├── class Statics
|
|
6646
|
+
│ ├── class Stringable
|
|
6599
6647
|
│ ├── class StripInternal
|
|
6600
6648
|
│ ├── class StructPassing
|
|
6601
6649
|
│ ├── class StructUnionConsumer
|
|
@@ -6674,6 +6722,7 @@ exports[`jsii-tree --types 1`] = `
|
|
|
6674
6722
|
│ ├── interface IReturnJsii976
|
|
6675
6723
|
│ ├── interface IReturnsNumber
|
|
6676
6724
|
│ ├── interface IStableInterface
|
|
6725
|
+
│ ├── interface IStringable
|
|
6677
6726
|
│ ├── interface IStructReturningDelegate
|
|
6678
6727
|
│ ├── interface IWallClock
|
|
6679
6728
|
│ ├── interface ImplictBaseOfBase
|
|
@@ -2621,6 +2621,25 @@ exports[`showAll 1`] = `
|
|
|
2621
2621
|
│ │ └─┬ value property
|
|
2622
2622
|
│ │ ├── immutable
|
|
2623
2623
|
│ │ └── type: string
|
|
2624
|
+
│ ├─┬ class Stringable
|
|
2625
|
+
│ │ ├── interfaces: IStringable
|
|
2626
|
+
│ │ └─┬ members
|
|
2627
|
+
│ │ ├── <initializer>() initializer
|
|
2628
|
+
│ │ ├─┬ static makeAnonymousStringable() method
|
|
2629
|
+
│ │ │ ├── static
|
|
2630
|
+
│ │ │ └── returns: jsii-calc.IStringable
|
|
2631
|
+
│ │ ├─┬ static makePrivateStringable() method
|
|
2632
|
+
│ │ │ ├── static
|
|
2633
|
+
│ │ │ └── returns: jsii-calc.IStringable
|
|
2634
|
+
│ │ ├─┬ static makePublicStringable() method
|
|
2635
|
+
│ │ │ ├── static
|
|
2636
|
+
│ │ │ └── returns: jsii-calc.IStringable
|
|
2637
|
+
│ │ ├─┬ describe() method
|
|
2638
|
+
│ │ │ └── returns: string
|
|
2639
|
+
│ │ ├─┬ nativeToString() method
|
|
2640
|
+
│ │ │ └── returns: string
|
|
2641
|
+
│ │ └─┬ toString() method
|
|
2642
|
+
│ │ └── returns: string
|
|
2624
2643
|
│ ├─┬ class StripInternal
|
|
2625
2644
|
│ │ └─┬ members
|
|
2626
2645
|
│ │ ├── <initializer>() initializer
|
|
@@ -3532,6 +3551,17 @@ exports[`showAll 1`] = `
|
|
|
3532
3551
|
│ │ └─┬ mutableProperty property
|
|
3533
3552
|
│ │ ├── abstract
|
|
3534
3553
|
│ │ └── type: Optional<number>
|
|
3554
|
+
│ ├─┬ interface IStringable
|
|
3555
|
+
│ │ └─┬ members
|
|
3556
|
+
│ │ ├─┬ describe() method
|
|
3557
|
+
│ │ │ ├── abstract
|
|
3558
|
+
│ │ │ └── returns: string
|
|
3559
|
+
│ │ ├─┬ nativeToString() method
|
|
3560
|
+
│ │ │ ├── abstract
|
|
3561
|
+
│ │ │ └── returns: string
|
|
3562
|
+
│ │ └─┬ toString() method
|
|
3563
|
+
│ │ ├── abstract
|
|
3564
|
+
│ │ └── returns: string
|
|
3535
3565
|
│ ├─┬ interface IStructReturningDelegate
|
|
3536
3566
|
│ │ └─┬ members
|
|
3537
3567
|
│ │ └─┬ returnStruct() method
|
|
@@ -4440,6 +4470,7 @@ exports[`types 1`] = `
|
|
|
4440
4470
|
│ ├── class StaticHelloChild
|
|
4441
4471
|
│ ├── class StaticHelloParent
|
|
4442
4472
|
│ ├── class Statics
|
|
4473
|
+
│ ├── class Stringable
|
|
4443
4474
|
│ ├── class StripInternal
|
|
4444
4475
|
│ ├── class StructPassing
|
|
4445
4476
|
│ ├── class StructUnionConsumer
|
|
@@ -4518,6 +4549,7 @@ exports[`types 1`] = `
|
|
|
4518
4549
|
│ ├── interface IReturnJsii976
|
|
4519
4550
|
│ ├── interface IReturnsNumber
|
|
4520
4551
|
│ ├── interface IStableInterface
|
|
4552
|
+
│ ├── interface IStringable
|
|
4521
4553
|
│ ├── interface IStructReturningDelegate
|
|
4522
4554
|
│ ├── interface IWallClock
|
|
4523
4555
|
│ ├── interface ImplictBaseOfBase
|
|
@@ -147,6 +147,7 @@ exports[`TypeSystem.classes lists all the classes in the typesystem 1`] = `
|
|
|
147
147
|
"jsii-calc.StaticHelloChild",
|
|
148
148
|
"jsii-calc.StaticHelloParent",
|
|
149
149
|
"jsii-calc.Statics",
|
|
150
|
+
"jsii-calc.Stringable",
|
|
150
151
|
"jsii-calc.StripInternal",
|
|
151
152
|
"jsii-calc.StructPassing",
|
|
152
153
|
"jsii-calc.StructUnionConsumer",
|