jsii-reflect 1.135.0 → 1.136.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.136.0",
|
|
4
4
|
"description": "strongly-typed reflection library and tools for jsii",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": {
|
|
@@ -35,21 +35,21 @@
|
|
|
35
35
|
"package": "package-js"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@jsii/check-node": "1.
|
|
39
|
-
"@jsii/spec": "1.
|
|
38
|
+
"@jsii/check-node": "1.136.0",
|
|
39
|
+
"@jsii/spec": "1.136.0",
|
|
40
40
|
"chalk": "^4",
|
|
41
41
|
"fs-extra": "^10.1.0",
|
|
42
|
-
"oo-ascii-tree": "^1.
|
|
42
|
+
"oo-ascii-tree": "^1.136.0",
|
|
43
43
|
"yargs": "^17.7.2"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@scope/jsii-calc-lib": "^1.
|
|
46
|
+
"@scope/jsii-calc-lib": "^1.136.0",
|
|
47
47
|
"@types/fs-extra": "^9.0.13",
|
|
48
48
|
"@types/yargs": "^17.0.33",
|
|
49
49
|
"eslint": "^9.39.4",
|
|
50
50
|
"jest": "^30.4.2",
|
|
51
51
|
"jsii": "^6.0.1",
|
|
52
|
-
"jsii-build-tools": "^1.
|
|
52
|
+
"jsii-build-tools": "^1.136.0",
|
|
53
53
|
"jsii-calc": "^3.20.120",
|
|
54
54
|
"typescript": "6.x"
|
|
55
55
|
}
|
|
@@ -1100,6 +1100,18 @@ exports[`jsii-tree --all 1`] = `
|
|
|
1100
1100
|
│ │ │ └── type: Optional<number>
|
|
1101
1101
|
│ │ └─┬ unionProperty property (stable)
|
|
1102
1102
|
│ │ └── type: Optional<jsii-calc.Add | jsii-calc.Multiply | jsii-calc.Power>
|
|
1103
|
+
│ ├─┬ class CallbackStackTraceTest (stable)
|
|
1104
|
+
│ │ └─┬ members
|
|
1105
|
+
│ │ ├── <initializer>() initializer (stable)
|
|
1106
|
+
│ │ ├─┬ callbackProvider() method (stable)
|
|
1107
|
+
│ │ │ ├── abstract
|
|
1108
|
+
│ │ │ ├── protected
|
|
1109
|
+
│ │ │ └── returns: any
|
|
1110
|
+
│ │ ├─┬ invokeCallback() method (stable)
|
|
1111
|
+
│ │ │ └── returns: void
|
|
1112
|
+
│ │ └─┬ traceFromCallback property (stable)
|
|
1113
|
+
│ │ ├── immutable
|
|
1114
|
+
│ │ └── type: any
|
|
1103
1115
|
│ ├─┬ class ClassThatImplementsTheInternalInterface (stable)
|
|
1104
1116
|
│ │ ├── interfaces: INonInternalInterface
|
|
1105
1117
|
│ │ └─┬ members
|
|
@@ -1615,6 +1627,12 @@ exports[`jsii-tree --all 1`] = `
|
|
|
1615
1627
|
│ │ │ └─┬ friendly
|
|
1616
1628
|
│ │ │ └── type: @scope/jsii-calc-lib.IFriendly
|
|
1617
1629
|
│ │ └── returns: string
|
|
1630
|
+
│ ├─┬ class HostStackTraceReader (stable)
|
|
1631
|
+
│ │ └─┬ members
|
|
1632
|
+
│ │ ├── <initializer>() initializer (stable)
|
|
1633
|
+
│ │ └─┬ static capturedTrace() method (stable)
|
|
1634
|
+
│ │ ├── static
|
|
1635
|
+
│ │ └── returns: any
|
|
1618
1636
|
│ ├─┬ class ImplementInternalInterface (stable)
|
|
1619
1637
|
│ │ └─┬ members
|
|
1620
1638
|
│ │ ├── <initializer>() initializer (stable)
|
|
@@ -4168,6 +4186,7 @@ exports[`jsii-tree --inheritance 1`] = `
|
|
|
4168
4186
|
│ ├── class BurriedAnonymousObject
|
|
4169
4187
|
│ ├─┬ class Calculator
|
|
4170
4188
|
│ │ └── base: CompositeOperation
|
|
4189
|
+
│ ├── class CallbackStackTraceTest
|
|
4171
4190
|
│ ├─┬ class ClassThatImplementsTheInternalInterface
|
|
4172
4191
|
│ │ └── interfaces: INonInternalInterface
|
|
4173
4192
|
│ ├─┬ class ClassThatImplementsThePrivateInterface
|
|
@@ -4213,6 +4232,7 @@ exports[`jsii-tree --inheritance 1`] = `
|
|
|
4213
4232
|
│ │ └── interfaces: IIndirectlyImplemented
|
|
4214
4233
|
│ ├── class GiveMeStructs
|
|
4215
4234
|
│ ├── class GreetingAugmenter
|
|
4235
|
+
│ ├── class HostStackTraceReader
|
|
4216
4236
|
│ ├── class ImplementInternalInterface
|
|
4217
4237
|
│ ├── class Implementation
|
|
4218
4238
|
│ ├─┬ class ImplementsInterfaceWithInternal
|
|
@@ -5057,6 +5077,12 @@ exports[`jsii-tree --members 1`] = `
|
|
|
5057
5077
|
│ │ ├── curr property
|
|
5058
5078
|
│ │ ├── maxValue property
|
|
5059
5079
|
│ │ └── unionProperty property
|
|
5080
|
+
│ ├─┬ class CallbackStackTraceTest
|
|
5081
|
+
│ │ └─┬ members
|
|
5082
|
+
│ │ ├── <initializer>() initializer
|
|
5083
|
+
│ │ ├── callbackProvider() method
|
|
5084
|
+
│ │ ├── invokeCallback() method
|
|
5085
|
+
│ │ └── traceFromCallback property
|
|
5060
5086
|
│ ├─┬ class ClassThatImplementsTheInternalInterface
|
|
5061
5087
|
│ │ └─┬ members
|
|
5062
5088
|
│ │ ├── <initializer>() initializer
|
|
@@ -5262,6 +5288,10 @@ exports[`jsii-tree --members 1`] = `
|
|
|
5262
5288
|
│ │ └─┬ members
|
|
5263
5289
|
│ │ ├── <initializer>() initializer
|
|
5264
5290
|
│ │ └── betterGreeting(friendly) method
|
|
5291
|
+
│ ├─┬ class HostStackTraceReader
|
|
5292
|
+
│ │ └─┬ members
|
|
5293
|
+
│ │ ├── <initializer>() initializer
|
|
5294
|
+
│ │ └── static capturedTrace() method
|
|
5265
5295
|
│ ├─┬ class ImplementInternalInterface
|
|
5266
5296
|
│ │ └─┬ members
|
|
5267
5297
|
│ │ ├── <initializer>() initializer
|
|
@@ -6558,6 +6588,7 @@ exports[`jsii-tree --types 1`] = `
|
|
|
6558
6588
|
│ ├── class BinaryOperation
|
|
6559
6589
|
│ ├── class BurriedAnonymousObject
|
|
6560
6590
|
│ ├── class Calculator
|
|
6591
|
+
│ ├── class CallbackStackTraceTest
|
|
6561
6592
|
│ ├── class ClassThatImplementsTheInternalInterface
|
|
6562
6593
|
│ ├── class ClassThatImplementsThePrivateInterface
|
|
6563
6594
|
│ ├── class ClassWithCollectionOfUnions
|
|
@@ -6596,6 +6627,7 @@ exports[`jsii-tree --types 1`] = `
|
|
|
6596
6627
|
│ ├── class FullCombo
|
|
6597
6628
|
│ ├── class GiveMeStructs
|
|
6598
6629
|
│ ├── class GreetingAugmenter
|
|
6630
|
+
│ ├── class HostStackTraceReader
|
|
6599
6631
|
│ ├── class ImplementInternalInterface
|
|
6600
6632
|
│ ├── class Implementation
|
|
6601
6633
|
│ ├── class ImplementsInterfaceWithInternal
|
|
@@ -1295,6 +1295,18 @@ exports[`showAll 1`] = `
|
|
|
1295
1295
|
│ │ │ └── type: Optional<number>
|
|
1296
1296
|
│ │ └─┬ unionProperty property
|
|
1297
1297
|
│ │ └── type: Optional<jsii-calc.Add | jsii-calc.Multiply | jsii-calc.Power>
|
|
1298
|
+
│ ├─┬ class CallbackStackTraceTest
|
|
1299
|
+
│ │ └─┬ members
|
|
1300
|
+
│ │ ├── <initializer>() initializer
|
|
1301
|
+
│ │ ├─┬ callbackProvider() method
|
|
1302
|
+
│ │ │ ├── abstract
|
|
1303
|
+
│ │ │ ├── protected
|
|
1304
|
+
│ │ │ └── returns: any
|
|
1305
|
+
│ │ ├─┬ invokeCallback() method
|
|
1306
|
+
│ │ │ └── returns: void
|
|
1307
|
+
│ │ └─┬ traceFromCallback property
|
|
1308
|
+
│ │ ├── immutable
|
|
1309
|
+
│ │ └── type: any
|
|
1298
1310
|
│ ├─┬ class ClassThatImplementsTheInternalInterface
|
|
1299
1311
|
│ │ ├── interfaces: INonInternalInterface
|
|
1300
1312
|
│ │ └─┬ members
|
|
@@ -1810,6 +1822,12 @@ exports[`showAll 1`] = `
|
|
|
1810
1822
|
│ │ │ └─┬ friendly
|
|
1811
1823
|
│ │ │ └── type: @scope/jsii-calc-lib.IFriendly
|
|
1812
1824
|
│ │ └── returns: string
|
|
1825
|
+
│ ├─┬ class HostStackTraceReader
|
|
1826
|
+
│ │ └─┬ members
|
|
1827
|
+
│ │ ├── <initializer>() initializer
|
|
1828
|
+
│ │ └─┬ static capturedTrace() method
|
|
1829
|
+
│ │ ├── static
|
|
1830
|
+
│ │ └── returns: any
|
|
1813
1831
|
│ ├─┬ class ImplementInternalInterface
|
|
1814
1832
|
│ │ └─┬ members
|
|
1815
1833
|
│ │ ├── <initializer>() initializer
|
|
@@ -4379,6 +4397,7 @@ exports[`types 1`] = `
|
|
|
4379
4397
|
│ ├── class BinaryOperation
|
|
4380
4398
|
│ ├── class BurriedAnonymousObject
|
|
4381
4399
|
│ ├── class Calculator
|
|
4400
|
+
│ ├── class CallbackStackTraceTest
|
|
4382
4401
|
│ ├── class ClassThatImplementsTheInternalInterface
|
|
4383
4402
|
│ ├── class ClassThatImplementsThePrivateInterface
|
|
4384
4403
|
│ ├── class ClassWithCollectionOfUnions
|
|
@@ -4417,6 +4436,7 @@ exports[`types 1`] = `
|
|
|
4417
4436
|
│ ├── class FullCombo
|
|
4418
4437
|
│ ├── class GiveMeStructs
|
|
4419
4438
|
│ ├── class GreetingAugmenter
|
|
4439
|
+
│ ├── class HostStackTraceReader
|
|
4420
4440
|
│ ├── class ImplementInternalInterface
|
|
4421
4441
|
│ ├── class Implementation
|
|
4422
4442
|
│ ├── class ImplementsInterfaceWithInternal
|
|
@@ -44,6 +44,7 @@ exports[`TypeSystem.classes lists all the classes in the typesystem 1`] = `
|
|
|
44
44
|
"jsii-calc.BinaryOperation",
|
|
45
45
|
"jsii-calc.BurriedAnonymousObject",
|
|
46
46
|
"jsii-calc.Calculator",
|
|
47
|
+
"jsii-calc.CallbackStackTraceTest",
|
|
47
48
|
"jsii-calc.ClassThatImplementsTheInternalInterface",
|
|
48
49
|
"jsii-calc.ClassThatImplementsThePrivateInterface",
|
|
49
50
|
"jsii-calc.ClassWithCollectionOfUnions",
|
|
@@ -84,6 +85,7 @@ exports[`TypeSystem.classes lists all the classes in the typesystem 1`] = `
|
|
|
84
85
|
"jsii-calc.FullCombo",
|
|
85
86
|
"jsii-calc.GiveMeStructs",
|
|
86
87
|
"jsii-calc.GreetingAugmenter",
|
|
88
|
+
"jsii-calc.HostStackTraceReader",
|
|
87
89
|
"jsii-calc.ImplementInternalInterface",
|
|
88
90
|
"jsii-calc.Implementation",
|
|
89
91
|
"jsii-calc.ImplementsInterfaceWithInternal",
|