|
97 | 97 | }, |
98 | 98 | "fqn": "@scope/jsii-calc-lib.EnumFromScopedModule", |
99 | 99 | "kind": "enum", |
| 100 | + "locationInModule": { |
| 101 | + "filename": "lib/index.ts", |
| 102 | + "line": 97 |
| 103 | + }, |
100 | 104 | "members": [ |
101 | 105 | { |
102 | 106 | "name": "Value1" |
|
114 | 118 | }, |
115 | 119 | "fqn": "@scope/jsii-calc-lib.IDoublable", |
116 | 120 | "kind": "interface", |
| 121 | + "locationInModule": { |
| 122 | + "filename": "lib/index.ts", |
| 123 | + "line": 23 |
| 124 | + }, |
117 | 125 | "name": "IDoublable", |
118 | 126 | "properties": [ |
119 | 127 | { |
120 | 128 | "abstract": true, |
121 | 129 | "immutable": true, |
| 130 | + "locationInModule": { |
| 131 | + "filename": "lib/index.ts", |
| 132 | + "line": 24 |
| 133 | + }, |
122 | 134 | "name": "doubleValue", |
123 | 135 | "type": { |
124 | 136 | "primitive": "number" |
|
134 | 146 | }, |
135 | 147 | "fqn": "@scope/jsii-calc-lib.IFriendly", |
136 | 148 | "kind": "interface", |
| 149 | + "locationInModule": { |
| 150 | + "filename": "lib/index.ts", |
| 151 | + "line": 58 |
| 152 | + }, |
137 | 153 | "methods": [ |
138 | 154 | { |
139 | 155 | "abstract": true, |
140 | 156 | "docs": { |
141 | 157 | "summary": "Say hello!" |
142 | 158 | }, |
| 159 | + "locationInModule": { |
| 160 | + "filename": "lib/index.ts", |
| 161 | + "line": 62 |
| 162 | + }, |
143 | 163 | "name": "hello", |
144 | 164 | "returns": { |
145 | 165 | "primitive": "string" |
|
156 | 176 | }, |
157 | 177 | "fqn": "@scope/jsii-calc-lib.MyFirstStruct", |
158 | 178 | "kind": "interface", |
| 179 | + "locationInModule": { |
| 180 | + "filename": "lib/index.ts", |
| 181 | + "line": 68 |
| 182 | + }, |
159 | 183 | "name": "MyFirstStruct", |
160 | 184 | "properties": [ |
161 | 185 | { |
|
164 | 188 | "summary": "An awesome number value." |
165 | 189 | }, |
166 | 190 | "immutable": true, |
| 191 | + "locationInModule": { |
| 192 | + "filename": "lib/index.ts", |
| 193 | + "line": 77 |
| 194 | + }, |
167 | 195 | "name": "anumber", |
168 | 196 | "type": { |
169 | 197 | "primitive": "number" |
|
175 | 203 | "summary": "A string value." |
176 | 204 | }, |
177 | 205 | "immutable": true, |
| 206 | + "locationInModule": { |
| 207 | + "filename": "lib/index.ts", |
| 208 | + "line": 72 |
| 209 | + }, |
178 | 210 | "name": "astring", |
179 | 211 | "type": { |
180 | 212 | "primitive": "string" |
|
183 | 215 | { |
184 | 216 | "abstract": true, |
185 | 217 | "immutable": true, |
| 218 | + "locationInModule": { |
| 219 | + "filename": "lib/index.ts", |
| 220 | + "line": 78 |
| 221 | + }, |
186 | 222 | "name": "firstOptional", |
187 | 223 | "type": { |
188 | 224 | "collection": { |
|
228 | 264 | } |
229 | 265 | ], |
230 | 266 | "kind": "class", |
| 267 | + "locationInModule": { |
| 268 | + "filename": "lib/index.ts", |
| 269 | + "line": 30 |
| 270 | + }, |
231 | 271 | "name": "Number", |
232 | 272 | "properties": [ |
233 | 273 | { |
234 | 274 | "docs": { |
235 | 275 | "summary": "The number multiplied by 2." |
236 | 276 | }, |
237 | 277 | "immutable": true, |
| 278 | + "locationInModule": { |
| 279 | + "filename": "lib/index.ts", |
| 280 | + "line": 42 |
| 281 | + }, |
238 | 282 | "name": "doubleValue", |
239 | 283 | "overrides": { |
240 | 284 | "fqn": "@scope/jsii-calc-lib.IDoublable" |
|
248 | 292 | "summary": "The number." |
249 | 293 | }, |
250 | 294 | "immutable": true, |
| 295 | + "locationInModule": { |
| 296 | + "filename": "lib/index.ts", |
| 297 | + "line": 35 |
| 298 | + }, |
251 | 299 | "name": "value", |
252 | 300 | "overrides": { |
253 | 301 | "fqn": "@scope/jsii-calc-lib.Value" |
|
272 | 320 | "initializer": true |
273 | 321 | }, |
274 | 322 | "kind": "class", |
| 323 | + "locationInModule": { |
| 324 | + "filename": "lib/index.ts", |
| 325 | + "line": 50 |
| 326 | + }, |
275 | 327 | "methods": [ |
276 | 328 | { |
277 | 329 | "abstract": true, |
278 | 330 | "docs": { |
279 | 331 | "summary": "String representation of the value." |
280 | 332 | }, |
| 333 | + "locationInModule": { |
| 334 | + "filename": "lib/index.ts", |
| 335 | + "line": 51 |
| 336 | + }, |
281 | 337 | "name": "toString", |
282 | 338 | "overrides": { |
283 | 339 | "fqn": "@scope/jsii-calc-lib.Value" |
|
297 | 353 | }, |
298 | 354 | "fqn": "@scope/jsii-calc-lib.StructWithOnlyOptionals", |
299 | 355 | "kind": "interface", |
| 356 | + "locationInModule": { |
| 357 | + "filename": "lib/index.ts", |
| 358 | + "line": 84 |
| 359 | + }, |
300 | 360 | "name": "StructWithOnlyOptionals", |
301 | 361 | "properties": [ |
302 | 362 | { |
|
305 | 365 | "summary": "The first optional!" |
306 | 366 | }, |
307 | 367 | "immutable": true, |
| 368 | + "locationInModule": { |
| 369 | + "filename": "lib/index.ts", |
| 370 | + "line": 88 |
| 371 | + }, |
308 | 372 | "name": "optional1", |
309 | 373 | "type": { |
310 | 374 | "optional": true, |
|
314 | 378 | { |
315 | 379 | "abstract": true, |
316 | 380 | "immutable": true, |
| 381 | + "locationInModule": { |
| 382 | + "filename": "lib/index.ts", |
| 383 | + "line": 89 |
| 384 | + }, |
317 | 385 | "name": "optional2", |
318 | 386 | "type": { |
319 | 387 | "optional": true, |
|
323 | 391 | { |
324 | 392 | "abstract": true, |
325 | 393 | "immutable": true, |
| 394 | + "locationInModule": { |
| 395 | + "filename": "lib/index.ts", |
| 396 | + "line": 90 |
| 397 | + }, |
326 | 398 | "name": "optional3", |
327 | 399 | "type": { |
328 | 400 | "optional": true, |
|
345 | 417 | "initializer": true |
346 | 418 | }, |
347 | 419 | "kind": "class", |
| 420 | + "locationInModule": { |
| 421 | + "filename": "lib/index.ts", |
| 422 | + "line": 6 |
| 423 | + }, |
348 | 424 | "methods": [ |
349 | 425 | { |
350 | 426 | "docs": { |
351 | 427 | "summary": "String representation of the value." |
352 | 428 | }, |
| 429 | + "locationInModule": { |
| 430 | + "filename": "lib/index.ts", |
| 431 | + "line": 15 |
| 432 | + }, |
353 | 433 | "name": "toString", |
354 | 434 | "returns": { |
355 | 435 | "primitive": "string" |
|
364 | 444 | "summary": "The value." |
365 | 445 | }, |
366 | 446 | "immutable": true, |
| 447 | + "locationInModule": { |
| 448 | + "filename": "lib/index.ts", |
| 449 | + "line": 10 |
| 450 | + }, |
367 | 451 | "name": "value", |
368 | 452 | "type": { |
369 | 453 | "primitive": "number" |
|
373 | 457 | } |
374 | 458 | }, |
375 | 459 | "version": "0.8.2", |
376 | | - "fingerprint": "SDQQzBvYRO3SXfWWgpKwLDSy3EgMqP/e6rd75kblKA0=" |
| 460 | + "fingerprint": "2SedGkpowEeJlL9PQ73/9LzRqzty2BGz+4bEsbOVlYU=" |
377 | 461 | } |
0 commit comments