@alloy-js/core 0.4.0 → 0.5.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/CHANGELOG.md +9 -0
- package/dist/src/binder.d.ts +15 -13
- package/dist/src/binder.d.ts.map +1 -1
- package/dist/src/binder.js +19 -15
- package/dist/src/binder.js.map +1 -1
- package/dist/src/components/Declaration.d.ts +1 -1
- package/dist/src/components/Declaration.d.ts.map +1 -1
- package/dist/src/components/Indent.d.ts +1 -1
- package/dist/src/components/Indent.d.ts.map +1 -1
- package/dist/src/components/MemberDeclaration.d.ts +1 -1
- package/dist/src/components/MemberDeclaration.d.ts.map +1 -1
- package/dist/src/components/MemberName.d.ts +1 -1
- package/dist/src/components/MemberName.d.ts.map +1 -1
- package/dist/src/components/MemberScope.d.ts +1 -1
- package/dist/src/components/MemberScope.d.ts.map +1 -1
- package/dist/src/components/Name.d.ts +1 -1
- package/dist/src/components/Name.d.ts.map +1 -1
- package/dist/src/components/Output.d.ts +1 -1
- package/dist/src/components/Output.d.ts.map +1 -1
- package/dist/src/components/Output.js +3 -1
- package/dist/src/components/Output.js.map +1 -1
- package/dist/src/components/Scope.d.ts +1 -1
- package/dist/src/components/Scope.d.ts.map +1 -1
- package/dist/src/components/SourceDirectory.d.ts +2 -2
- package/dist/src/components/SourceDirectory.d.ts.map +1 -1
- package/dist/src/components/SourceFile.d.ts +2 -2
- package/dist/src/components/SourceFile.d.ts.map +1 -1
- package/dist/src/components/stc/index.d.ts +18 -18
- package/dist/src/context/member-declaration.d.ts +1 -0
- package/dist/src/context/member-declaration.d.ts.map +1 -1
- package/dist/src/context/member-declaration.js +4 -1
- package/dist/src/context/member-declaration.js.map +1 -1
- package/dist/src/index.d.ts +1 -0
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/index.js +1 -0
- package/dist/src/index.js.map +1 -1
- package/dist/src/jsx-runtime.d.ts +21 -2
- package/dist/src/jsx-runtime.d.ts.map +1 -1
- package/dist/src/jsx-runtime.js +12 -1
- package/dist/src/jsx-runtime.js.map +1 -1
- package/dist/src/render.js +12 -10
- package/dist/src/render.js.map +1 -1
- package/dist/src/tap.d.ts +19 -0
- package/dist/src/tap.d.ts.map +1 -0
- package/dist/src/tap.js +39 -0
- package/dist/src/tap.js.map +1 -0
- package/dist/src/utils.d.ts +1 -1
- package/dist/src/utils.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -2
- package/src/binder.ts +39 -50
- package/src/components/Output.tsx +2 -1
- package/src/components/SourceDirectory.tsx +1 -1
- package/src/components/SourceFile.tsx +1 -1
- package/src/context/member-declaration.ts +9 -1
- package/src/index.ts +1 -0
- package/src/jsx-runtime.ts +27 -3
- package/src/render.ts +13 -11
- package/src/tap.ts +69 -0
- package/temp/api.json +1364 -225
- package/test/symbols.test.ts +59 -3
package/temp/api.json
CHANGED
|
@@ -407,54 +407,14 @@
|
|
|
407
407
|
"kind": "Content",
|
|
408
408
|
"text": ">(args: "
|
|
409
409
|
},
|
|
410
|
-
{
|
|
411
|
-
"kind": "Content",
|
|
412
|
-
"text": "{\n kind: T[\"kind\"];\n name: string;\n parent?: "
|
|
413
|
-
},
|
|
414
|
-
{
|
|
415
|
-
"kind": "Reference",
|
|
416
|
-
"text": "OutputScope",
|
|
417
|
-
"canonicalReference": "@alloy-js/core!OutputScope:interface"
|
|
418
|
-
},
|
|
419
|
-
{
|
|
420
|
-
"kind": "Content",
|
|
421
|
-
"text": " | undefined;\n flags?: "
|
|
422
|
-
},
|
|
423
|
-
{
|
|
424
|
-
"kind": "Reference",
|
|
425
|
-
"text": "OutputScopeFlags",
|
|
426
|
-
"canonicalReference": "@alloy-js/core!OutputScopeFlags:enum"
|
|
427
|
-
},
|
|
428
|
-
{
|
|
429
|
-
"kind": "Content",
|
|
430
|
-
"text": ";\n owner?: "
|
|
431
|
-
},
|
|
432
|
-
{
|
|
433
|
-
"kind": "Reference",
|
|
434
|
-
"text": "OutputSymbol",
|
|
435
|
-
"canonicalReference": "@alloy-js/core!OutputSymbol:interface"
|
|
436
|
-
},
|
|
437
|
-
{
|
|
438
|
-
"kind": "Content",
|
|
439
|
-
"text": ";\n } & "
|
|
440
|
-
},
|
|
441
|
-
{
|
|
442
|
-
"kind": "Reference",
|
|
443
|
-
"text": "Omit",
|
|
444
|
-
"canonicalReference": "!Omit:type"
|
|
445
|
-
},
|
|
446
|
-
{
|
|
447
|
-
"kind": "Content",
|
|
448
|
-
"text": "<T, keyof "
|
|
449
|
-
},
|
|
450
410
|
{
|
|
451
411
|
"kind": "Reference",
|
|
452
|
-
"text": "
|
|
453
|
-
"canonicalReference": "@alloy-js/core!
|
|
412
|
+
"text": "CreateScopeOptions",
|
|
413
|
+
"canonicalReference": "@alloy-js/core!CreateScopeOptions:type"
|
|
454
414
|
},
|
|
455
415
|
{
|
|
456
416
|
"kind": "Content",
|
|
457
|
-
"text": ">"
|
|
417
|
+
"text": "<T>"
|
|
458
418
|
},
|
|
459
419
|
{
|
|
460
420
|
"kind": "Content",
|
|
@@ -471,8 +431,8 @@
|
|
|
471
431
|
],
|
|
472
432
|
"isOptional": false,
|
|
473
433
|
"returnTypeTokenRange": {
|
|
474
|
-
"startIndex":
|
|
475
|
-
"endIndex":
|
|
434
|
+
"startIndex": 6,
|
|
435
|
+
"endIndex": 7
|
|
476
436
|
},
|
|
477
437
|
"releaseTag": "Public",
|
|
478
438
|
"overloadIndex": 1,
|
|
@@ -481,7 +441,7 @@
|
|
|
481
441
|
"parameterName": "args",
|
|
482
442
|
"parameterTypeTokenRange": {
|
|
483
443
|
"startIndex": 3,
|
|
484
|
-
"endIndex":
|
|
444
|
+
"endIndex": 5
|
|
485
445
|
},
|
|
486
446
|
"isOptional": false
|
|
487
447
|
}
|
|
@@ -519,45 +479,14 @@
|
|
|
519
479
|
"kind": "Content",
|
|
520
480
|
"text": ">(args: "
|
|
521
481
|
},
|
|
522
|
-
{
|
|
523
|
-
"kind": "Content",
|
|
524
|
-
"text": "{\n name: string;\n scope?: "
|
|
525
|
-
},
|
|
526
|
-
{
|
|
527
|
-
"kind": "Reference",
|
|
528
|
-
"text": "OutputScope",
|
|
529
|
-
"canonicalReference": "@alloy-js/core!OutputScope:interface"
|
|
530
|
-
},
|
|
531
|
-
{
|
|
532
|
-
"kind": "Content",
|
|
533
|
-
"text": ";\n refkey?: unknown;\n flags?: "
|
|
534
|
-
},
|
|
535
|
-
{
|
|
536
|
-
"kind": "Reference",
|
|
537
|
-
"text": "OutputSymbolFlags",
|
|
538
|
-
"canonicalReference": "@alloy-js/core!OutputSymbolFlags:enum"
|
|
539
|
-
},
|
|
540
|
-
{
|
|
541
|
-
"kind": "Content",
|
|
542
|
-
"text": ";\n } & "
|
|
543
|
-
},
|
|
544
|
-
{
|
|
545
|
-
"kind": "Reference",
|
|
546
|
-
"text": "Omit",
|
|
547
|
-
"canonicalReference": "!Omit:type"
|
|
548
|
-
},
|
|
549
|
-
{
|
|
550
|
-
"kind": "Content",
|
|
551
|
-
"text": "<T, keyof "
|
|
552
|
-
},
|
|
553
482
|
{
|
|
554
483
|
"kind": "Reference",
|
|
555
|
-
"text": "
|
|
556
|
-
"canonicalReference": "@alloy-js/core!
|
|
484
|
+
"text": "CreateSymbolOptions",
|
|
485
|
+
"canonicalReference": "@alloy-js/core!CreateSymbolOptions:type"
|
|
557
486
|
},
|
|
558
487
|
{
|
|
559
488
|
"kind": "Content",
|
|
560
|
-
"text": ">"
|
|
489
|
+
"text": "<T>"
|
|
561
490
|
},
|
|
562
491
|
{
|
|
563
492
|
"kind": "Content",
|
|
@@ -574,8 +503,8 @@
|
|
|
574
503
|
],
|
|
575
504
|
"isOptional": false,
|
|
576
505
|
"returnTypeTokenRange": {
|
|
577
|
-
"startIndex":
|
|
578
|
-
"endIndex":
|
|
506
|
+
"startIndex": 6,
|
|
507
|
+
"endIndex": 7
|
|
579
508
|
},
|
|
580
509
|
"releaseTag": "Public",
|
|
581
510
|
"overloadIndex": 1,
|
|
@@ -584,7 +513,7 @@
|
|
|
584
513
|
"parameterName": "args",
|
|
585
514
|
"parameterTypeTokenRange": {
|
|
586
515
|
"startIndex": 3,
|
|
587
|
-
"endIndex":
|
|
516
|
+
"endIndex": 5
|
|
588
517
|
},
|
|
589
518
|
"isOptional": false
|
|
590
519
|
}
|
|
@@ -1277,16 +1206,7 @@
|
|
|
1277
1206
|
},
|
|
1278
1207
|
{
|
|
1279
1208
|
"kind": "Content",
|
|
1280
|
-
"text": "string | boolean | number | undefined | null | (() => "
|
|
1281
|
-
},
|
|
1282
|
-
{
|
|
1283
|
-
"kind": "Reference",
|
|
1284
|
-
"text": "Child",
|
|
1285
|
-
"canonicalReference": "@alloy-js/core!Child:type"
|
|
1286
|
-
},
|
|
1287
|
-
{
|
|
1288
|
-
"kind": "Content",
|
|
1289
|
-
"text": " | "
|
|
1209
|
+
"text": "string | boolean | number | undefined | null | void | (() => "
|
|
1290
1210
|
},
|
|
1291
1211
|
{
|
|
1292
1212
|
"kind": "Reference",
|
|
@@ -1330,7 +1250,7 @@
|
|
|
1330
1250
|
"name": "Child",
|
|
1331
1251
|
"typeTokenRange": {
|
|
1332
1252
|
"startIndex": 1,
|
|
1333
|
-
"endIndex":
|
|
1253
|
+
"endIndex": 9
|
|
1334
1254
|
}
|
|
1335
1255
|
},
|
|
1336
1256
|
{
|
|
@@ -1483,6 +1403,52 @@
|
|
|
1483
1403
|
],
|
|
1484
1404
|
"name": "childrenArray"
|
|
1485
1405
|
},
|
|
1406
|
+
{
|
|
1407
|
+
"kind": "Function",
|
|
1408
|
+
"canonicalReference": "@alloy-js/core!cleanup:function(1)",
|
|
1409
|
+
"docComment": "",
|
|
1410
|
+
"excerptTokens": [
|
|
1411
|
+
{
|
|
1412
|
+
"kind": "Content",
|
|
1413
|
+
"text": "export declare function cleanup(fn: "
|
|
1414
|
+
},
|
|
1415
|
+
{
|
|
1416
|
+
"kind": "Reference",
|
|
1417
|
+
"text": "Disposable",
|
|
1418
|
+
"canonicalReference": "@alloy-js/core!Disposable_2:interface"
|
|
1419
|
+
},
|
|
1420
|
+
{
|
|
1421
|
+
"kind": "Content",
|
|
1422
|
+
"text": "): "
|
|
1423
|
+
},
|
|
1424
|
+
{
|
|
1425
|
+
"kind": "Content",
|
|
1426
|
+
"text": "void"
|
|
1427
|
+
},
|
|
1428
|
+
{
|
|
1429
|
+
"kind": "Content",
|
|
1430
|
+
"text": ";"
|
|
1431
|
+
}
|
|
1432
|
+
],
|
|
1433
|
+
"fileUrlPath": "src/jsx-runtime.ts",
|
|
1434
|
+
"returnTypeTokenRange": {
|
|
1435
|
+
"startIndex": 3,
|
|
1436
|
+
"endIndex": 4
|
|
1437
|
+
},
|
|
1438
|
+
"releaseTag": "Public",
|
|
1439
|
+
"overloadIndex": 1,
|
|
1440
|
+
"parameters": [
|
|
1441
|
+
{
|
|
1442
|
+
"parameterName": "fn",
|
|
1443
|
+
"parameterTypeTokenRange": {
|
|
1444
|
+
"startIndex": 1,
|
|
1445
|
+
"endIndex": 2
|
|
1446
|
+
},
|
|
1447
|
+
"isOptional": false
|
|
1448
|
+
}
|
|
1449
|
+
],
|
|
1450
|
+
"name": "cleanup"
|
|
1451
|
+
},
|
|
1486
1452
|
{
|
|
1487
1453
|
"kind": "Function",
|
|
1488
1454
|
"canonicalReference": "@alloy-js/core!code:function(1)",
|
|
@@ -2631,24 +2597,39 @@
|
|
|
2631
2597
|
},
|
|
2632
2598
|
{
|
|
2633
2599
|
"kind": "Function",
|
|
2634
|
-
"canonicalReference": "@alloy-js/core!
|
|
2600
|
+
"canonicalReference": "@alloy-js/core!createDeclarationTap:function(1)",
|
|
2635
2601
|
"docComment": "",
|
|
2636
2602
|
"excerptTokens": [
|
|
2637
2603
|
{
|
|
2638
2604
|
"kind": "Content",
|
|
2639
|
-
"text": "export declare function
|
|
2605
|
+
"text": "export declare function createDeclarationTap<TSymbol extends "
|
|
2606
|
+
},
|
|
2607
|
+
{
|
|
2608
|
+
"kind": "Reference",
|
|
2609
|
+
"text": "OutputSymbol",
|
|
2610
|
+
"canonicalReference": "@alloy-js/core!OutputSymbol:interface"
|
|
2640
2611
|
},
|
|
2641
2612
|
{
|
|
2642
2613
|
"kind": "Content",
|
|
2643
|
-
"text": "
|
|
2614
|
+
"text": " = "
|
|
2615
|
+
},
|
|
2616
|
+
{
|
|
2617
|
+
"kind": "Reference",
|
|
2618
|
+
"text": "OutputSymbol",
|
|
2619
|
+
"canonicalReference": "@alloy-js/core!OutputSymbol:interface"
|
|
2644
2620
|
},
|
|
2645
2621
|
{
|
|
2646
2622
|
"kind": "Content",
|
|
2647
|
-
"text": "
|
|
2623
|
+
"text": ">(handler?: "
|
|
2624
|
+
},
|
|
2625
|
+
{
|
|
2626
|
+
"kind": "Reference",
|
|
2627
|
+
"text": "Handler",
|
|
2628
|
+
"canonicalReference": "@alloy-js/core!Handler:interface"
|
|
2648
2629
|
},
|
|
2649
2630
|
{
|
|
2650
2631
|
"kind": "Content",
|
|
2651
|
-
"text": "
|
|
2632
|
+
"text": "<TSymbol>"
|
|
2652
2633
|
},
|
|
2653
2634
|
{
|
|
2654
2635
|
"kind": "Content",
|
|
@@ -2656,78 +2637,85 @@
|
|
|
2656
2637
|
},
|
|
2657
2638
|
{
|
|
2658
2639
|
"kind": "Reference",
|
|
2659
|
-
"text": "
|
|
2660
|
-
"canonicalReference": "@alloy-js/core!
|
|
2640
|
+
"text": "Tap",
|
|
2641
|
+
"canonicalReference": "@alloy-js/core!Tap:interface"
|
|
2661
2642
|
},
|
|
2662
2643
|
{
|
|
2663
2644
|
"kind": "Content",
|
|
2664
|
-
"text": "<
|
|
2645
|
+
"text": "<TSymbol>"
|
|
2665
2646
|
},
|
|
2666
2647
|
{
|
|
2667
2648
|
"kind": "Content",
|
|
2668
2649
|
"text": ";"
|
|
2669
2650
|
}
|
|
2670
2651
|
],
|
|
2671
|
-
"fileUrlPath": "src/
|
|
2652
|
+
"fileUrlPath": "src/tap.ts",
|
|
2672
2653
|
"returnTypeTokenRange": {
|
|
2673
|
-
"startIndex":
|
|
2674
|
-
"endIndex":
|
|
2654
|
+
"startIndex": 8,
|
|
2655
|
+
"endIndex": 10
|
|
2675
2656
|
},
|
|
2676
2657
|
"releaseTag": "Public",
|
|
2677
2658
|
"overloadIndex": 1,
|
|
2678
2659
|
"parameters": [
|
|
2679
2660
|
{
|
|
2680
|
-
"parameterName": "
|
|
2681
|
-
"parameterTypeTokenRange": {
|
|
2682
|
-
"startIndex": 1,
|
|
2683
|
-
"endIndex": 2
|
|
2684
|
-
},
|
|
2685
|
-
"isOptional": false
|
|
2686
|
-
},
|
|
2687
|
-
{
|
|
2688
|
-
"parameterName": "defaultValue",
|
|
2661
|
+
"parameterName": "handler",
|
|
2689
2662
|
"parameterTypeTokenRange": {
|
|
2690
|
-
"startIndex":
|
|
2691
|
-
"endIndex":
|
|
2663
|
+
"startIndex": 5,
|
|
2664
|
+
"endIndex": 7
|
|
2692
2665
|
},
|
|
2693
2666
|
"isOptional": true
|
|
2694
2667
|
}
|
|
2695
2668
|
],
|
|
2696
2669
|
"typeParameters": [
|
|
2697
2670
|
{
|
|
2698
|
-
"typeParameterName": "
|
|
2671
|
+
"typeParameterName": "TSymbol",
|
|
2699
2672
|
"constraintTokenRange": {
|
|
2700
|
-
"startIndex":
|
|
2701
|
-
"endIndex":
|
|
2673
|
+
"startIndex": 1,
|
|
2674
|
+
"endIndex": 2
|
|
2702
2675
|
},
|
|
2703
2676
|
"defaultTypeTokenRange": {
|
|
2704
|
-
"startIndex":
|
|
2705
|
-
"endIndex":
|
|
2677
|
+
"startIndex": 3,
|
|
2678
|
+
"endIndex": 4
|
|
2706
2679
|
}
|
|
2707
2680
|
}
|
|
2708
2681
|
],
|
|
2709
|
-
"name": "
|
|
2682
|
+
"name": "createDeclarationTap"
|
|
2710
2683
|
},
|
|
2711
2684
|
{
|
|
2712
2685
|
"kind": "Function",
|
|
2713
|
-
"canonicalReference": "@alloy-js/core!
|
|
2686
|
+
"canonicalReference": "@alloy-js/core!createMemberTap:function(1)",
|
|
2714
2687
|
"docComment": "",
|
|
2715
2688
|
"excerptTokens": [
|
|
2716
2689
|
{
|
|
2717
2690
|
"kind": "Content",
|
|
2718
|
-
"text": "export declare function
|
|
2691
|
+
"text": "export declare function createMemberTap<TSymbol extends "
|
|
2692
|
+
},
|
|
2693
|
+
{
|
|
2694
|
+
"kind": "Reference",
|
|
2695
|
+
"text": "OutputSymbol",
|
|
2696
|
+
"canonicalReference": "@alloy-js/core!OutputSymbol:interface"
|
|
2719
2697
|
},
|
|
2720
2698
|
{
|
|
2721
2699
|
"kind": "Content",
|
|
2722
|
-
"text": "
|
|
2700
|
+
"text": " = "
|
|
2701
|
+
},
|
|
2702
|
+
{
|
|
2703
|
+
"kind": "Reference",
|
|
2704
|
+
"text": "OutputSymbol",
|
|
2705
|
+
"canonicalReference": "@alloy-js/core!OutputSymbol:interface"
|
|
2723
2706
|
},
|
|
2724
2707
|
{
|
|
2725
2708
|
"kind": "Content",
|
|
2726
|
-
"text": ">(
|
|
2709
|
+
"text": ">(handler?: "
|
|
2710
|
+
},
|
|
2711
|
+
{
|
|
2712
|
+
"kind": "Reference",
|
|
2713
|
+
"text": "Handler",
|
|
2714
|
+
"canonicalReference": "@alloy-js/core!Handler:interface"
|
|
2727
2715
|
},
|
|
2728
2716
|
{
|
|
2729
2717
|
"kind": "Content",
|
|
2730
|
-
"text": "
|
|
2718
|
+
"text": "<TSymbol>"
|
|
2731
2719
|
},
|
|
2732
2720
|
{
|
|
2733
2721
|
"kind": "Content",
|
|
@@ -2735,63 +2723,70 @@
|
|
|
2735
2723
|
},
|
|
2736
2724
|
{
|
|
2737
2725
|
"kind": "Reference",
|
|
2738
|
-
"text": "
|
|
2739
|
-
"canonicalReference": "@alloy-js/core!
|
|
2726
|
+
"text": "Tap",
|
|
2727
|
+
"canonicalReference": "@alloy-js/core!Tap:interface"
|
|
2740
2728
|
},
|
|
2741
2729
|
{
|
|
2742
2730
|
"kind": "Content",
|
|
2743
|
-
"text": "<
|
|
2731
|
+
"text": "<TSymbol>"
|
|
2744
2732
|
},
|
|
2745
2733
|
{
|
|
2746
2734
|
"kind": "Content",
|
|
2747
2735
|
"text": ";"
|
|
2748
2736
|
}
|
|
2749
2737
|
],
|
|
2750
|
-
"fileUrlPath": "src/
|
|
2738
|
+
"fileUrlPath": "src/tap.ts",
|
|
2751
2739
|
"returnTypeTokenRange": {
|
|
2752
|
-
"startIndex":
|
|
2753
|
-
"endIndex":
|
|
2740
|
+
"startIndex": 8,
|
|
2741
|
+
"endIndex": 10
|
|
2754
2742
|
},
|
|
2755
2743
|
"releaseTag": "Public",
|
|
2756
2744
|
"overloadIndex": 1,
|
|
2757
2745
|
"parameters": [
|
|
2758
2746
|
{
|
|
2759
|
-
"parameterName": "
|
|
2747
|
+
"parameterName": "handler",
|
|
2760
2748
|
"parameterTypeTokenRange": {
|
|
2761
|
-
"startIndex":
|
|
2762
|
-
"endIndex":
|
|
2749
|
+
"startIndex": 5,
|
|
2750
|
+
"endIndex": 7
|
|
2763
2751
|
},
|
|
2764
|
-
"isOptional":
|
|
2752
|
+
"isOptional": true
|
|
2765
2753
|
}
|
|
2766
2754
|
],
|
|
2767
2755
|
"typeParameters": [
|
|
2768
2756
|
{
|
|
2769
|
-
"typeParameterName": "
|
|
2757
|
+
"typeParameterName": "TSymbol",
|
|
2770
2758
|
"constraintTokenRange": {
|
|
2771
2759
|
"startIndex": 1,
|
|
2772
2760
|
"endIndex": 2
|
|
2773
2761
|
},
|
|
2774
2762
|
"defaultTypeTokenRange": {
|
|
2775
|
-
"startIndex":
|
|
2776
|
-
"endIndex":
|
|
2763
|
+
"startIndex": 3,
|
|
2764
|
+
"endIndex": 4
|
|
2777
2765
|
}
|
|
2778
2766
|
}
|
|
2779
2767
|
],
|
|
2780
|
-
"name": "
|
|
2768
|
+
"name": "createMemberTap"
|
|
2781
2769
|
},
|
|
2782
2770
|
{
|
|
2783
2771
|
"kind": "Function",
|
|
2784
|
-
"canonicalReference": "@alloy-js/core!
|
|
2772
|
+
"canonicalReference": "@alloy-js/core!createNamedContext:function(1)",
|
|
2785
2773
|
"docComment": "",
|
|
2786
2774
|
"excerptTokens": [
|
|
2787
2775
|
{
|
|
2788
2776
|
"kind": "Content",
|
|
2789
|
-
"text": "export declare function
|
|
2777
|
+
"text": "export declare function createNamedContext<T>(name: "
|
|
2790
2778
|
},
|
|
2791
2779
|
{
|
|
2792
|
-
"kind": "
|
|
2793
|
-
"text": "
|
|
2794
|
-
|
|
2780
|
+
"kind": "Content",
|
|
2781
|
+
"text": "string"
|
|
2782
|
+
},
|
|
2783
|
+
{
|
|
2784
|
+
"kind": "Content",
|
|
2785
|
+
"text": ", defaultValue?: "
|
|
2786
|
+
},
|
|
2787
|
+
{
|
|
2788
|
+
"kind": "Content",
|
|
2789
|
+
"text": "T"
|
|
2795
2790
|
},
|
|
2796
2791
|
{
|
|
2797
2792
|
"kind": "Content",
|
|
@@ -2799,33 +2794,636 @@
|
|
|
2799
2794
|
},
|
|
2800
2795
|
{
|
|
2801
2796
|
"kind": "Reference",
|
|
2802
|
-
"text": "
|
|
2803
|
-
"canonicalReference": "@alloy-js/core!
|
|
2797
|
+
"text": "ComponentContext",
|
|
2798
|
+
"canonicalReference": "@alloy-js/core!ComponentContext:interface"
|
|
2799
|
+
},
|
|
2800
|
+
{
|
|
2801
|
+
"kind": "Content",
|
|
2802
|
+
"text": "<T>"
|
|
2804
2803
|
},
|
|
2805
2804
|
{
|
|
2806
2805
|
"kind": "Content",
|
|
2807
2806
|
"text": ";"
|
|
2808
2807
|
}
|
|
2809
2808
|
],
|
|
2810
|
-
"fileUrlPath": "src/
|
|
2809
|
+
"fileUrlPath": "src/context.ts",
|
|
2811
2810
|
"returnTypeTokenRange": {
|
|
2812
|
-
"startIndex":
|
|
2813
|
-
"endIndex":
|
|
2811
|
+
"startIndex": 5,
|
|
2812
|
+
"endIndex": 7
|
|
2814
2813
|
},
|
|
2815
2814
|
"releaseTag": "Public",
|
|
2816
2815
|
"overloadIndex": 1,
|
|
2817
2816
|
"parameters": [
|
|
2818
2817
|
{
|
|
2819
|
-
"parameterName": "
|
|
2818
|
+
"parameterName": "name",
|
|
2820
2819
|
"parameterTypeTokenRange": {
|
|
2821
2820
|
"startIndex": 1,
|
|
2822
2821
|
"endIndex": 2
|
|
2823
2822
|
},
|
|
2824
|
-
"isOptional":
|
|
2825
|
-
}
|
|
2826
|
-
|
|
2823
|
+
"isOptional": false
|
|
2824
|
+
},
|
|
2825
|
+
{
|
|
2826
|
+
"parameterName": "defaultValue",
|
|
2827
|
+
"parameterTypeTokenRange": {
|
|
2828
|
+
"startIndex": 3,
|
|
2829
|
+
"endIndex": 4
|
|
2830
|
+
},
|
|
2831
|
+
"isOptional": true
|
|
2832
|
+
}
|
|
2833
|
+
],
|
|
2834
|
+
"typeParameters": [
|
|
2835
|
+
{
|
|
2836
|
+
"typeParameterName": "T",
|
|
2837
|
+
"constraintTokenRange": {
|
|
2838
|
+
"startIndex": 0,
|
|
2839
|
+
"endIndex": 0
|
|
2840
|
+
},
|
|
2841
|
+
"defaultTypeTokenRange": {
|
|
2842
|
+
"startIndex": 0,
|
|
2843
|
+
"endIndex": 0
|
|
2844
|
+
}
|
|
2845
|
+
}
|
|
2846
|
+
],
|
|
2847
|
+
"name": "createNamedContext"
|
|
2848
|
+
},
|
|
2849
|
+
{
|
|
2850
|
+
"kind": "Function",
|
|
2851
|
+
"canonicalReference": "@alloy-js/core!createNamePolicy:function(1)",
|
|
2852
|
+
"docComment": "",
|
|
2853
|
+
"excerptTokens": [
|
|
2854
|
+
{
|
|
2855
|
+
"kind": "Content",
|
|
2856
|
+
"text": "export declare function createNamePolicy<T extends "
|
|
2857
|
+
},
|
|
2858
|
+
{
|
|
2859
|
+
"kind": "Content",
|
|
2860
|
+
"text": "string"
|
|
2861
|
+
},
|
|
2862
|
+
{
|
|
2863
|
+
"kind": "Content",
|
|
2864
|
+
"text": ">(namer: "
|
|
2865
|
+
},
|
|
2866
|
+
{
|
|
2867
|
+
"kind": "Content",
|
|
2868
|
+
"text": "(name: string, elements: T) => string"
|
|
2869
|
+
},
|
|
2870
|
+
{
|
|
2871
|
+
"kind": "Content",
|
|
2872
|
+
"text": "): "
|
|
2873
|
+
},
|
|
2874
|
+
{
|
|
2875
|
+
"kind": "Reference",
|
|
2876
|
+
"text": "NamePolicy",
|
|
2877
|
+
"canonicalReference": "@alloy-js/core!NamePolicy:interface"
|
|
2878
|
+
},
|
|
2879
|
+
{
|
|
2880
|
+
"kind": "Content",
|
|
2881
|
+
"text": "<T>"
|
|
2882
|
+
},
|
|
2883
|
+
{
|
|
2884
|
+
"kind": "Content",
|
|
2885
|
+
"text": ";"
|
|
2886
|
+
}
|
|
2887
|
+
],
|
|
2888
|
+
"fileUrlPath": "src/name-policy.ts",
|
|
2889
|
+
"returnTypeTokenRange": {
|
|
2890
|
+
"startIndex": 5,
|
|
2891
|
+
"endIndex": 7
|
|
2892
|
+
},
|
|
2893
|
+
"releaseTag": "Public",
|
|
2894
|
+
"overloadIndex": 1,
|
|
2895
|
+
"parameters": [
|
|
2896
|
+
{
|
|
2897
|
+
"parameterName": "namer",
|
|
2898
|
+
"parameterTypeTokenRange": {
|
|
2899
|
+
"startIndex": 3,
|
|
2900
|
+
"endIndex": 4
|
|
2901
|
+
},
|
|
2902
|
+
"isOptional": false
|
|
2903
|
+
}
|
|
2904
|
+
],
|
|
2905
|
+
"typeParameters": [
|
|
2906
|
+
{
|
|
2907
|
+
"typeParameterName": "T",
|
|
2908
|
+
"constraintTokenRange": {
|
|
2909
|
+
"startIndex": 1,
|
|
2910
|
+
"endIndex": 2
|
|
2911
|
+
},
|
|
2912
|
+
"defaultTypeTokenRange": {
|
|
2913
|
+
"startIndex": 0,
|
|
2914
|
+
"endIndex": 0
|
|
2915
|
+
}
|
|
2916
|
+
}
|
|
2917
|
+
],
|
|
2918
|
+
"name": "createNamePolicy"
|
|
2919
|
+
},
|
|
2920
|
+
{
|
|
2921
|
+
"kind": "Function",
|
|
2922
|
+
"canonicalReference": "@alloy-js/core!createOutputBinder:function(1)",
|
|
2923
|
+
"docComment": "",
|
|
2924
|
+
"excerptTokens": [
|
|
2925
|
+
{
|
|
2926
|
+
"kind": "Content",
|
|
2927
|
+
"text": "export declare function createOutputBinder(options?: "
|
|
2928
|
+
},
|
|
2929
|
+
{
|
|
2930
|
+
"kind": "Reference",
|
|
2931
|
+
"text": "BinderOptions",
|
|
2932
|
+
"canonicalReference": "@alloy-js/core!BinderOptions:interface"
|
|
2933
|
+
},
|
|
2934
|
+
{
|
|
2935
|
+
"kind": "Content",
|
|
2936
|
+
"text": "): "
|
|
2937
|
+
},
|
|
2938
|
+
{
|
|
2939
|
+
"kind": "Reference",
|
|
2940
|
+
"text": "Binder",
|
|
2941
|
+
"canonicalReference": "@alloy-js/core!Binder:interface"
|
|
2942
|
+
},
|
|
2943
|
+
{
|
|
2944
|
+
"kind": "Content",
|
|
2945
|
+
"text": ";"
|
|
2946
|
+
}
|
|
2947
|
+
],
|
|
2948
|
+
"fileUrlPath": "src/binder.ts",
|
|
2949
|
+
"returnTypeTokenRange": {
|
|
2950
|
+
"startIndex": 3,
|
|
2951
|
+
"endIndex": 4
|
|
2952
|
+
},
|
|
2953
|
+
"releaseTag": "Public",
|
|
2954
|
+
"overloadIndex": 1,
|
|
2955
|
+
"parameters": [
|
|
2956
|
+
{
|
|
2957
|
+
"parameterName": "options",
|
|
2958
|
+
"parameterTypeTokenRange": {
|
|
2959
|
+
"startIndex": 1,
|
|
2960
|
+
"endIndex": 2
|
|
2961
|
+
},
|
|
2962
|
+
"isOptional": true
|
|
2963
|
+
}
|
|
2964
|
+
],
|
|
2827
2965
|
"name": "createOutputBinder"
|
|
2828
2966
|
},
|
|
2967
|
+
{
|
|
2968
|
+
"kind": "TypeAlias",
|
|
2969
|
+
"canonicalReference": "@alloy-js/core!CreateScopeOptions:type",
|
|
2970
|
+
"docComment": "",
|
|
2971
|
+
"excerptTokens": [
|
|
2972
|
+
{
|
|
2973
|
+
"kind": "Content",
|
|
2974
|
+
"text": "export type CreateScopeOptions<T extends "
|
|
2975
|
+
},
|
|
2976
|
+
{
|
|
2977
|
+
"kind": "Reference",
|
|
2978
|
+
"text": "OutputScope",
|
|
2979
|
+
"canonicalReference": "@alloy-js/core!OutputScope:interface"
|
|
2980
|
+
},
|
|
2981
|
+
{
|
|
2982
|
+
"kind": "Content",
|
|
2983
|
+
"text": " = "
|
|
2984
|
+
},
|
|
2985
|
+
{
|
|
2986
|
+
"kind": "Reference",
|
|
2987
|
+
"text": "OutputScope",
|
|
2988
|
+
"canonicalReference": "@alloy-js/core!OutputScope:interface"
|
|
2989
|
+
},
|
|
2990
|
+
{
|
|
2991
|
+
"kind": "Content",
|
|
2992
|
+
"text": "> = "
|
|
2993
|
+
},
|
|
2994
|
+
{
|
|
2995
|
+
"kind": "Content",
|
|
2996
|
+
"text": "{\n kind: T[\"kind\"];\n name: string;\n parent?: "
|
|
2997
|
+
},
|
|
2998
|
+
{
|
|
2999
|
+
"kind": "Reference",
|
|
3000
|
+
"text": "OutputScope",
|
|
3001
|
+
"canonicalReference": "@alloy-js/core!OutputScope:interface"
|
|
3002
|
+
},
|
|
3003
|
+
{
|
|
3004
|
+
"kind": "Content",
|
|
3005
|
+
"text": " | undefined;\n flags?: "
|
|
3006
|
+
},
|
|
3007
|
+
{
|
|
3008
|
+
"kind": "Reference",
|
|
3009
|
+
"text": "OutputScopeFlags",
|
|
3010
|
+
"canonicalReference": "@alloy-js/core!OutputScopeFlags:enum"
|
|
3011
|
+
},
|
|
3012
|
+
{
|
|
3013
|
+
"kind": "Content",
|
|
3014
|
+
"text": ";\n owner?: "
|
|
3015
|
+
},
|
|
3016
|
+
{
|
|
3017
|
+
"kind": "Reference",
|
|
3018
|
+
"text": "OutputSymbol",
|
|
3019
|
+
"canonicalReference": "@alloy-js/core!OutputSymbol:interface"
|
|
3020
|
+
},
|
|
3021
|
+
{
|
|
3022
|
+
"kind": "Content",
|
|
3023
|
+
"text": ";\n} & "
|
|
3024
|
+
},
|
|
3025
|
+
{
|
|
3026
|
+
"kind": "Reference",
|
|
3027
|
+
"text": "Omit",
|
|
3028
|
+
"canonicalReference": "!Omit:type"
|
|
3029
|
+
},
|
|
3030
|
+
{
|
|
3031
|
+
"kind": "Content",
|
|
3032
|
+
"text": "<T, keyof "
|
|
3033
|
+
},
|
|
3034
|
+
{
|
|
3035
|
+
"kind": "Reference",
|
|
3036
|
+
"text": "OutputScope",
|
|
3037
|
+
"canonicalReference": "@alloy-js/core!OutputScope:interface"
|
|
3038
|
+
},
|
|
3039
|
+
{
|
|
3040
|
+
"kind": "Content",
|
|
3041
|
+
"text": ">"
|
|
3042
|
+
},
|
|
3043
|
+
{
|
|
3044
|
+
"kind": "Content",
|
|
3045
|
+
"text": ";"
|
|
3046
|
+
}
|
|
3047
|
+
],
|
|
3048
|
+
"fileUrlPath": "src/binder.ts",
|
|
3049
|
+
"releaseTag": "Public",
|
|
3050
|
+
"name": "CreateScopeOptions",
|
|
3051
|
+
"typeParameters": [
|
|
3052
|
+
{
|
|
3053
|
+
"typeParameterName": "T",
|
|
3054
|
+
"constraintTokenRange": {
|
|
3055
|
+
"startIndex": 1,
|
|
3056
|
+
"endIndex": 2
|
|
3057
|
+
},
|
|
3058
|
+
"defaultTypeTokenRange": {
|
|
3059
|
+
"startIndex": 3,
|
|
3060
|
+
"endIndex": 4
|
|
3061
|
+
}
|
|
3062
|
+
}
|
|
3063
|
+
],
|
|
3064
|
+
"typeTokenRange": {
|
|
3065
|
+
"startIndex": 5,
|
|
3066
|
+
"endIndex": 16
|
|
3067
|
+
}
|
|
3068
|
+
},
|
|
3069
|
+
{
|
|
3070
|
+
"kind": "Function",
|
|
3071
|
+
"canonicalReference": "@alloy-js/core!createScopeTap:function(1)",
|
|
3072
|
+
"docComment": "",
|
|
3073
|
+
"excerptTokens": [
|
|
3074
|
+
{
|
|
3075
|
+
"kind": "Content",
|
|
3076
|
+
"text": "export declare function createScopeTap<TScope extends "
|
|
3077
|
+
},
|
|
3078
|
+
{
|
|
3079
|
+
"kind": "Reference",
|
|
3080
|
+
"text": "OutputScope",
|
|
3081
|
+
"canonicalReference": "@alloy-js/core!OutputScope:interface"
|
|
3082
|
+
},
|
|
3083
|
+
{
|
|
3084
|
+
"kind": "Content",
|
|
3085
|
+
"text": " = "
|
|
3086
|
+
},
|
|
3087
|
+
{
|
|
3088
|
+
"kind": "Reference",
|
|
3089
|
+
"text": "OutputScope",
|
|
3090
|
+
"canonicalReference": "@alloy-js/core!OutputScope:interface"
|
|
3091
|
+
},
|
|
3092
|
+
{
|
|
3093
|
+
"kind": "Content",
|
|
3094
|
+
"text": ">(handler?: "
|
|
3095
|
+
},
|
|
3096
|
+
{
|
|
3097
|
+
"kind": "Reference",
|
|
3098
|
+
"text": "Handler",
|
|
3099
|
+
"canonicalReference": "@alloy-js/core!Handler:interface"
|
|
3100
|
+
},
|
|
3101
|
+
{
|
|
3102
|
+
"kind": "Content",
|
|
3103
|
+
"text": "<TScope>"
|
|
3104
|
+
},
|
|
3105
|
+
{
|
|
3106
|
+
"kind": "Content",
|
|
3107
|
+
"text": "): "
|
|
3108
|
+
},
|
|
3109
|
+
{
|
|
3110
|
+
"kind": "Reference",
|
|
3111
|
+
"text": "Tap",
|
|
3112
|
+
"canonicalReference": "@alloy-js/core!Tap:interface"
|
|
3113
|
+
},
|
|
3114
|
+
{
|
|
3115
|
+
"kind": "Content",
|
|
3116
|
+
"text": "<TScope>"
|
|
3117
|
+
},
|
|
3118
|
+
{
|
|
3119
|
+
"kind": "Content",
|
|
3120
|
+
"text": ";"
|
|
3121
|
+
}
|
|
3122
|
+
],
|
|
3123
|
+
"fileUrlPath": "src/tap.ts",
|
|
3124
|
+
"returnTypeTokenRange": {
|
|
3125
|
+
"startIndex": 8,
|
|
3126
|
+
"endIndex": 10
|
|
3127
|
+
},
|
|
3128
|
+
"releaseTag": "Public",
|
|
3129
|
+
"overloadIndex": 1,
|
|
3130
|
+
"parameters": [
|
|
3131
|
+
{
|
|
3132
|
+
"parameterName": "handler",
|
|
3133
|
+
"parameterTypeTokenRange": {
|
|
3134
|
+
"startIndex": 5,
|
|
3135
|
+
"endIndex": 7
|
|
3136
|
+
},
|
|
3137
|
+
"isOptional": true
|
|
3138
|
+
}
|
|
3139
|
+
],
|
|
3140
|
+
"typeParameters": [
|
|
3141
|
+
{
|
|
3142
|
+
"typeParameterName": "TScope",
|
|
3143
|
+
"constraintTokenRange": {
|
|
3144
|
+
"startIndex": 1,
|
|
3145
|
+
"endIndex": 2
|
|
3146
|
+
},
|
|
3147
|
+
"defaultTypeTokenRange": {
|
|
3148
|
+
"startIndex": 3,
|
|
3149
|
+
"endIndex": 4
|
|
3150
|
+
}
|
|
3151
|
+
}
|
|
3152
|
+
],
|
|
3153
|
+
"name": "createScopeTap"
|
|
3154
|
+
},
|
|
3155
|
+
{
|
|
3156
|
+
"kind": "Function",
|
|
3157
|
+
"canonicalReference": "@alloy-js/core!createSourceFileTap:function(1)",
|
|
3158
|
+
"docComment": "",
|
|
3159
|
+
"excerptTokens": [
|
|
3160
|
+
{
|
|
3161
|
+
"kind": "Content",
|
|
3162
|
+
"text": "export declare function createSourceFileTap(handler?: "
|
|
3163
|
+
},
|
|
3164
|
+
{
|
|
3165
|
+
"kind": "Reference",
|
|
3166
|
+
"text": "Handler",
|
|
3167
|
+
"canonicalReference": "@alloy-js/core!Handler:interface"
|
|
3168
|
+
},
|
|
3169
|
+
{
|
|
3170
|
+
"kind": "Content",
|
|
3171
|
+
"text": "<"
|
|
3172
|
+
},
|
|
3173
|
+
{
|
|
3174
|
+
"kind": "Reference",
|
|
3175
|
+
"text": "SourceFileContext",
|
|
3176
|
+
"canonicalReference": "@alloy-js/core!SourceFileContext:interface"
|
|
3177
|
+
},
|
|
3178
|
+
{
|
|
3179
|
+
"kind": "Content",
|
|
3180
|
+
"text": ">"
|
|
3181
|
+
},
|
|
3182
|
+
{
|
|
3183
|
+
"kind": "Content",
|
|
3184
|
+
"text": "): "
|
|
3185
|
+
},
|
|
3186
|
+
{
|
|
3187
|
+
"kind": "Reference",
|
|
3188
|
+
"text": "Tap",
|
|
3189
|
+
"canonicalReference": "@alloy-js/core!Tap:interface"
|
|
3190
|
+
},
|
|
3191
|
+
{
|
|
3192
|
+
"kind": "Content",
|
|
3193
|
+
"text": "<"
|
|
3194
|
+
},
|
|
3195
|
+
{
|
|
3196
|
+
"kind": "Reference",
|
|
3197
|
+
"text": "SourceFileContext",
|
|
3198
|
+
"canonicalReference": "@alloy-js/core!SourceFileContext:interface"
|
|
3199
|
+
},
|
|
3200
|
+
{
|
|
3201
|
+
"kind": "Content",
|
|
3202
|
+
"text": ">"
|
|
3203
|
+
},
|
|
3204
|
+
{
|
|
3205
|
+
"kind": "Content",
|
|
3206
|
+
"text": ";"
|
|
3207
|
+
}
|
|
3208
|
+
],
|
|
3209
|
+
"fileUrlPath": "src/tap.ts",
|
|
3210
|
+
"returnTypeTokenRange": {
|
|
3211
|
+
"startIndex": 6,
|
|
3212
|
+
"endIndex": 10
|
|
3213
|
+
},
|
|
3214
|
+
"releaseTag": "Public",
|
|
3215
|
+
"overloadIndex": 1,
|
|
3216
|
+
"parameters": [
|
|
3217
|
+
{
|
|
3218
|
+
"parameterName": "handler",
|
|
3219
|
+
"parameterTypeTokenRange": {
|
|
3220
|
+
"startIndex": 1,
|
|
3221
|
+
"endIndex": 5
|
|
3222
|
+
},
|
|
3223
|
+
"isOptional": true
|
|
3224
|
+
}
|
|
3225
|
+
],
|
|
3226
|
+
"name": "createSourceFileTap"
|
|
3227
|
+
},
|
|
3228
|
+
{
|
|
3229
|
+
"kind": "TypeAlias",
|
|
3230
|
+
"canonicalReference": "@alloy-js/core!CreateSymbolOptions:type",
|
|
3231
|
+
"docComment": "",
|
|
3232
|
+
"excerptTokens": [
|
|
3233
|
+
{
|
|
3234
|
+
"kind": "Content",
|
|
3235
|
+
"text": "export type CreateSymbolOptions<T extends "
|
|
3236
|
+
},
|
|
3237
|
+
{
|
|
3238
|
+
"kind": "Reference",
|
|
3239
|
+
"text": "OutputSymbol",
|
|
3240
|
+
"canonicalReference": "@alloy-js/core!OutputSymbol:interface"
|
|
3241
|
+
},
|
|
3242
|
+
{
|
|
3243
|
+
"kind": "Content",
|
|
3244
|
+
"text": " = "
|
|
3245
|
+
},
|
|
3246
|
+
{
|
|
3247
|
+
"kind": "Reference",
|
|
3248
|
+
"text": "OutputSymbol",
|
|
3249
|
+
"canonicalReference": "@alloy-js/core!OutputSymbol:interface"
|
|
3250
|
+
},
|
|
3251
|
+
{
|
|
3252
|
+
"kind": "Content",
|
|
3253
|
+
"text": "> = "
|
|
3254
|
+
},
|
|
3255
|
+
{
|
|
3256
|
+
"kind": "Content",
|
|
3257
|
+
"text": "{\n name: string;\n scope?: "
|
|
3258
|
+
},
|
|
3259
|
+
{
|
|
3260
|
+
"kind": "Reference",
|
|
3261
|
+
"text": "OutputScope",
|
|
3262
|
+
"canonicalReference": "@alloy-js/core!OutputScope:interface"
|
|
3263
|
+
},
|
|
3264
|
+
{
|
|
3265
|
+
"kind": "Content",
|
|
3266
|
+
"text": ";\n refkey?: "
|
|
3267
|
+
},
|
|
3268
|
+
{
|
|
3269
|
+
"kind": "Reference",
|
|
3270
|
+
"text": "Refkey",
|
|
3271
|
+
"canonicalReference": "@alloy-js/core!Refkey:type"
|
|
3272
|
+
},
|
|
3273
|
+
{
|
|
3274
|
+
"kind": "Content",
|
|
3275
|
+
"text": ";\n flags?: "
|
|
3276
|
+
},
|
|
3277
|
+
{
|
|
3278
|
+
"kind": "Reference",
|
|
3279
|
+
"text": "OutputSymbolFlags",
|
|
3280
|
+
"canonicalReference": "@alloy-js/core!OutputSymbolFlags:enum"
|
|
3281
|
+
},
|
|
3282
|
+
{
|
|
3283
|
+
"kind": "Content",
|
|
3284
|
+
"text": ";\n} & "
|
|
3285
|
+
},
|
|
3286
|
+
{
|
|
3287
|
+
"kind": "Reference",
|
|
3288
|
+
"text": "Omit",
|
|
3289
|
+
"canonicalReference": "!Omit:type"
|
|
3290
|
+
},
|
|
3291
|
+
{
|
|
3292
|
+
"kind": "Content",
|
|
3293
|
+
"text": "<T, keyof "
|
|
3294
|
+
},
|
|
3295
|
+
{
|
|
3296
|
+
"kind": "Reference",
|
|
3297
|
+
"text": "OutputSymbol",
|
|
3298
|
+
"canonicalReference": "@alloy-js/core!OutputSymbol:interface"
|
|
3299
|
+
},
|
|
3300
|
+
{
|
|
3301
|
+
"kind": "Content",
|
|
3302
|
+
"text": ">"
|
|
3303
|
+
},
|
|
3304
|
+
{
|
|
3305
|
+
"kind": "Content",
|
|
3306
|
+
"text": ";"
|
|
3307
|
+
}
|
|
3308
|
+
],
|
|
3309
|
+
"fileUrlPath": "src/binder.ts",
|
|
3310
|
+
"releaseTag": "Public",
|
|
3311
|
+
"name": "CreateSymbolOptions",
|
|
3312
|
+
"typeParameters": [
|
|
3313
|
+
{
|
|
3314
|
+
"typeParameterName": "T",
|
|
3315
|
+
"constraintTokenRange": {
|
|
3316
|
+
"startIndex": 1,
|
|
3317
|
+
"endIndex": 2
|
|
3318
|
+
},
|
|
3319
|
+
"defaultTypeTokenRange": {
|
|
3320
|
+
"startIndex": 3,
|
|
3321
|
+
"endIndex": 4
|
|
3322
|
+
}
|
|
3323
|
+
}
|
|
3324
|
+
],
|
|
3325
|
+
"typeTokenRange": {
|
|
3326
|
+
"startIndex": 5,
|
|
3327
|
+
"endIndex": 16
|
|
3328
|
+
}
|
|
3329
|
+
},
|
|
3330
|
+
{
|
|
3331
|
+
"kind": "Function",
|
|
3332
|
+
"canonicalReference": "@alloy-js/core!createTap:function(1)",
|
|
3333
|
+
"docComment": "",
|
|
3334
|
+
"excerptTokens": [
|
|
3335
|
+
{
|
|
3336
|
+
"kind": "Content",
|
|
3337
|
+
"text": "export declare function createTap<T = "
|
|
3338
|
+
},
|
|
3339
|
+
{
|
|
3340
|
+
"kind": "Content",
|
|
3341
|
+
"text": "unknown"
|
|
3342
|
+
},
|
|
3343
|
+
{
|
|
3344
|
+
"kind": "Content",
|
|
3345
|
+
"text": ">(tapper: "
|
|
3346
|
+
},
|
|
3347
|
+
{
|
|
3348
|
+
"kind": "Reference",
|
|
3349
|
+
"text": "Tapper",
|
|
3350
|
+
"canonicalReference": "@alloy-js/core!Tapper:interface"
|
|
3351
|
+
},
|
|
3352
|
+
{
|
|
3353
|
+
"kind": "Content",
|
|
3354
|
+
"text": "<T>"
|
|
3355
|
+
},
|
|
3356
|
+
{
|
|
3357
|
+
"kind": "Content",
|
|
3358
|
+
"text": ", handler?: "
|
|
3359
|
+
},
|
|
3360
|
+
{
|
|
3361
|
+
"kind": "Reference",
|
|
3362
|
+
"text": "Handler",
|
|
3363
|
+
"canonicalReference": "@alloy-js/core!Handler:interface"
|
|
3364
|
+
},
|
|
3365
|
+
{
|
|
3366
|
+
"kind": "Content",
|
|
3367
|
+
"text": "<T>"
|
|
3368
|
+
},
|
|
3369
|
+
{
|
|
3370
|
+
"kind": "Content",
|
|
3371
|
+
"text": "): "
|
|
3372
|
+
},
|
|
3373
|
+
{
|
|
3374
|
+
"kind": "Reference",
|
|
3375
|
+
"text": "Tap",
|
|
3376
|
+
"canonicalReference": "@alloy-js/core!Tap:interface"
|
|
3377
|
+
},
|
|
3378
|
+
{
|
|
3379
|
+
"kind": "Content",
|
|
3380
|
+
"text": "<T>"
|
|
3381
|
+
},
|
|
3382
|
+
{
|
|
3383
|
+
"kind": "Content",
|
|
3384
|
+
"text": ";"
|
|
3385
|
+
}
|
|
3386
|
+
],
|
|
3387
|
+
"fileUrlPath": "src/tap.ts",
|
|
3388
|
+
"returnTypeTokenRange": {
|
|
3389
|
+
"startIndex": 9,
|
|
3390
|
+
"endIndex": 11
|
|
3391
|
+
},
|
|
3392
|
+
"releaseTag": "Public",
|
|
3393
|
+
"overloadIndex": 1,
|
|
3394
|
+
"parameters": [
|
|
3395
|
+
{
|
|
3396
|
+
"parameterName": "tapper",
|
|
3397
|
+
"parameterTypeTokenRange": {
|
|
3398
|
+
"startIndex": 3,
|
|
3399
|
+
"endIndex": 5
|
|
3400
|
+
},
|
|
3401
|
+
"isOptional": false
|
|
3402
|
+
},
|
|
3403
|
+
{
|
|
3404
|
+
"parameterName": "handler",
|
|
3405
|
+
"parameterTypeTokenRange": {
|
|
3406
|
+
"startIndex": 6,
|
|
3407
|
+
"endIndex": 8
|
|
3408
|
+
},
|
|
3409
|
+
"isOptional": true
|
|
3410
|
+
}
|
|
3411
|
+
],
|
|
3412
|
+
"typeParameters": [
|
|
3413
|
+
{
|
|
3414
|
+
"typeParameterName": "T",
|
|
3415
|
+
"constraintTokenRange": {
|
|
3416
|
+
"startIndex": 0,
|
|
3417
|
+
"endIndex": 0
|
|
3418
|
+
},
|
|
3419
|
+
"defaultTypeTokenRange": {
|
|
3420
|
+
"startIndex": 1,
|
|
3421
|
+
"endIndex": 2
|
|
3422
|
+
}
|
|
3423
|
+
}
|
|
3424
|
+
],
|
|
3425
|
+
"name": "createTap"
|
|
3426
|
+
},
|
|
2829
3427
|
{
|
|
2830
3428
|
"kind": "Function",
|
|
2831
3429
|
"canonicalReference": "@alloy-js/core!Declaration:function(1)",
|
|
@@ -2845,8 +3443,9 @@
|
|
|
2845
3443
|
"text": "): "
|
|
2846
3444
|
},
|
|
2847
3445
|
{
|
|
2848
|
-
"kind": "
|
|
2849
|
-
"text": "
|
|
3446
|
+
"kind": "Reference",
|
|
3447
|
+
"text": "Children",
|
|
3448
|
+
"canonicalReference": "@alloy-js/core!Children:type"
|
|
2850
3449
|
},
|
|
2851
3450
|
{
|
|
2852
3451
|
"kind": "Content",
|
|
@@ -3193,7 +3792,7 @@
|
|
|
3193
3792
|
},
|
|
3194
3793
|
{
|
|
3195
3794
|
"kind": "Content",
|
|
3196
|
-
"text": "<import(\"
|
|
3795
|
+
"text": "<import(\"@alloy-js/core/jsx-runtime\")."
|
|
3197
3796
|
},
|
|
3198
3797
|
{
|
|
3199
3798
|
"kind": "Reference",
|
|
@@ -3487,19 +4086,93 @@
|
|
|
3487
4086
|
"canonicalReference": "@alloy-js/core!~createSymbolsSymbol:var"
|
|
3488
4087
|
},
|
|
3489
4088
|
{
|
|
3490
|
-
"kind": "Content",
|
|
3491
|
-
"text": ";"
|
|
4089
|
+
"kind": "Content",
|
|
4090
|
+
"text": ";"
|
|
4091
|
+
}
|
|
4092
|
+
],
|
|
4093
|
+
"fileUrlPath": "src/binder.ts",
|
|
4094
|
+
"returnTypeTokenRange": {
|
|
4095
|
+
"startIndex": 1,
|
|
4096
|
+
"endIndex": 3
|
|
4097
|
+
},
|
|
4098
|
+
"releaseTag": "Public",
|
|
4099
|
+
"overloadIndex": 1,
|
|
4100
|
+
"parameters": [],
|
|
4101
|
+
"name": "getSymbolCreatorSymbol"
|
|
4102
|
+
},
|
|
4103
|
+
{
|
|
4104
|
+
"kind": "Interface",
|
|
4105
|
+
"canonicalReference": "@alloy-js/core!Handler:interface",
|
|
4106
|
+
"docComment": "",
|
|
4107
|
+
"excerptTokens": [
|
|
4108
|
+
{
|
|
4109
|
+
"kind": "Content",
|
|
4110
|
+
"text": "export interface Handler<T> "
|
|
4111
|
+
}
|
|
4112
|
+
],
|
|
4113
|
+
"fileUrlPath": "src/tap.ts",
|
|
4114
|
+
"releaseTag": "Public",
|
|
4115
|
+
"typeParameters": [
|
|
4116
|
+
{
|
|
4117
|
+
"typeParameterName": "T",
|
|
4118
|
+
"constraintTokenRange": {
|
|
4119
|
+
"startIndex": 0,
|
|
4120
|
+
"endIndex": 0
|
|
4121
|
+
},
|
|
4122
|
+
"defaultTypeTokenRange": {
|
|
4123
|
+
"startIndex": 0,
|
|
4124
|
+
"endIndex": 0
|
|
4125
|
+
}
|
|
4126
|
+
}
|
|
4127
|
+
],
|
|
4128
|
+
"name": "Handler",
|
|
4129
|
+
"preserveMemberOrder": false,
|
|
4130
|
+
"members": [
|
|
4131
|
+
{
|
|
4132
|
+
"kind": "CallSignature",
|
|
4133
|
+
"canonicalReference": "@alloy-js/core!Handler:call(1)",
|
|
4134
|
+
"docComment": "",
|
|
4135
|
+
"excerptTokens": [
|
|
4136
|
+
{
|
|
4137
|
+
"kind": "Content",
|
|
4138
|
+
"text": "(value: "
|
|
4139
|
+
},
|
|
4140
|
+
{
|
|
4141
|
+
"kind": "Content",
|
|
4142
|
+
"text": "T"
|
|
4143
|
+
},
|
|
4144
|
+
{
|
|
4145
|
+
"kind": "Content",
|
|
4146
|
+
"text": "): "
|
|
4147
|
+
},
|
|
4148
|
+
{
|
|
4149
|
+
"kind": "Content",
|
|
4150
|
+
"text": "void"
|
|
4151
|
+
},
|
|
4152
|
+
{
|
|
4153
|
+
"kind": "Content",
|
|
4154
|
+
"text": ";"
|
|
4155
|
+
}
|
|
4156
|
+
],
|
|
4157
|
+
"returnTypeTokenRange": {
|
|
4158
|
+
"startIndex": 3,
|
|
4159
|
+
"endIndex": 4
|
|
4160
|
+
},
|
|
4161
|
+
"releaseTag": "Public",
|
|
4162
|
+
"overloadIndex": 1,
|
|
4163
|
+
"parameters": [
|
|
4164
|
+
{
|
|
4165
|
+
"parameterName": "value",
|
|
4166
|
+
"parameterTypeTokenRange": {
|
|
4167
|
+
"startIndex": 1,
|
|
4168
|
+
"endIndex": 2
|
|
4169
|
+
},
|
|
4170
|
+
"isOptional": false
|
|
4171
|
+
}
|
|
4172
|
+
]
|
|
3492
4173
|
}
|
|
3493
4174
|
],
|
|
3494
|
-
"
|
|
3495
|
-
"returnTypeTokenRange": {
|
|
3496
|
-
"startIndex": 1,
|
|
3497
|
-
"endIndex": 3
|
|
3498
|
-
},
|
|
3499
|
-
"releaseTag": "Public",
|
|
3500
|
-
"overloadIndex": 1,
|
|
3501
|
-
"parameters": [],
|
|
3502
|
-
"name": "getSymbolCreatorSymbol"
|
|
4175
|
+
"extendsTokenRanges": []
|
|
3503
4176
|
},
|
|
3504
4177
|
{
|
|
3505
4178
|
"kind": "Function",
|
|
@@ -3520,8 +4193,9 @@
|
|
|
3520
4193
|
"text": "): "
|
|
3521
4194
|
},
|
|
3522
4195
|
{
|
|
3523
|
-
"kind": "
|
|
3524
|
-
"text": "
|
|
4196
|
+
"kind": "Reference",
|
|
4197
|
+
"text": "Children",
|
|
4198
|
+
"canonicalReference": "@alloy-js/core!Children:type"
|
|
3525
4199
|
},
|
|
3526
4200
|
{
|
|
3527
4201
|
"kind": "Content",
|
|
@@ -4055,55 +4729,345 @@
|
|
|
4055
4729
|
"excerptTokens": [
|
|
4056
4730
|
{
|
|
4057
4731
|
"kind": "Content",
|
|
4058
|
-
"text": "ender?: "
|
|
4732
|
+
"text": "ender?: "
|
|
4733
|
+
},
|
|
4734
|
+
{
|
|
4735
|
+
"kind": "Content",
|
|
4736
|
+
"text": "string | boolean"
|
|
4737
|
+
},
|
|
4738
|
+
{
|
|
4739
|
+
"kind": "Content",
|
|
4740
|
+
"text": ";"
|
|
4741
|
+
}
|
|
4742
|
+
],
|
|
4743
|
+
"isReadonly": false,
|
|
4744
|
+
"isOptional": true,
|
|
4745
|
+
"releaseTag": "Public",
|
|
4746
|
+
"name": "ender",
|
|
4747
|
+
"propertyTypeTokenRange": {
|
|
4748
|
+
"startIndex": 1,
|
|
4749
|
+
"endIndex": 2
|
|
4750
|
+
}
|
|
4751
|
+
},
|
|
4752
|
+
{
|
|
4753
|
+
"kind": "PropertySignature",
|
|
4754
|
+
"canonicalReference": "@alloy-js/core!JoinOptions#joiner:member",
|
|
4755
|
+
"docComment": "/**\n * The string to place between each element.\n */\n",
|
|
4756
|
+
"excerptTokens": [
|
|
4757
|
+
{
|
|
4758
|
+
"kind": "Content",
|
|
4759
|
+
"text": "joiner?: "
|
|
4760
|
+
},
|
|
4761
|
+
{
|
|
4762
|
+
"kind": "Content",
|
|
4763
|
+
"text": "string"
|
|
4764
|
+
},
|
|
4765
|
+
{
|
|
4766
|
+
"kind": "Content",
|
|
4767
|
+
"text": ";"
|
|
4768
|
+
}
|
|
4769
|
+
],
|
|
4770
|
+
"isReadonly": false,
|
|
4771
|
+
"isOptional": true,
|
|
4772
|
+
"releaseTag": "Public",
|
|
4773
|
+
"name": "joiner",
|
|
4774
|
+
"propertyTypeTokenRange": {
|
|
4775
|
+
"startIndex": 1,
|
|
4776
|
+
"endIndex": 2
|
|
4777
|
+
}
|
|
4778
|
+
}
|
|
4779
|
+
],
|
|
4780
|
+
"extendsTokenRanges": []
|
|
4781
|
+
},
|
|
4782
|
+
{
|
|
4783
|
+
"kind": "Function",
|
|
4784
|
+
"canonicalReference": "@alloy-js/core!jsx:function(1)",
|
|
4785
|
+
"docComment": "",
|
|
4786
|
+
"excerptTokens": [
|
|
4787
|
+
{
|
|
4788
|
+
"kind": "Content",
|
|
4789
|
+
"text": "export declare function jsx(type: "
|
|
4790
|
+
},
|
|
4791
|
+
{
|
|
4792
|
+
"kind": "Reference",
|
|
4793
|
+
"text": "Component",
|
|
4794
|
+
"canonicalReference": "@alloy-js/core!Component:interface"
|
|
4795
|
+
},
|
|
4796
|
+
{
|
|
4797
|
+
"kind": "Content",
|
|
4798
|
+
"text": "<any>"
|
|
4799
|
+
},
|
|
4800
|
+
{
|
|
4801
|
+
"kind": "Content",
|
|
4802
|
+
"text": ", props: "
|
|
4803
|
+
},
|
|
4804
|
+
{
|
|
4805
|
+
"kind": "Reference",
|
|
4806
|
+
"text": "Record",
|
|
4807
|
+
"canonicalReference": "!Record:type"
|
|
4808
|
+
},
|
|
4809
|
+
{
|
|
4810
|
+
"kind": "Content",
|
|
4811
|
+
"text": "<string, unknown>"
|
|
4812
|
+
},
|
|
4813
|
+
{
|
|
4814
|
+
"kind": "Content",
|
|
4815
|
+
"text": "): "
|
|
4816
|
+
},
|
|
4817
|
+
{
|
|
4818
|
+
"kind": "Reference",
|
|
4819
|
+
"text": "ComponentCreator",
|
|
4820
|
+
"canonicalReference": "@alloy-js/core!ComponentCreator:interface"
|
|
4821
|
+
},
|
|
4822
|
+
{
|
|
4823
|
+
"kind": "Content",
|
|
4824
|
+
"text": "<"
|
|
4825
|
+
},
|
|
4826
|
+
{
|
|
4827
|
+
"kind": "Reference",
|
|
4828
|
+
"text": "Record",
|
|
4829
|
+
"canonicalReference": "!Record:type"
|
|
4830
|
+
},
|
|
4831
|
+
{
|
|
4832
|
+
"kind": "Content",
|
|
4833
|
+
"text": "<string, unknown>>"
|
|
4834
|
+
},
|
|
4835
|
+
{
|
|
4836
|
+
"kind": "Content",
|
|
4837
|
+
"text": ";"
|
|
4838
|
+
}
|
|
4839
|
+
],
|
|
4840
|
+
"fileUrlPath": "src/jsx-runtime.ts",
|
|
4841
|
+
"returnTypeTokenRange": {
|
|
4842
|
+
"startIndex": 7,
|
|
4843
|
+
"endIndex": 11
|
|
4844
|
+
},
|
|
4845
|
+
"releaseTag": "Public",
|
|
4846
|
+
"overloadIndex": 1,
|
|
4847
|
+
"parameters": [
|
|
4848
|
+
{
|
|
4849
|
+
"parameterName": "type",
|
|
4850
|
+
"parameterTypeTokenRange": {
|
|
4851
|
+
"startIndex": 1,
|
|
4852
|
+
"endIndex": 3
|
|
4853
|
+
},
|
|
4854
|
+
"isOptional": false
|
|
4855
|
+
},
|
|
4856
|
+
{
|
|
4857
|
+
"parameterName": "props",
|
|
4858
|
+
"parameterTypeTokenRange": {
|
|
4859
|
+
"startIndex": 4,
|
|
4860
|
+
"endIndex": 6
|
|
4861
|
+
},
|
|
4862
|
+
"isOptional": false
|
|
4863
|
+
}
|
|
4864
|
+
],
|
|
4865
|
+
"name": "jsx"
|
|
4866
|
+
},
|
|
4867
|
+
{
|
|
4868
|
+
"kind": "Namespace",
|
|
4869
|
+
"canonicalReference": "@alloy-js/core!JSX:namespace",
|
|
4870
|
+
"docComment": "/**\n * This namespace is predominantly for interop with React tooling in VSCode and controls the type of JSX elements, components, and the like.\n */\n",
|
|
4871
|
+
"excerptTokens": [
|
|
4872
|
+
{
|
|
4873
|
+
"kind": "Content",
|
|
4874
|
+
"text": "export declare namespace JSX "
|
|
4875
|
+
}
|
|
4876
|
+
],
|
|
4877
|
+
"fileUrlPath": "src/jsx-runtime.ts",
|
|
4878
|
+
"releaseTag": "Public",
|
|
4879
|
+
"name": "JSX",
|
|
4880
|
+
"preserveMemberOrder": false,
|
|
4881
|
+
"members": [
|
|
4882
|
+
{
|
|
4883
|
+
"kind": "TypeAlias",
|
|
4884
|
+
"canonicalReference": "@alloy-js/core!JSX.Element:type",
|
|
4885
|
+
"docComment": "",
|
|
4886
|
+
"excerptTokens": [
|
|
4887
|
+
{
|
|
4888
|
+
"kind": "Content",
|
|
4889
|
+
"text": "type Element = "
|
|
4890
|
+
},
|
|
4891
|
+
{
|
|
4892
|
+
"kind": "Reference",
|
|
4893
|
+
"text": "Children",
|
|
4894
|
+
"canonicalReference": "@alloy-js/core!Children:type"
|
|
4895
|
+
},
|
|
4896
|
+
{
|
|
4897
|
+
"kind": "Content",
|
|
4898
|
+
"text": ";"
|
|
4899
|
+
}
|
|
4900
|
+
],
|
|
4901
|
+
"releaseTag": "Public",
|
|
4902
|
+
"name": "Element",
|
|
4903
|
+
"typeTokenRange": {
|
|
4904
|
+
"startIndex": 1,
|
|
4905
|
+
"endIndex": 2
|
|
4906
|
+
}
|
|
4907
|
+
},
|
|
4908
|
+
{
|
|
4909
|
+
"kind": "Interface",
|
|
4910
|
+
"canonicalReference": "@alloy-js/core!JSX.ElementAttributesProperty:interface",
|
|
4911
|
+
"docComment": "",
|
|
4912
|
+
"excerptTokens": [
|
|
4913
|
+
{
|
|
4914
|
+
"kind": "Content",
|
|
4915
|
+
"text": "interface ElementAttributesProperty "
|
|
4916
|
+
}
|
|
4917
|
+
],
|
|
4918
|
+
"releaseTag": "Public",
|
|
4919
|
+
"name": "ElementAttributesProperty",
|
|
4920
|
+
"preserveMemberOrder": false,
|
|
4921
|
+
"members": [
|
|
4922
|
+
{
|
|
4923
|
+
"kind": "PropertySignature",
|
|
4924
|
+
"canonicalReference": "@alloy-js/core!JSX.ElementAttributesProperty#props:member",
|
|
4925
|
+
"docComment": "",
|
|
4926
|
+
"excerptTokens": [
|
|
4927
|
+
{
|
|
4928
|
+
"kind": "Content",
|
|
4929
|
+
"text": "props: "
|
|
4930
|
+
},
|
|
4931
|
+
{
|
|
4932
|
+
"kind": "Content",
|
|
4933
|
+
"text": "{}"
|
|
4934
|
+
},
|
|
4935
|
+
{
|
|
4936
|
+
"kind": "Content",
|
|
4937
|
+
"text": ";"
|
|
4938
|
+
}
|
|
4939
|
+
],
|
|
4940
|
+
"isReadonly": false,
|
|
4941
|
+
"isOptional": false,
|
|
4942
|
+
"releaseTag": "Public",
|
|
4943
|
+
"name": "props",
|
|
4944
|
+
"propertyTypeTokenRange": {
|
|
4945
|
+
"startIndex": 1,
|
|
4946
|
+
"endIndex": 2
|
|
4947
|
+
}
|
|
4948
|
+
}
|
|
4949
|
+
],
|
|
4950
|
+
"extendsTokenRanges": []
|
|
4951
|
+
},
|
|
4952
|
+
{
|
|
4953
|
+
"kind": "Interface",
|
|
4954
|
+
"canonicalReference": "@alloy-js/core!JSX.ElementChildrenAttribute:interface",
|
|
4955
|
+
"docComment": "",
|
|
4956
|
+
"excerptTokens": [
|
|
4957
|
+
{
|
|
4958
|
+
"kind": "Content",
|
|
4959
|
+
"text": "interface ElementChildrenAttribute "
|
|
4960
|
+
}
|
|
4961
|
+
],
|
|
4962
|
+
"releaseTag": "Public",
|
|
4963
|
+
"name": "ElementChildrenAttribute",
|
|
4964
|
+
"preserveMemberOrder": false,
|
|
4965
|
+
"members": [
|
|
4966
|
+
{
|
|
4967
|
+
"kind": "PropertySignature",
|
|
4968
|
+
"canonicalReference": "@alloy-js/core!JSX.ElementChildrenAttribute#children:member",
|
|
4969
|
+
"docComment": "",
|
|
4970
|
+
"excerptTokens": [
|
|
4971
|
+
{
|
|
4972
|
+
"kind": "Content",
|
|
4973
|
+
"text": "children: "
|
|
4974
|
+
},
|
|
4975
|
+
{
|
|
4976
|
+
"kind": "Content",
|
|
4977
|
+
"text": "{}"
|
|
4978
|
+
},
|
|
4979
|
+
{
|
|
4980
|
+
"kind": "Content",
|
|
4981
|
+
"text": ";"
|
|
4982
|
+
}
|
|
4983
|
+
],
|
|
4984
|
+
"isReadonly": false,
|
|
4985
|
+
"isOptional": false,
|
|
4986
|
+
"releaseTag": "Public",
|
|
4987
|
+
"name": "children",
|
|
4988
|
+
"propertyTypeTokenRange": {
|
|
4989
|
+
"startIndex": 1,
|
|
4990
|
+
"endIndex": 2
|
|
4991
|
+
}
|
|
4992
|
+
}
|
|
4993
|
+
],
|
|
4994
|
+
"extendsTokenRanges": []
|
|
4995
|
+
},
|
|
4996
|
+
{
|
|
4997
|
+
"kind": "TypeAlias",
|
|
4998
|
+
"canonicalReference": "@alloy-js/core!JSX.ElementType:type",
|
|
4999
|
+
"docComment": "",
|
|
5000
|
+
"excerptTokens": [
|
|
5001
|
+
{
|
|
5002
|
+
"kind": "Content",
|
|
5003
|
+
"text": "type ElementType = "
|
|
5004
|
+
},
|
|
5005
|
+
{
|
|
5006
|
+
"kind": "Reference",
|
|
5007
|
+
"text": "ComponentDefinition",
|
|
5008
|
+
"canonicalReference": "@alloy-js/core!ComponentDefinition:interface"
|
|
4059
5009
|
},
|
|
4060
5010
|
{
|
|
4061
5011
|
"kind": "Content",
|
|
4062
|
-
"text": "
|
|
5012
|
+
"text": "<any>"
|
|
4063
5013
|
},
|
|
4064
5014
|
{
|
|
4065
5015
|
"kind": "Content",
|
|
4066
5016
|
"text": ";"
|
|
4067
5017
|
}
|
|
4068
5018
|
],
|
|
4069
|
-
"isReadonly": false,
|
|
4070
|
-
"isOptional": true,
|
|
4071
5019
|
"releaseTag": "Public",
|
|
4072
|
-
"name": "
|
|
4073
|
-
"
|
|
5020
|
+
"name": "ElementType",
|
|
5021
|
+
"typeTokenRange": {
|
|
4074
5022
|
"startIndex": 1,
|
|
4075
|
-
"endIndex":
|
|
5023
|
+
"endIndex": 3
|
|
4076
5024
|
}
|
|
4077
5025
|
},
|
|
4078
5026
|
{
|
|
4079
|
-
"kind": "
|
|
4080
|
-
"canonicalReference": "@alloy-js/core!
|
|
4081
|
-
"docComment": "
|
|
5027
|
+
"kind": "Interface",
|
|
5028
|
+
"canonicalReference": "@alloy-js/core!JSX.IntrinsicElements:interface",
|
|
5029
|
+
"docComment": "",
|
|
4082
5030
|
"excerptTokens": [
|
|
4083
5031
|
{
|
|
4084
5032
|
"kind": "Content",
|
|
4085
|
-
"text": "
|
|
4086
|
-
},
|
|
4087
|
-
{
|
|
4088
|
-
"kind": "Content",
|
|
4089
|
-
"text": "string"
|
|
4090
|
-
},
|
|
4091
|
-
{
|
|
4092
|
-
"kind": "Content",
|
|
4093
|
-
"text": ";"
|
|
5033
|
+
"text": "interface IntrinsicElements "
|
|
4094
5034
|
}
|
|
4095
5035
|
],
|
|
4096
|
-
"isReadonly": false,
|
|
4097
|
-
"isOptional": true,
|
|
4098
5036
|
"releaseTag": "Public",
|
|
4099
|
-
"name": "
|
|
4100
|
-
"
|
|
4101
|
-
|
|
4102
|
-
|
|
4103
|
-
|
|
5037
|
+
"name": "IntrinsicElements",
|
|
5038
|
+
"preserveMemberOrder": false,
|
|
5039
|
+
"members": [],
|
|
5040
|
+
"extendsTokenRanges": []
|
|
5041
|
+
}
|
|
5042
|
+
]
|
|
5043
|
+
},
|
|
5044
|
+
{
|
|
5045
|
+
"kind": "Variable",
|
|
5046
|
+
"canonicalReference": "@alloy-js/core!jsxs:var",
|
|
5047
|
+
"docComment": "",
|
|
5048
|
+
"excerptTokens": [
|
|
5049
|
+
{
|
|
5050
|
+
"kind": "Content",
|
|
5051
|
+
"text": "jsxs: "
|
|
5052
|
+
},
|
|
5053
|
+
{
|
|
5054
|
+
"kind": "Content",
|
|
5055
|
+
"text": "typeof "
|
|
5056
|
+
},
|
|
5057
|
+
{
|
|
5058
|
+
"kind": "Reference",
|
|
5059
|
+
"text": "jsx",
|
|
5060
|
+
"canonicalReference": "@alloy-js/core!jsx:function"
|
|
4104
5061
|
}
|
|
4105
5062
|
],
|
|
4106
|
-
"
|
|
5063
|
+
"fileUrlPath": "src/jsx-runtime.ts",
|
|
5064
|
+
"isReadonly": true,
|
|
5065
|
+
"releaseTag": "Public",
|
|
5066
|
+
"name": "jsxs",
|
|
5067
|
+
"variableTypeTokenRange": {
|
|
5068
|
+
"startIndex": 1,
|
|
5069
|
+
"endIndex": 3
|
|
5070
|
+
}
|
|
4107
5071
|
},
|
|
4108
5072
|
{
|
|
4109
5073
|
"kind": "Function",
|
|
@@ -4353,8 +5317,9 @@
|
|
|
4353
5317
|
"text": "): "
|
|
4354
5318
|
},
|
|
4355
5319
|
{
|
|
4356
|
-
"kind": "
|
|
4357
|
-
"text": "
|
|
5320
|
+
"kind": "Reference",
|
|
5321
|
+
"text": "Children",
|
|
5322
|
+
"canonicalReference": "@alloy-js/core!Children:type"
|
|
4358
5323
|
},
|
|
4359
5324
|
{
|
|
4360
5325
|
"kind": "Content",
|
|
@@ -4584,7 +5549,12 @@
|
|
|
4584
5549
|
},
|
|
4585
5550
|
{
|
|
4586
5551
|
"kind": "Content",
|
|
4587
|
-
"text": "
|
|
5552
|
+
"text": "import(\"@alloy-js/core/jsx-runtime\")."
|
|
5553
|
+
},
|
|
5554
|
+
{
|
|
5555
|
+
"kind": "Reference",
|
|
5556
|
+
"text": "Children",
|
|
5557
|
+
"canonicalReference": "@alloy-js/core!Children:type"
|
|
4588
5558
|
},
|
|
4589
5559
|
{
|
|
4590
5560
|
"kind": "Content",
|
|
@@ -4594,7 +5564,7 @@
|
|
|
4594
5564
|
"fileUrlPath": "src/components/MemberName.tsx",
|
|
4595
5565
|
"returnTypeTokenRange": {
|
|
4596
5566
|
"startIndex": 1,
|
|
4597
|
-
"endIndex":
|
|
5567
|
+
"endIndex": 3
|
|
4598
5568
|
},
|
|
4599
5569
|
"releaseTag": "Public",
|
|
4600
5570
|
"overloadIndex": 1,
|
|
@@ -4620,8 +5590,9 @@
|
|
|
4620
5590
|
"text": "): "
|
|
4621
5591
|
},
|
|
4622
5592
|
{
|
|
4623
|
-
"kind": "
|
|
4624
|
-
"text": "
|
|
5593
|
+
"kind": "Reference",
|
|
5594
|
+
"text": "Children",
|
|
5595
|
+
"canonicalReference": "@alloy-js/core!Children:type"
|
|
4625
5596
|
},
|
|
4626
5597
|
{
|
|
4627
5598
|
"kind": "Content",
|
|
@@ -5306,7 +6277,12 @@
|
|
|
5306
6277
|
},
|
|
5307
6278
|
{
|
|
5308
6279
|
"kind": "Content",
|
|
5309
|
-
"text": "
|
|
6280
|
+
"text": "import(\"@alloy-js/core/jsx-runtime\")."
|
|
6281
|
+
},
|
|
6282
|
+
{
|
|
6283
|
+
"kind": "Reference",
|
|
6284
|
+
"text": "Children",
|
|
6285
|
+
"canonicalReference": "@alloy-js/core!Children:type"
|
|
5310
6286
|
},
|
|
5311
6287
|
{
|
|
5312
6288
|
"kind": "Content",
|
|
@@ -5316,7 +6292,7 @@
|
|
|
5316
6292
|
"fileUrlPath": "src/components/Name.tsx",
|
|
5317
6293
|
"returnTypeTokenRange": {
|
|
5318
6294
|
"startIndex": 1,
|
|
5319
|
-
"endIndex":
|
|
6295
|
+
"endIndex": 3
|
|
5320
6296
|
},
|
|
5321
6297
|
"releaseTag": "Public",
|
|
5322
6298
|
"overloadIndex": 1,
|
|
@@ -5561,8 +6537,9 @@
|
|
|
5561
6537
|
"text": "): "
|
|
5562
6538
|
},
|
|
5563
6539
|
{
|
|
5564
|
-
"kind": "
|
|
5565
|
-
"text": "
|
|
6540
|
+
"kind": "Reference",
|
|
6541
|
+
"text": "Children",
|
|
6542
|
+
"canonicalReference": "@alloy-js/core!Children:type"
|
|
5566
6543
|
},
|
|
5567
6544
|
{
|
|
5568
6545
|
"kind": "Content",
|
|
@@ -7035,7 +8012,7 @@
|
|
|
7035
8012
|
},
|
|
7036
8013
|
{
|
|
7037
8014
|
"kind": "Content",
|
|
7038
|
-
"text": "<string,
|
|
8015
|
+
"text": "<string, any>"
|
|
7039
8016
|
},
|
|
7040
8017
|
{
|
|
7041
8018
|
"kind": "Content",
|
|
@@ -7757,8 +8734,9 @@
|
|
|
7757
8734
|
"text": "): "
|
|
7758
8735
|
},
|
|
7759
8736
|
{
|
|
7760
|
-
"kind": "
|
|
7761
|
-
"text": "
|
|
8737
|
+
"kind": "Reference",
|
|
8738
|
+
"text": "Children",
|
|
8739
|
+
"canonicalReference": "@alloy-js/core!Children:type"
|
|
7762
8740
|
},
|
|
7763
8741
|
{
|
|
7764
8742
|
"kind": "Content",
|
|
@@ -7968,8 +8946,9 @@
|
|
|
7968
8946
|
"text": "): "
|
|
7969
8947
|
},
|
|
7970
8948
|
{
|
|
7971
|
-
"kind": "
|
|
7972
|
-
"text": "
|
|
8949
|
+
"kind": "Reference",
|
|
8950
|
+
"text": "Children",
|
|
8951
|
+
"canonicalReference": "@alloy-js/core!Children:type"
|
|
7973
8952
|
},
|
|
7974
8953
|
{
|
|
7975
8954
|
"kind": "Content",
|
|
@@ -8206,10 +9185,6 @@
|
|
|
8206
9185
|
"text": "Children",
|
|
8207
9186
|
"canonicalReference": "@alloy-js/core!Children:type"
|
|
8208
9187
|
},
|
|
8209
|
-
{
|
|
8210
|
-
"kind": "Content",
|
|
8211
|
-
"text": "[]"
|
|
8212
|
-
},
|
|
8213
9188
|
{
|
|
8214
9189
|
"kind": "Content",
|
|
8215
9190
|
"text": ";"
|
|
@@ -8221,7 +9196,7 @@
|
|
|
8221
9196
|
"name": "children",
|
|
8222
9197
|
"propertyTypeTokenRange": {
|
|
8223
9198
|
"startIndex": 1,
|
|
8224
|
-
"endIndex":
|
|
9199
|
+
"endIndex": 2
|
|
8225
9200
|
}
|
|
8226
9201
|
},
|
|
8227
9202
|
{
|
|
@@ -8273,8 +9248,9 @@
|
|
|
8273
9248
|
"text": "): "
|
|
8274
9249
|
},
|
|
8275
9250
|
{
|
|
8276
|
-
"kind": "
|
|
8277
|
-
"text": "
|
|
9251
|
+
"kind": "Reference",
|
|
9252
|
+
"text": "Children",
|
|
9253
|
+
"canonicalReference": "@alloy-js/core!Children:type"
|
|
8278
9254
|
},
|
|
8279
9255
|
{
|
|
8280
9256
|
"kind": "Content",
|
|
@@ -8479,10 +9455,6 @@
|
|
|
8479
9455
|
"text": "Children",
|
|
8480
9456
|
"canonicalReference": "@alloy-js/core!Children:type"
|
|
8481
9457
|
},
|
|
8482
|
-
{
|
|
8483
|
-
"kind": "Content",
|
|
8484
|
-
"text": "[]"
|
|
8485
|
-
},
|
|
8486
9458
|
{
|
|
8487
9459
|
"kind": "Content",
|
|
8488
9460
|
"text": ";"
|
|
@@ -8494,7 +9466,7 @@
|
|
|
8494
9466
|
"name": "children",
|
|
8495
9467
|
"propertyTypeTokenRange": {
|
|
8496
9468
|
"startIndex": 1,
|
|
8497
|
-
"endIndex":
|
|
9469
|
+
"endIndex": 2
|
|
8498
9470
|
}
|
|
8499
9471
|
},
|
|
8500
9472
|
{
|
|
@@ -8922,6 +9894,140 @@
|
|
|
8922
9894
|
],
|
|
8923
9895
|
"name": "taggedComponent"
|
|
8924
9896
|
},
|
|
9897
|
+
{
|
|
9898
|
+
"kind": "Interface",
|
|
9899
|
+
"canonicalReference": "@alloy-js/core!Tap:interface",
|
|
9900
|
+
"docComment": "",
|
|
9901
|
+
"excerptTokens": [
|
|
9902
|
+
{
|
|
9903
|
+
"kind": "Content",
|
|
9904
|
+
"text": "export interface Tap<T> extends "
|
|
9905
|
+
},
|
|
9906
|
+
{
|
|
9907
|
+
"kind": "Reference",
|
|
9908
|
+
"text": "ComponentDefinition",
|
|
9909
|
+
"canonicalReference": "@alloy-js/core!ComponentDefinition:interface"
|
|
9910
|
+
},
|
|
9911
|
+
{
|
|
9912
|
+
"kind": "Content",
|
|
9913
|
+
"text": " "
|
|
9914
|
+
}
|
|
9915
|
+
],
|
|
9916
|
+
"fileUrlPath": "src/tap.ts",
|
|
9917
|
+
"releaseTag": "Public",
|
|
9918
|
+
"typeParameters": [
|
|
9919
|
+
{
|
|
9920
|
+
"typeParameterName": "T",
|
|
9921
|
+
"constraintTokenRange": {
|
|
9922
|
+
"startIndex": 0,
|
|
9923
|
+
"endIndex": 0
|
|
9924
|
+
},
|
|
9925
|
+
"defaultTypeTokenRange": {
|
|
9926
|
+
"startIndex": 0,
|
|
9927
|
+
"endIndex": 0
|
|
9928
|
+
}
|
|
9929
|
+
}
|
|
9930
|
+
],
|
|
9931
|
+
"name": "Tap",
|
|
9932
|
+
"preserveMemberOrder": false,
|
|
9933
|
+
"members": [
|
|
9934
|
+
{
|
|
9935
|
+
"kind": "PropertySignature",
|
|
9936
|
+
"canonicalReference": "@alloy-js/core!Tap#ref:member",
|
|
9937
|
+
"docComment": "",
|
|
9938
|
+
"excerptTokens": [
|
|
9939
|
+
{
|
|
9940
|
+
"kind": "Content",
|
|
9941
|
+
"text": "ref: "
|
|
9942
|
+
},
|
|
9943
|
+
{
|
|
9944
|
+
"kind": "Reference",
|
|
9945
|
+
"text": "ShallowRef",
|
|
9946
|
+
"canonicalReference": "@vue/reactivity!ShallowRef:type"
|
|
9947
|
+
},
|
|
9948
|
+
{
|
|
9949
|
+
"kind": "Content",
|
|
9950
|
+
"text": "<T | undefined>"
|
|
9951
|
+
},
|
|
9952
|
+
{
|
|
9953
|
+
"kind": "Content",
|
|
9954
|
+
"text": ";"
|
|
9955
|
+
}
|
|
9956
|
+
],
|
|
9957
|
+
"isReadonly": false,
|
|
9958
|
+
"isOptional": false,
|
|
9959
|
+
"releaseTag": "Public",
|
|
9960
|
+
"name": "ref",
|
|
9961
|
+
"propertyTypeTokenRange": {
|
|
9962
|
+
"startIndex": 1,
|
|
9963
|
+
"endIndex": 3
|
|
9964
|
+
}
|
|
9965
|
+
}
|
|
9966
|
+
],
|
|
9967
|
+
"extendsTokenRanges": [
|
|
9968
|
+
{
|
|
9969
|
+
"startIndex": 1,
|
|
9970
|
+
"endIndex": 2
|
|
9971
|
+
}
|
|
9972
|
+
]
|
|
9973
|
+
},
|
|
9974
|
+
{
|
|
9975
|
+
"kind": "Interface",
|
|
9976
|
+
"canonicalReference": "@alloy-js/core!Tapper:interface",
|
|
9977
|
+
"docComment": "",
|
|
9978
|
+
"excerptTokens": [
|
|
9979
|
+
{
|
|
9980
|
+
"kind": "Content",
|
|
9981
|
+
"text": "export interface Tapper<T> "
|
|
9982
|
+
}
|
|
9983
|
+
],
|
|
9984
|
+
"fileUrlPath": "src/tap.ts",
|
|
9985
|
+
"releaseTag": "Public",
|
|
9986
|
+
"typeParameters": [
|
|
9987
|
+
{
|
|
9988
|
+
"typeParameterName": "T",
|
|
9989
|
+
"constraintTokenRange": {
|
|
9990
|
+
"startIndex": 0,
|
|
9991
|
+
"endIndex": 0
|
|
9992
|
+
},
|
|
9993
|
+
"defaultTypeTokenRange": {
|
|
9994
|
+
"startIndex": 0,
|
|
9995
|
+
"endIndex": 0
|
|
9996
|
+
}
|
|
9997
|
+
}
|
|
9998
|
+
],
|
|
9999
|
+
"name": "Tapper",
|
|
10000
|
+
"preserveMemberOrder": false,
|
|
10001
|
+
"members": [
|
|
10002
|
+
{
|
|
10003
|
+
"kind": "CallSignature",
|
|
10004
|
+
"canonicalReference": "@alloy-js/core!Tapper:call(1)",
|
|
10005
|
+
"docComment": "",
|
|
10006
|
+
"excerptTokens": [
|
|
10007
|
+
{
|
|
10008
|
+
"kind": "Content",
|
|
10009
|
+
"text": "(): "
|
|
10010
|
+
},
|
|
10011
|
+
{
|
|
10012
|
+
"kind": "Content",
|
|
10013
|
+
"text": "T | undefined"
|
|
10014
|
+
},
|
|
10015
|
+
{
|
|
10016
|
+
"kind": "Content",
|
|
10017
|
+
"text": ";"
|
|
10018
|
+
}
|
|
10019
|
+
],
|
|
10020
|
+
"returnTypeTokenRange": {
|
|
10021
|
+
"startIndex": 1,
|
|
10022
|
+
"endIndex": 2
|
|
10023
|
+
},
|
|
10024
|
+
"releaseTag": "Public",
|
|
10025
|
+
"overloadIndex": 1,
|
|
10026
|
+
"parameters": []
|
|
10027
|
+
}
|
|
10028
|
+
],
|
|
10029
|
+
"extendsTokenRanges": []
|
|
10030
|
+
},
|
|
8925
10031
|
{
|
|
8926
10032
|
"kind": "Variable",
|
|
8927
10033
|
"canonicalReference": "@alloy-js/core!TestContext:var",
|
|
@@ -9214,6 +10320,39 @@
|
|
|
9214
10320
|
],
|
|
9215
10321
|
"name": "useDefaultScope"
|
|
9216
10322
|
},
|
|
10323
|
+
{
|
|
10324
|
+
"kind": "Function",
|
|
10325
|
+
"canonicalReference": "@alloy-js/core!useMemberDeclaration:function(1)",
|
|
10326
|
+
"docComment": "",
|
|
10327
|
+
"excerptTokens": [
|
|
10328
|
+
{
|
|
10329
|
+
"kind": "Content",
|
|
10330
|
+
"text": "export declare function useMemberDeclaration(): "
|
|
10331
|
+
},
|
|
10332
|
+
{
|
|
10333
|
+
"kind": "Reference",
|
|
10334
|
+
"text": "OutputSymbol",
|
|
10335
|
+
"canonicalReference": "@alloy-js/core!OutputSymbol:interface"
|
|
10336
|
+
},
|
|
10337
|
+
{
|
|
10338
|
+
"kind": "Content",
|
|
10339
|
+
"text": " | undefined"
|
|
10340
|
+
},
|
|
10341
|
+
{
|
|
10342
|
+
"kind": "Content",
|
|
10343
|
+
"text": ";"
|
|
10344
|
+
}
|
|
10345
|
+
],
|
|
10346
|
+
"fileUrlPath": "src/context/member-declaration.ts",
|
|
10347
|
+
"returnTypeTokenRange": {
|
|
10348
|
+
"startIndex": 1,
|
|
10349
|
+
"endIndex": 3
|
|
10350
|
+
},
|
|
10351
|
+
"releaseTag": "Public",
|
|
10352
|
+
"overloadIndex": 1,
|
|
10353
|
+
"parameters": [],
|
|
10354
|
+
"name": "useMemberDeclaration"
|
|
10355
|
+
},
|
|
9217
10356
|
{
|
|
9218
10357
|
"kind": "Function",
|
|
9219
10358
|
"canonicalReference": "@alloy-js/core!useMemberScope:function(1)",
|