fastscript 2.0.0 → 3.0.1
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 +12 -0
- package/README.md +669 -600
- package/node_modules/@fastscript/core-private/src/fs-error-codes.mjs +2 -2
- package/node_modules/@fastscript/core-private/src/fs-normalize.mjs +125 -91
- package/node_modules/@fastscript/core-private/src/fs-parser.mjs +197 -57
- package/node_modules/@fastscript/core-private/src/typecheck.mjs +1466 -1462
- package/package.json +41 -5
- package/src/benchmark-discipline.mjs +39 -0
- package/src/cli.mjs +37 -2
- package/src/compatibility-governance.mjs +257 -0
- package/src/conversion-manifest.mjs +101 -0
- package/src/diagnostics.mjs +100 -0
- package/src/fs-error-codes.mjs +2 -2
- package/src/fs-normalize.mjs +39 -7
- package/src/generated/compatibility-registry-report.mjs +815 -0
- package/src/generated/docs-search-index.mjs +1137 -275
- package/src/migrate-rollback.mjs +144 -0
- package/src/migrate.mjs +1275 -47
- package/src/migration-wizard.mjs +37 -11
- package/src/module-loader.mjs +13 -1
- package/src/permissions-cli.mjs +112 -0
- package/src/profile.mjs +95 -0
- package/src/regression-guard.mjs +245 -0
- package/src/runtime-permissions.mjs +299 -0
- package/src/trace.mjs +95 -0
- package/src/validate.mjs +10 -0
|
@@ -3,7 +3,7 @@ export const DOC_SEARCH_INDEX = [
|
|
|
3
3
|
"id": "ai_context_pack_v1",
|
|
4
4
|
"title": "AI_CONTEXT_PACK_V1",
|
|
5
5
|
"path": "/docs/ai_context_pack_v1",
|
|
6
|
-
"summary": "- `.fs`
|
|
6
|
+
"summary": "- `.fs` is a universal JS/TS container for the FastScript runtime.",
|
|
7
7
|
"terms": {
|
|
8
8
|
"0": 1,
|
|
9
9
|
"13": 1,
|
|
@@ -13,23 +13,37 @@ export const DOC_SEARCH_INDEX = [
|
|
|
13
13
|
"context": 2,
|
|
14
14
|
"pack": 2,
|
|
15
15
|
"v1": 3,
|
|
16
|
-
"fs":
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
16
|
+
"fs": 4,
|
|
17
|
+
"is": 4,
|
|
18
|
+
"a": 2,
|
|
19
|
+
"universal": 2,
|
|
20
|
+
"js": 3,
|
|
21
|
+
"ts": 3,
|
|
22
|
+
"container": 2,
|
|
23
|
+
"for": 3,
|
|
24
|
+
"the": 2,
|
|
25
|
+
"fastscript": 5,
|
|
26
|
+
"runtime": 3,
|
|
21
27
|
"core": 2,
|
|
22
28
|
"contracts": 1,
|
|
29
|
+
"write": 1,
|
|
30
|
+
"normal": 1,
|
|
31
|
+
"jsx": 1,
|
|
32
|
+
"or": 2,
|
|
33
|
+
"tsx": 1,
|
|
34
|
+
"directly": 1,
|
|
35
|
+
"in": 9,
|
|
36
|
+
"specific": 1,
|
|
37
|
+
"syntax": 1,
|
|
38
|
+
"optional": 3,
|
|
39
|
+
"sugar": 1,
|
|
23
40
|
"route": 2,
|
|
24
41
|
"pages": 2,
|
|
25
42
|
"live": 4,
|
|
26
|
-
"in": 8,
|
|
27
43
|
"app": 8,
|
|
28
44
|
"api": 2,
|
|
29
45
|
"routes": 1,
|
|
30
|
-
"optional": 2,
|
|
31
46
|
"middleware": 2,
|
|
32
|
-
"for": 1,
|
|
33
47
|
"global": 1,
|
|
34
48
|
"load": 1,
|
|
35
49
|
"ctx": 6,
|
|
@@ -55,7 +69,6 @@ export const DOC_SEARCH_INDEX = [
|
|
|
55
69
|
"enforce": 1,
|
|
56
70
|
"request": 1,
|
|
57
71
|
"shape": 1,
|
|
58
|
-
"runtime": 1,
|
|
59
72
|
"ssr": 1,
|
|
60
73
|
"hydration": 1,
|
|
61
74
|
"function": 1,
|
|
@@ -71,7 +84,6 @@ export const DOC_SEARCH_INDEX = [
|
|
|
71
84
|
"are": 5,
|
|
72
85
|
"supported": 1,
|
|
73
86
|
"plugins": 2,
|
|
74
|
-
"or": 1,
|
|
75
87
|
"security": 1,
|
|
76
88
|
"defaults": 1,
|
|
77
89
|
"include": 1,
|
|
@@ -88,7 +100,6 @@ export const DOC_SEARCH_INDEX = [
|
|
|
88
100
|
"guardrails": 1,
|
|
89
101
|
"permanent": 1,
|
|
90
102
|
"direction": 2,
|
|
91
|
-
"is": 1,
|
|
92
103
|
"defined": 1,
|
|
93
104
|
"spec": 2,
|
|
94
105
|
"md": 2,
|
|
@@ -131,6 +142,7 @@ export const DOC_SEARCH_INDEX = [
|
|
|
131
142
|
"color": 1,
|
|
132
143
|
"shade": 1,
|
|
133
144
|
"with": 1,
|
|
145
|
+
"primary": 1,
|
|
134
146
|
"secondary": 1,
|
|
135
147
|
"accent": 1,
|
|
136
148
|
"neutral": 1,
|
|
@@ -521,42 +533,255 @@ export const DOC_SEARCH_INDEX = [
|
|
|
521
533
|
"path": "/docs/compatibility_migration_packs",
|
|
522
534
|
"summary": "FastScript ships migration packs for common adoption paths:",
|
|
523
535
|
"terms": {
|
|
524
|
-
"
|
|
536
|
+
"1": 5,
|
|
537
|
+
"2": 5,
|
|
538
|
+
"3": 5,
|
|
539
|
+
"4": 3,
|
|
540
|
+
"5": 3,
|
|
541
|
+
"6": 2,
|
|
542
|
+
"7": 1,
|
|
543
|
+
"compatibility": 10,
|
|
525
544
|
"layer": 2,
|
|
526
|
-
"and":
|
|
527
|
-
"migration":
|
|
545
|
+
"and": 11,
|
|
546
|
+
"migration": 8,
|
|
528
547
|
"packs": 7,
|
|
529
|
-
"fastscript":
|
|
548
|
+
"fastscript": 11,
|
|
530
549
|
"ships": 2,
|
|
531
|
-
"for":
|
|
550
|
+
"for": 8,
|
|
532
551
|
"common": 2,
|
|
533
552
|
"adoption": 2,
|
|
534
553
|
"paths": 2,
|
|
535
|
-
"js":
|
|
536
|
-
"to":
|
|
537
|
-
"fs":
|
|
554
|
+
"js": 6,
|
|
555
|
+
"to": 7,
|
|
556
|
+
"fs": 8,
|
|
538
557
|
"basic": 1,
|
|
539
558
|
"javascript": 1,
|
|
540
|
-
"page":
|
|
559
|
+
"page": 2,
|
|
541
560
|
"starter": 2,
|
|
542
|
-
"ts":
|
|
561
|
+
"ts": 7,
|
|
543
562
|
"typed": 1,
|
|
544
|
-
"typescript":
|
|
545
|
-
"conversion":
|
|
546
|
-
"next":
|
|
563
|
+
"typescript": 2,
|
|
564
|
+
"conversion": 9,
|
|
565
|
+
"next": 3,
|
|
547
566
|
"core": 1,
|
|
548
567
|
"routing": 1,
|
|
549
568
|
"layout": 1,
|
|
550
569
|
"checklist": 1,
|
|
551
|
-
"
|
|
552
|
-
"
|
|
553
|
-
"
|
|
570
|
+
"strict": 1,
|
|
571
|
+
"is": 6,
|
|
572
|
+
"first": 2,
|
|
573
|
+
"rename": 2,
|
|
574
|
+
"only": 2,
|
|
575
|
+
"by": 1,
|
|
576
|
+
"default": 1,
|
|
577
|
+
"eligible": 2,
|
|
578
|
+
"jsx": 3,
|
|
579
|
+
"tsx": 3,
|
|
580
|
+
"files": 3,
|
|
581
|
+
"rewrite": 2,
|
|
582
|
+
"import": 2,
|
|
583
|
+
"specifiers": 1,
|
|
584
|
+
"that": 3,
|
|
585
|
+
"point": 1,
|
|
586
|
+
"renamed": 1,
|
|
587
|
+
"emit": 1,
|
|
588
|
+
"manifest": 6,
|
|
589
|
+
"diff": 4,
|
|
590
|
+
"preview": 5,
|
|
591
|
+
"validation": 2,
|
|
592
|
+
"report": 3,
|
|
593
|
+
"fidelity": 5,
|
|
594
|
+
"fail": 3,
|
|
595
|
+
"when": 2,
|
|
596
|
+
"protected": 1,
|
|
597
|
+
"scopes": 1,
|
|
598
|
+
"would": 1,
|
|
599
|
+
"be": 1,
|
|
600
|
+
"mutated": 1,
|
|
601
|
+
"idempotency": 1,
|
|
602
|
+
"resolution": 1,
|
|
603
|
+
"checks": 1,
|
|
604
|
+
"do": 1,
|
|
605
|
+
"not": 1,
|
|
606
|
+
"pass": 1,
|
|
607
|
+
"after": 1,
|
|
608
|
+
"teams": 2,
|
|
609
|
+
"can": 1,
|
|
610
|
+
"keep": 3,
|
|
611
|
+
"authoring": 2,
|
|
612
|
+
"ordinary": 2,
|
|
613
|
+
"directly": 2,
|
|
614
|
+
"inside": 2,
|
|
615
|
+
"the": 8,
|
|
616
|
+
"extension": 1,
|
|
617
|
+
"runtime": 4,
|
|
618
|
+
"container": 1,
|
|
619
|
+
"specific": 1,
|
|
620
|
+
"forms": 1,
|
|
621
|
+
"such": 1,
|
|
622
|
+
"as": 3,
|
|
623
|
+
"fn": 1,
|
|
624
|
+
"state": 1,
|
|
625
|
+
"remain": 1,
|
|
626
|
+
"optional": 2,
|
|
627
|
+
"sugar": 1,
|
|
628
|
+
"governed": 1,
|
|
629
|
+
"support": 3,
|
|
630
|
+
"surface": 1,
|
|
631
|
+
"what": 1,
|
|
632
|
+
"currently": 1,
|
|
633
|
+
"proven": 1,
|
|
634
|
+
"partial": 2,
|
|
635
|
+
"or": 6,
|
|
636
|
+
"planned": 2,
|
|
637
|
+
"lives": 1,
|
|
638
|
+
"in": 3,
|
|
639
|
+
"docs": 1,
|
|
640
|
+
"matrix": 3,
|
|
641
|
+
"md": 1,
|
|
642
|
+
"it": 2,
|
|
643
|
+
"now": 1,
|
|
644
|
+
"covers": 1,
|
|
645
|
+
"broader": 1,
|
|
646
|
+
"ecosystem": 1,
|
|
647
|
+
"proof": 4,
|
|
648
|
+
"across": 1,
|
|
649
|
+
"style": 2,
|
|
650
|
+
"modules": 1,
|
|
651
|
+
"react": 1,
|
|
652
|
+
"hooks": 1,
|
|
653
|
+
"shared": 1,
|
|
654
|
+
"helpers": 1,
|
|
655
|
+
"node": 2,
|
|
656
|
+
"middleware": 1,
|
|
657
|
+
"error": 1,
|
|
658
|
+
"flow": 1,
|
|
659
|
+
"vue": 2,
|
|
660
|
+
"composables": 1,
|
|
661
|
+
"utilities": 1,
|
|
662
|
+
"npm": 9,
|
|
663
|
+
"package": 1,
|
|
664
|
+
"interop": 1,
|
|
665
|
+
"operational": 1,
|
|
666
|
+
"rule": 1,
|
|
667
|
+
"every": 2,
|
|
668
|
+
"accepted": 1,
|
|
669
|
+
"bug": 3,
|
|
670
|
+
"maps": 1,
|
|
671
|
+
"an": 2,
|
|
672
|
+
"existing": 3,
|
|
673
|
+
"row": 1,
|
|
674
|
+
"creates": 1,
|
|
675
|
+
"a": 6,
|
|
676
|
+
"new": 2,
|
|
677
|
+
"one": 3,
|
|
678
|
+
"fixed": 1,
|
|
679
|
+
"adds": 1,
|
|
680
|
+
"expands": 1,
|
|
681
|
+
"automated": 1,
|
|
682
|
+
"coverage": 1,
|
|
683
|
+
"unresolved": 1,
|
|
684
|
+
"gaps": 1,
|
|
685
|
+
"stay": 1,
|
|
686
|
+
"visible": 1,
|
|
687
|
+
"blocked": 1,
|
|
688
|
+
"until": 1,
|
|
689
|
+
"exists": 2,
|
|
690
|
+
"use": 3,
|
|
691
|
+
"run": 11,
|
|
554
692
|
"wizard": 1,
|
|
555
|
-
"migrate":
|
|
556
|
-
"
|
|
557
|
-
"preview": 1,
|
|
693
|
+
"migrate": 5,
|
|
694
|
+
"path": 4,
|
|
558
695
|
"driven": 1,
|
|
559
|
-
"
|
|
696
|
+
"planning": 1,
|
|
697
|
+
"dry": 3,
|
|
698
|
+
"trust": 1,
|
|
699
|
+
"previews": 1,
|
|
700
|
+
"convert": 2,
|
|
701
|
+
"alias": 1,
|
|
702
|
+
"level": 1,
|
|
703
|
+
"full": 3,
|
|
704
|
+
"on": 1,
|
|
705
|
+
"unproven": 1,
|
|
706
|
+
"mode": 1,
|
|
707
|
+
"config": 1,
|
|
708
|
+
"json": 5,
|
|
709
|
+
"see": 1,
|
|
710
|
+
"example": 2,
|
|
711
|
+
"rollback": 3,
|
|
712
|
+
"workflow": 1,
|
|
713
|
+
"inspect": 3,
|
|
714
|
+
"latest": 4,
|
|
715
|
+
"from": 2,
|
|
716
|
+
"stack": 1,
|
|
717
|
+
"normal": 1,
|
|
718
|
+
"app": 2,
|
|
719
|
+
"your": 1,
|
|
720
|
+
"component": 1,
|
|
721
|
+
"source": 2,
|
|
722
|
+
"api": 1,
|
|
723
|
+
"routes": 2,
|
|
724
|
+
"place": 1,
|
|
725
|
+
"output": 1,
|
|
726
|
+
"reports": 1,
|
|
727
|
+
"into": 1,
|
|
728
|
+
"css": 1,
|
|
729
|
+
"assets": 1,
|
|
730
|
+
"dependencies": 1,
|
|
731
|
+
"untouched": 1,
|
|
732
|
+
"continue": 1,
|
|
733
|
+
"deploy": 1,
|
|
734
|
+
"through": 1,
|
|
735
|
+
"targets": 1,
|
|
736
|
+
"this": 1,
|
|
737
|
+
"meant": 1,
|
|
738
|
+
"coming": 1,
|
|
739
|
+
"express": 1,
|
|
740
|
+
"adjacent": 1,
|
|
741
|
+
"script": 1,
|
|
742
|
+
"usage": 1,
|
|
743
|
+
"general": 1,
|
|
744
|
+
"projects": 1,
|
|
745
|
+
"want": 1,
|
|
746
|
+
"boundary": 1,
|
|
747
|
+
"without": 1,
|
|
748
|
+
"cliff": 1,
|
|
749
|
+
"request": 1,
|
|
750
|
+
"lane": 2,
|
|
751
|
+
"if": 2,
|
|
752
|
+
"valid": 1,
|
|
753
|
+
"framework": 2,
|
|
754
|
+
"pattern": 1,
|
|
755
|
+
"real": 1,
|
|
756
|
+
"case": 1,
|
|
757
|
+
"fails": 1,
|
|
758
|
+
"treat": 1,
|
|
759
|
+
"publicly": 1,
|
|
760
|
+
"open": 1,
|
|
761
|
+
"https": 1,
|
|
762
|
+
"github": 1,
|
|
763
|
+
"com": 1,
|
|
764
|
+
"lordolami": 1,
|
|
765
|
+
"issues": 1,
|
|
766
|
+
"template": 1,
|
|
767
|
+
"gap": 1,
|
|
768
|
+
"yml": 1,
|
|
769
|
+
"include": 4,
|
|
770
|
+
"snippet": 1,
|
|
771
|
+
"expected": 1,
|
|
772
|
+
"behavior": 1,
|
|
773
|
+
"context": 1,
|
|
774
|
+
"reproduction": 1,
|
|
775
|
+
"steps": 1,
|
|
776
|
+
"whether": 1,
|
|
777
|
+
"failure": 1,
|
|
778
|
+
"parse": 1,
|
|
779
|
+
"build": 1,
|
|
780
|
+
"typecheck": 1,
|
|
781
|
+
"related": 1,
|
|
782
|
+
"link": 1,
|
|
783
|
+
"nearest": 1,
|
|
784
|
+
"already": 1
|
|
560
785
|
}
|
|
561
786
|
},
|
|
562
787
|
{
|
|
@@ -572,7 +797,7 @@ export const DOC_SEARCH_INDEX = [
|
|
|
572
797
|
"fs1001": 2,
|
|
573
798
|
"invalid": 6,
|
|
574
799
|
"reactive": 2,
|
|
575
|
-
"declaration":
|
|
800
|
+
"declaration": 5,
|
|
576
801
|
"name": 4,
|
|
577
802
|
"expression": 3,
|
|
578
803
|
"expected": 4,
|
|
@@ -583,13 +808,30 @@ export const DOC_SEARCH_INDEX = [
|
|
|
583
808
|
"function": 2,
|
|
584
809
|
"fn": 1,
|
|
585
810
|
"fs1004": 1,
|
|
586
|
-
"
|
|
811
|
+
"reserved": 1,
|
|
812
|
+
"legacy": 1,
|
|
813
|
+
"compatibility": 1,
|
|
814
|
+
"code": 1,
|
|
815
|
+
"for": 2,
|
|
587
816
|
"runtime": 2,
|
|
817
|
+
"frontend": 1,
|
|
588
818
|
"type": 4,
|
|
819
|
+
"surface": 1,
|
|
820
|
+
"conflicts": 1,
|
|
821
|
+
"current": 1,
|
|
822
|
+
"js": 1,
|
|
823
|
+
"ts": 1,
|
|
824
|
+
"compatible": 1,
|
|
825
|
+
"fs": 1,
|
|
826
|
+
"parsing": 1,
|
|
827
|
+
"should": 1,
|
|
828
|
+
"not": 3,
|
|
829
|
+
"emit": 1,
|
|
830
|
+
"this": 1,
|
|
831
|
+
"ordinary": 1,
|
|
589
832
|
"interface": 1,
|
|
590
833
|
"enum": 1,
|
|
591
|
-
"
|
|
592
|
-
"fs": 1,
|
|
834
|
+
"usage": 1,
|
|
593
835
|
"fs1005": 1,
|
|
594
836
|
"fs1006": 1,
|
|
595
837
|
"identifier": 1,
|
|
@@ -600,6 +842,7 @@ export const DOC_SEARCH_INDEX = [
|
|
|
600
842
|
"fs1010": 1,
|
|
601
843
|
"unterminated": 1,
|
|
602
844
|
"fs1101": 1,
|
|
845
|
+
"unsupported": 1,
|
|
603
846
|
"directive": 1,
|
|
604
847
|
"lint": 1,
|
|
605
848
|
"fs3001": 1,
|
|
@@ -622,7 +865,6 @@ export const DOC_SEARCH_INDEX = [
|
|
|
622
865
|
"mapping": 1,
|
|
623
866
|
"fs4002": 1,
|
|
624
867
|
"param": 1,
|
|
625
|
-
"not": 2,
|
|
626
868
|
"referenced": 1,
|
|
627
869
|
"fs4101": 1,
|
|
628
870
|
"unknown": 1,
|
|
@@ -1160,18 +1402,24 @@ export const DOC_SEARCH_INDEX = [
|
|
|
1160
1402
|
"id": "interop_matrix",
|
|
1161
1403
|
"title": "FastScript Interop Matrix",
|
|
1162
1404
|
"path": "/docs/interop_matrix",
|
|
1163
|
-
"summary": "- Generated: 2026-04-
|
|
1405
|
+
"summary": "- Generated: 2026-04-15T19:18:08.251Z",
|
|
1164
1406
|
"terms": {
|
|
1165
|
-
"0":
|
|
1166
|
-
"
|
|
1167
|
-
"
|
|
1407
|
+
"0": 2,
|
|
1408
|
+
"4": 1,
|
|
1409
|
+
"11": 1,
|
|
1410
|
+
"17": 2,
|
|
1411
|
+
"18": 2,
|
|
1168
1412
|
"163": 1,
|
|
1169
1413
|
"174": 1,
|
|
1414
|
+
"202": 1,
|
|
1170
1415
|
"209": 1,
|
|
1171
1416
|
"226": 1,
|
|
1417
|
+
"276": 1,
|
|
1172
1418
|
"340": 1,
|
|
1173
1419
|
"365": 1,
|
|
1174
1420
|
"386": 1,
|
|
1421
|
+
"412": 1,
|
|
1422
|
+
"516": 1,
|
|
1175
1423
|
"528": 1,
|
|
1176
1424
|
"618": 1,
|
|
1177
1425
|
"1809": 1,
|
|
@@ -1179,52 +1427,68 @@ export const DOC_SEARCH_INDEX = [
|
|
|
1179
1427
|
"9438": 1,
|
|
1180
1428
|
"31834": 1,
|
|
1181
1429
|
"200464": 1,
|
|
1182
|
-
"fastscript":
|
|
1430
|
+
"fastscript": 22,
|
|
1183
1431
|
"interop": 4,
|
|
1184
1432
|
"matrix": 3,
|
|
1185
1433
|
"generated": 2,
|
|
1186
|
-
"04":
|
|
1187
|
-
"
|
|
1188
|
-
"
|
|
1434
|
+
"04": 2,
|
|
1435
|
+
"15t19": 2,
|
|
1436
|
+
"08": 2,
|
|
1437
|
+
"251z": 2,
|
|
1189
1438
|
"profile": 1,
|
|
1190
|
-
"
|
|
1439
|
+
"report": 1,
|
|
1191
1440
|
"total": 1,
|
|
1192
|
-
"pass":
|
|
1441
|
+
"pass": 18,
|
|
1193
1442
|
"fail": 1,
|
|
1443
|
+
"governed": 1,
|
|
1444
|
+
"registry": 1,
|
|
1445
|
+
"entries": 1,
|
|
1446
|
+
"linked": 1,
|
|
1447
|
+
"here": 1,
|
|
1448
|
+
"governance": 1,
|
|
1449
|
+
"track": 1,
|
|
1450
|
+
"compatibility": 2,
|
|
1451
|
+
"system": 1,
|
|
1194
1452
|
"includes": 1,
|
|
1195
|
-
"framework":
|
|
1453
|
+
"framework": 10,
|
|
1196
1454
|
"api": 3,
|
|
1197
|
-
"compatibility": 1,
|
|
1198
1455
|
"shims": 1,
|
|
1199
1456
|
"for": 1,
|
|
1200
|
-
"react":
|
|
1201
|
-
"
|
|
1457
|
+
"react": 9,
|
|
1458
|
+
"dom": 5,
|
|
1459
|
+
"server": 6,
|
|
1460
|
+
"next": 8,
|
|
1202
1461
|
"link": 3,
|
|
1203
|
-
"
|
|
1462
|
+
"navigation": 4,
|
|
1463
|
+
"vue": 8,
|
|
1464
|
+
"router": 4,
|
|
1204
1465
|
"svelte": 4,
|
|
1205
1466
|
"store": 3,
|
|
1206
1467
|
"preact": 4,
|
|
1207
|
-
"and":
|
|
1468
|
+
"and": 4,
|
|
1208
1469
|
"solid": 4,
|
|
1209
1470
|
"js": 6,
|
|
1210
1471
|
"scoped": 3,
|
|
1211
|
-
"subpath":
|
|
1212
|
-
"
|
|
1213
|
-
"
|
|
1472
|
+
"subpath": 7,
|
|
1473
|
+
"export": 4,
|
|
1474
|
+
"condition": 2,
|
|
1214
1475
|
"package": 8,
|
|
1215
1476
|
"checks": 3,
|
|
1216
1477
|
"runtime": 2,
|
|
1217
1478
|
"edge": 2,
|
|
1218
|
-
"
|
|
1479
|
+
"conditioned": 3,
|
|
1480
|
+
"lib": 4,
|
|
1481
|
+
"dual": 4,
|
|
1482
|
+
"mode": 4,
|
|
1219
1483
|
"real": 7,
|
|
1220
|
-
"npm":
|
|
1484
|
+
"npm": 13,
|
|
1221
1485
|
"using": 1,
|
|
1222
1486
|
"installed": 1,
|
|
1223
1487
|
"dependencies": 4,
|
|
1224
1488
|
"acorn": 6,
|
|
1225
1489
|
"walk": 3,
|
|
1226
1490
|
"astring": 3,
|
|
1227
|
-
"node":
|
|
1491
|
+
"node": 17,
|
|
1228
1492
|
"built": 2,
|
|
1229
1493
|
"in": 1,
|
|
1230
1494
|
"commonjs": 2,
|
|
@@ -1237,22 +1501,30 @@ export const DOC_SEARCH_INDEX = [
|
|
|
1237
1501
|
"bytes": 1,
|
|
1238
1502
|
"notes": 1,
|
|
1239
1503
|
"core": 4,
|
|
1240
|
-
"fs":
|
|
1241
|
-
"browser":
|
|
1242
|
-
"module":
|
|
1243
|
-
"imports":
|
|
1244
|
-
"dom": 1,
|
|
1504
|
+
"fs": 14,
|
|
1505
|
+
"browser": 8,
|
|
1506
|
+
"module": 14,
|
|
1507
|
+
"imports": 13,
|
|
1245
1508
|
"client": 1,
|
|
1509
|
+
"rendering": 1,
|
|
1510
|
+
"helpers": 3,
|
|
1246
1511
|
"shape": 1,
|
|
1512
|
+
"redirect": 1,
|
|
1513
|
+
"notfound": 1,
|
|
1247
1514
|
"createapp": 1,
|
|
1248
1515
|
"h": 2,
|
|
1516
|
+
"createrouter": 1,
|
|
1517
|
+
"history": 1,
|
|
1249
1518
|
"writable": 1,
|
|
1250
1519
|
"render": 1,
|
|
1251
1520
|
"signals": 1,
|
|
1252
|
-
"
|
|
1521
|
+
"resolves": 1,
|
|
1522
|
+
"a": 1,
|
|
1523
|
+
"with": 1,
|
|
1524
|
+
"default": 1,
|
|
1525
|
+
"conditions": 1,
|
|
1253
1526
|
"through": 1,
|
|
1254
1527
|
"esm": 1,
|
|
1255
|
-
"condition": 1,
|
|
1256
1528
|
"cjs": 1,
|
|
1257
1529
|
"left": 1,
|
|
1258
1530
|
"pad": 1,
|
|
@@ -1468,7 +1740,7 @@ export const DOC_SEARCH_INDEX = [
|
|
|
1468
1740
|
"is": 5,
|
|
1469
1741
|
"ast": 2,
|
|
1470
1742
|
"based": 1,
|
|
1471
|
-
"and":
|
|
1743
|
+
"and": 8,
|
|
1472
1744
|
"canonicalizes": 1,
|
|
1473
1745
|
"to": 3,
|
|
1474
1746
|
"valid": 2,
|
|
@@ -1513,14 +1785,27 @@ export const DOC_SEARCH_INDEX = [
|
|
|
1513
1785
|
"normalize": 1,
|
|
1514
1786
|
"function": 1,
|
|
1515
1787
|
"let": 1,
|
|
1516
|
-
"in":
|
|
1788
|
+
"in": 2,
|
|
1517
1789
|
"code": 1,
|
|
1518
1790
|
"interface": 1,
|
|
1519
1791
|
"enum": 1,
|
|
1520
|
-
"
|
|
1521
|
-
"
|
|
1522
|
-
"
|
|
1523
|
-
"
|
|
1792
|
+
"other": 1,
|
|
1793
|
+
"standard": 1,
|
|
1794
|
+
"ts": 2,
|
|
1795
|
+
"syntax": 2,
|
|
1796
|
+
"now": 2,
|
|
1797
|
+
"flow": 1,
|
|
1798
|
+
"through": 1,
|
|
1799
|
+
"the": 2,
|
|
1800
|
+
"js": 3,
|
|
1801
|
+
"compatibility": 3,
|
|
1802
|
+
"frontend": 1,
|
|
1803
|
+
"erase": 1,
|
|
1804
|
+
"during": 1,
|
|
1805
|
+
"instead": 1,
|
|
1806
|
+
"of": 1,
|
|
1807
|
+
"being": 1,
|
|
1808
|
+
"rejected": 1,
|
|
1524
1809
|
"errors": 1,
|
|
1525
1810
|
"fs410x": 1,
|
|
1526
1811
|
"fs4201": 2,
|
|
@@ -1540,13 +1825,12 @@ export const DOC_SEARCH_INDEX = [
|
|
|
1540
1825
|
"contract": 1,
|
|
1541
1826
|
"work": 1,
|
|
1542
1827
|
"align": 1,
|
|
1543
|
-
"the": 1,
|
|
1544
1828
|
"formal": 1,
|
|
1545
1829
|
"spec": 1,
|
|
1546
1830
|
"execution": 1,
|
|
1547
1831
|
"tracker": 1,
|
|
1548
1832
|
"runtime": 5,
|
|
1549
|
-
"
|
|
1833
|
+
"are": 2,
|
|
1550
1834
|
"formalized": 1,
|
|
1551
1835
|
"file": 1,
|
|
1552
1836
|
"scope": 1,
|
|
@@ -1579,7 +1863,6 @@ export const DOC_SEARCH_INDEX = [
|
|
|
1579
1863
|
"corpus": 1,
|
|
1580
1864
|
"zero": 2,
|
|
1581
1865
|
"authored": 1,
|
|
1582
|
-
"js": 2,
|
|
1583
1866
|
"proof": 1,
|
|
1584
1867
|
"gate": 1,
|
|
1585
1868
|
"for": 2,
|
|
@@ -1594,11 +1877,9 @@ export const DOC_SEARCH_INDEX = [
|
|
|
1594
1877
|
"listed": 1,
|
|
1595
1878
|
"above": 1,
|
|
1596
1879
|
"backward": 1,
|
|
1597
|
-
"compatibility": 2,
|
|
1598
1880
|
"modules": 1,
|
|
1599
1881
|
"preserved": 1,
|
|
1600
1882
|
"breaking": 1,
|
|
1601
|
-
"syntax": 1,
|
|
1602
1883
|
"governed": 1,
|
|
1603
1884
|
"docs": 1,
|
|
1604
1885
|
"governance": 1,
|
|
@@ -1778,72 +2059,106 @@ export const DOC_SEARCH_INDEX = [
|
|
|
1778
2059
|
"id": "npm_publish_status",
|
|
1779
2060
|
"title": "npm Publish Status",
|
|
1780
2061
|
"path": "/docs/npm_publish_status",
|
|
1781
|
-
"summary": "FastScript `
|
|
2062
|
+
"summary": "FastScript `v3.0.1` is the current patch-release target in the public repo:",
|
|
1782
2063
|
"terms": {
|
|
1783
|
-
"0":
|
|
1784
|
-
"1":
|
|
1785
|
-
"
|
|
1786
|
-
"3": 2,
|
|
1787
|
-
"4": 1,
|
|
2064
|
+
"0": 5,
|
|
2065
|
+
"1": 2,
|
|
2066
|
+
"3": 1,
|
|
1788
2067
|
"14": 1,
|
|
1789
2068
|
"2026": 1,
|
|
1790
|
-
"npm":
|
|
1791
|
-
"publish":
|
|
2069
|
+
"npm": 20,
|
|
2070
|
+
"publish": 5,
|
|
1792
2071
|
"status": 2,
|
|
1793
|
-
"fastscript":
|
|
1794
|
-
"
|
|
1795
|
-
"is":
|
|
1796
|
-
"
|
|
1797
|
-
"
|
|
1798
|
-
"
|
|
1799
|
-
"
|
|
1800
|
-
"
|
|
1801
|
-
"
|
|
1802
|
-
"
|
|
2072
|
+
"fastscript": 5,
|
|
2073
|
+
"v3": 6,
|
|
2074
|
+
"is": 5,
|
|
2075
|
+
"the": 22,
|
|
2076
|
+
"current": 4,
|
|
2077
|
+
"patch": 2,
|
|
2078
|
+
"release": 10,
|
|
2079
|
+
"target": 2,
|
|
2080
|
+
"in": 4,
|
|
2081
|
+
"public": 12,
|
|
2082
|
+
"repo": 5,
|
|
1803
2083
|
"state": 1,
|
|
1804
|
-
"website":
|
|
2084
|
+
"website": 2,
|
|
1805
2085
|
"docs": 1,
|
|
1806
2086
|
"changelog": 1,
|
|
1807
|
-
"support":
|
|
1808
|
-
"matrix":
|
|
2087
|
+
"support": 2,
|
|
2088
|
+
"matrix": 3,
|
|
1809
2089
|
"match": 1,
|
|
2090
|
+
"x": 1,
|
|
1810
2091
|
"line": 1,
|
|
1811
|
-
"run":
|
|
2092
|
+
"run": 6,
|
|
1812
2093
|
"build": 1,
|
|
1813
|
-
"passes":
|
|
2094
|
+
"passes": 2,
|
|
1814
2095
|
"validate": 1,
|
|
1815
|
-
"pack":
|
|
1816
|
-
"
|
|
1817
|
-
"
|
|
1818
|
-
"
|
|
1819
|
-
"
|
|
1820
|
-
"
|
|
1821
|
-
"
|
|
2096
|
+
"pack": 5,
|
|
2097
|
+
"check": 3,
|
|
2098
|
+
"validates": 2,
|
|
2099
|
+
"generated": 4,
|
|
2100
|
+
"bundle": 2,
|
|
2101
|
+
"prepared": 1,
|
|
2102
|
+
"from": 2,
|
|
2103
|
+
"surface": 1,
|
|
2104
|
+
"not": 3,
|
|
2105
|
+
"root": 2,
|
|
2106
|
+
"facing": 2,
|
|
2107
|
+
"readme": 1,
|
|
2108
|
+
"and": 4,
|
|
2109
|
+
"package": 6,
|
|
2110
|
+
"metadata": 1,
|
|
2111
|
+
"now": 2,
|
|
2112
|
+
"point": 1,
|
|
2113
|
+
"at": 1,
|
|
2114
|
+
"governed": 1,
|
|
2115
|
+
"compatibility": 2,
|
|
2116
|
+
"broader": 1,
|
|
2117
|
+
"ecosystem": 1,
|
|
2118
|
+
"proof": 3,
|
|
2119
|
+
"posture": 1,
|
|
2120
|
+
"packaging": 3,
|
|
2121
|
+
"model": 5,
|
|
2122
|
+
"uses": 2,
|
|
2123
|
+
"a": 3,
|
|
2124
|
+
"self": 1,
|
|
2125
|
+
"contained": 1,
|
|
2126
|
+
"source": 1,
|
|
2127
|
+
"development": 1,
|
|
1822
2128
|
"still": 1,
|
|
1823
|
-
"
|
|
1824
|
-
"
|
|
1825
|
-
"
|
|
1826
|
-
"
|
|
1827
|
-
"
|
|
1828
|
-
"
|
|
1829
|
-
"
|
|
1830
|
-
"
|
|
1831
|
-
"
|
|
1832
|
-
"
|
|
1833
|
-
"
|
|
2129
|
+
"private": 5,
|
|
2130
|
+
"split": 1,
|
|
2131
|
+
"that": 1,
|
|
2132
|
+
"bundles": 1,
|
|
2133
|
+
"core": 1,
|
|
2134
|
+
"inside": 1,
|
|
2135
|
+
"published": 1,
|
|
2136
|
+
"tarball": 1,
|
|
2137
|
+
"users": 1,
|
|
2138
|
+
"do": 1,
|
|
2139
|
+
"need": 1,
|
|
2140
|
+
"access": 1,
|
|
2141
|
+
"to": 2,
|
|
2142
|
+
"second": 1,
|
|
2143
|
+
"registry": 1,
|
|
2144
|
+
"instead": 1,
|
|
2145
|
+
"of": 1,
|
|
2146
|
+
"packing": 1,
|
|
2147
|
+
"directly": 1,
|
|
2148
|
+
"why": 1,
|
|
1834
2149
|
"this": 1,
|
|
1835
|
-
"
|
|
1836
|
-
"
|
|
2150
|
+
"replaced": 1,
|
|
2151
|
+
"old": 1,
|
|
2152
|
+
"plan": 1,
|
|
1837
2153
|
"an": 1,
|
|
1838
2154
|
"attempted": 1,
|
|
1839
|
-
"path":
|
|
1840
|
-
"was":
|
|
2155
|
+
"path": 1,
|
|
2156
|
+
"was": 2,
|
|
1841
2157
|
"tested": 1,
|
|
2158
|
+
"on": 1,
|
|
1842
2159
|
"04": 1,
|
|
1843
|
-
"with":
|
|
1844
|
-
"scoped":
|
|
1845
|
-
"model": 1,
|
|
1846
|
-
"and": 1,
|
|
2160
|
+
"with": 4,
|
|
2161
|
+
"scoped": 1,
|
|
1847
2162
|
"failed": 1,
|
|
1848
2163
|
"e402": 1,
|
|
1849
2164
|
"payment": 1,
|
|
@@ -1853,46 +2168,38 @@ export const DOC_SEARCH_INDEX = [
|
|
|
1853
2168
|
"must": 1,
|
|
1854
2169
|
"sign": 1,
|
|
1855
2170
|
"up": 1,
|
|
1856
|
-
"for":
|
|
2171
|
+
"for": 1,
|
|
1857
2172
|
"packages": 1,
|
|
1858
|
-
"
|
|
1859
|
-
"means": 1,
|
|
1860
|
-
"account": 2,
|
|
1861
|
-
"can": 1,
|
|
1862
|
-
"but": 1,
|
|
1863
|
-
"cannot": 1,
|
|
1864
|
-
"as": 2,
|
|
1865
|
-
"restricted": 2,
|
|
1866
|
-
"without": 2,
|
|
1867
|
-
"enabling": 1,
|
|
1868
|
-
"paid": 1,
|
|
1869
|
-
"finish": 1,
|
|
1870
|
-
"paths": 1,
|
|
1871
|
-
"keep": 1,
|
|
1872
|
-
"enable": 1,
|
|
1873
|
-
"publishing": 1,
|
|
1874
|
-
"point": 1,
|
|
1875
|
-
"dependency": 2,
|
|
1876
|
-
"at": 1,
|
|
1877
|
-
"published": 1,
|
|
1878
|
-
"version": 1,
|
|
1879
|
-
"remove": 1,
|
|
2173
|
+
"because": 1,
|
|
1880
2174
|
"distribution": 1,
|
|
1881
|
-
"
|
|
1882
|
-
"
|
|
1883
|
-
"
|
|
1884
|
-
"
|
|
1885
|
-
"
|
|
1886
|
-
"
|
|
1887
|
-
"
|
|
1888
|
-
"
|
|
1889
|
-
"
|
|
1890
|
-
"
|
|
1891
|
-
"
|
|
1892
|
-
"
|
|
1893
|
-
"
|
|
1894
|
-
"
|
|
1895
|
-
"
|
|
2175
|
+
"product": 1,
|
|
2176
|
+
"moat": 2,
|
|
2177
|
+
"changed": 1,
|
|
2178
|
+
"so": 1,
|
|
2179
|
+
"installation": 1,
|
|
2180
|
+
"stays": 1,
|
|
2181
|
+
"easy": 1,
|
|
2182
|
+
"while": 1,
|
|
2183
|
+
"business": 1,
|
|
2184
|
+
"remains": 1,
|
|
2185
|
+
"wider": 1,
|
|
2186
|
+
"ai": 1,
|
|
2187
|
+
"platform": 1,
|
|
2188
|
+
"layer": 1,
|
|
2189
|
+
"launch": 1,
|
|
2190
|
+
"checklist": 1,
|
|
2191
|
+
"bump": 1,
|
|
2192
|
+
"json": 1,
|
|
2193
|
+
"prepare": 1,
|
|
2194
|
+
"matching": 1,
|
|
2195
|
+
"github": 1,
|
|
2196
|
+
"tag": 1,
|
|
2197
|
+
"same": 1,
|
|
2198
|
+
"summary": 1,
|
|
2199
|
+
"keep": 1,
|
|
2200
|
+
"copy": 1,
|
|
2201
|
+
"aligned": 1,
|
|
2202
|
+
"story": 1
|
|
1896
2203
|
}
|
|
1897
2204
|
},
|
|
1898
2205
|
{
|
|
@@ -2107,43 +2414,236 @@ export const DOC_SEARCH_INDEX = [
|
|
|
2107
2414
|
},
|
|
2108
2415
|
{
|
|
2109
2416
|
"id": "proof_pack",
|
|
2110
|
-
"title": "Proof Pack",
|
|
2417
|
+
"title": "FastScript Proof Pack",
|
|
2111
2418
|
"path": "/docs/proof_pack",
|
|
2112
|
-
"summary": "
|
|
2419
|
+
"summary": "- Generated: 2026-04-15T19:21:33.044Z",
|
|
2113
2420
|
"terms": {
|
|
2114
|
-
"
|
|
2115
|
-
"
|
|
2116
|
-
"
|
|
2117
|
-
"
|
|
2118
|
-
"
|
|
2119
|
-
"
|
|
2120
|
-
"
|
|
2121
|
-
"
|
|
2122
|
-
"
|
|
2123
|
-
"
|
|
2124
|
-
"
|
|
2125
|
-
"
|
|
2126
|
-
"
|
|
2127
|
-
"
|
|
2128
|
-
"
|
|
2129
|
-
"
|
|
2130
|
-
"
|
|
2131
|
-
"
|
|
2132
|
-
"
|
|
2421
|
+
"0": 4,
|
|
2422
|
+
"1": 1,
|
|
2423
|
+
"2": 1,
|
|
2424
|
+
"4": 1,
|
|
2425
|
+
"5": 2,
|
|
2426
|
+
"8": 1,
|
|
2427
|
+
"11": 1,
|
|
2428
|
+
"12": 2,
|
|
2429
|
+
"16": 1,
|
|
2430
|
+
"17": 4,
|
|
2431
|
+
"18": 1,
|
|
2432
|
+
"21": 2,
|
|
2433
|
+
"28": 1,
|
|
2434
|
+
"30": 1,
|
|
2435
|
+
"33": 2,
|
|
2436
|
+
"163": 1,
|
|
2437
|
+
"174": 1,
|
|
2438
|
+
"202": 1,
|
|
2439
|
+
"209": 1,
|
|
2440
|
+
"226": 1,
|
|
2441
|
+
"276": 1,
|
|
2442
|
+
"340": 1,
|
|
2443
|
+
"365": 1,
|
|
2444
|
+
"386": 1,
|
|
2445
|
+
"412": 1,
|
|
2446
|
+
"516": 1,
|
|
2447
|
+
"528": 1,
|
|
2448
|
+
"618": 1,
|
|
2449
|
+
"702": 1,
|
|
2450
|
+
"1809": 1,
|
|
2451
|
+
"2026": 3,
|
|
2452
|
+
"9438": 1,
|
|
2453
|
+
"31834": 1,
|
|
2454
|
+
"200464": 1,
|
|
2455
|
+
"fastscript": 30,
|
|
2456
|
+
"proof": 8,
|
|
2457
|
+
"pack": 2,
|
|
2458
|
+
"generated": 3,
|
|
2459
|
+
"04": 3,
|
|
2460
|
+
"15t19": 3,
|
|
2461
|
+
"044z": 2,
|
|
2462
|
+
"summary": 1,
|
|
2463
|
+
"routes": 3,
|
|
2464
|
+
"n": 3,
|
|
2465
|
+
"a": 5,
|
|
2466
|
+
"js": 17,
|
|
2467
|
+
"gzip": 4,
|
|
2468
|
+
"bytes": 3,
|
|
2469
|
+
"css": 4,
|
|
2470
|
+
"budget": 4,
|
|
2471
|
+
"30kb": 2,
|
|
2472
|
+
"pass": 27,
|
|
2473
|
+
"10kb": 2,
|
|
2474
|
+
"interop": 10,
|
|
2475
|
+
"cases": 5,
|
|
2476
|
+
"fail": 2,
|
|
2477
|
+
"ts": 7,
|
|
2478
|
+
"syntax": 4,
|
|
2479
|
+
"fs": 20,
|
|
2480
|
+
"parity": 5,
|
|
2481
|
+
"parser": 1,
|
|
2482
|
+
"frontend": 1,
|
|
2483
|
+
"runtime": 4,
|
|
2484
|
+
"platform": 2,
|
|
2485
|
+
"build": 2,
|
|
2486
|
+
"corpus": 1,
|
|
2487
|
+
"compatibility": 9,
|
|
2488
|
+
"registry": 4,
|
|
2489
|
+
"entries": 3,
|
|
2490
|
+
"proven": 1,
|
|
2491
|
+
"framework": 11,
|
|
2492
|
+
"rows": 1,
|
|
2493
|
+
"launch": 1,
|
|
2494
|
+
"line": 1,
|
|
2495
|
+
"v3": 1,
|
|
2496
|
+
"product": 2,
|
|
2497
|
+
"contract": 2,
|
|
2498
|
+
"is": 2,
|
|
2499
|
+
"universal": 1,
|
|
2500
|
+
"container": 1,
|
|
2501
|
+
"and": 6,
|
|
2502
|
+
"valid": 2,
|
|
2503
|
+
"failures": 3,
|
|
2504
|
+
"in": 4,
|
|
2505
|
+
"are": 3,
|
|
2506
|
+
"treated": 2,
|
|
2507
|
+
"as": 2,
|
|
2508
|
+
"bugs": 2,
|
|
2133
2509
|
"release": 1,
|
|
2134
|
-
"
|
|
2135
|
-
"
|
|
2136
|
-
"
|
|
2137
|
-
"intended": 1,
|
|
2138
|
-
"for": 2,
|
|
2510
|
+
"posture": 1,
|
|
2511
|
+
"source": 1,
|
|
2512
|
+
"available": 1,
|
|
2139
2513
|
"public": 1,
|
|
2140
2514
|
"repo": 1,
|
|
2141
|
-
"
|
|
2142
|
-
"
|
|
2143
|
-
"
|
|
2144
|
-
"
|
|
2145
|
-
"
|
|
2146
|
-
"
|
|
2515
|
+
"proprietary": 1,
|
|
2516
|
+
"core": 5,
|
|
2517
|
+
"no": 1,
|
|
2518
|
+
"ai": 1,
|
|
2519
|
+
"training": 1,
|
|
2520
|
+
"use": 1,
|
|
2521
|
+
"without": 1,
|
|
2522
|
+
"permission": 1,
|
|
2523
|
+
"benchmark": 2,
|
|
2524
|
+
"report": 4,
|
|
2525
|
+
"time": 1,
|
|
2526
|
+
"98ms": 1,
|
|
2527
|
+
"api": 4,
|
|
2528
|
+
"first": 2,
|
|
2529
|
+
"load": 2,
|
|
2530
|
+
"71kb": 1,
|
|
2531
|
+
"00kb": 1,
|
|
2532
|
+
"budgets": 1,
|
|
2533
|
+
"matrix": 7,
|
|
2534
|
+
"see": 1,
|
|
2535
|
+
"full": 1,
|
|
2536
|
+
"docs": 1,
|
|
2537
|
+
"md": 1,
|
|
2538
|
+
"failed": 1,
|
|
2539
|
+
"none": 2,
|
|
2540
|
+
"artifact": 3,
|
|
2541
|
+
"proofs": 3,
|
|
2542
|
+
"json": 3,
|
|
2543
|
+
"the": 2,
|
|
2544
|
+
"target": 2,
|
|
2545
|
+
"current": 1,
|
|
2546
|
+
"governed": 2,
|
|
2547
|
+
"ecosystem": 1,
|
|
2548
|
+
"sweep": 1,
|
|
2549
|
+
"next": 9,
|
|
2550
|
+
"pages": 1,
|
|
2551
|
+
"layouts": 1,
|
|
2552
|
+
"navigation": 5,
|
|
2553
|
+
"shared": 2,
|
|
2554
|
+
"modules": 1,
|
|
2555
|
+
"react": 10,
|
|
2556
|
+
"hooks": 1,
|
|
2557
|
+
"context": 1,
|
|
2558
|
+
"lazy": 1,
|
|
2559
|
+
"helpers": 4,
|
|
2560
|
+
"node": 18,
|
|
2561
|
+
"middleware": 1,
|
|
2562
|
+
"error": 1,
|
|
2563
|
+
"request": 1,
|
|
2564
|
+
"mutation": 1,
|
|
2565
|
+
"flow": 1,
|
|
2566
|
+
"vue": 9,
|
|
2567
|
+
"composables": 1,
|
|
2568
|
+
"store": 4,
|
|
2569
|
+
"app": 1,
|
|
2570
|
+
"utilities": 1,
|
|
2571
|
+
"expanded": 1,
|
|
2572
|
+
"npm": 14,
|
|
2573
|
+
"export": 5,
|
|
2574
|
+
"condition": 3,
|
|
2575
|
+
"represented": 1,
|
|
2576
|
+
"08": 1,
|
|
2577
|
+
"251z": 1,
|
|
2578
|
+
"profile": 1,
|
|
2579
|
+
"total": 1,
|
|
2580
|
+
"linked": 1,
|
|
2581
|
+
"here": 1,
|
|
2582
|
+
"governance": 1,
|
|
2583
|
+
"track": 1,
|
|
2584
|
+
"system": 1,
|
|
2585
|
+
"includes": 1,
|
|
2586
|
+
"shims": 1,
|
|
2587
|
+
"for": 1,
|
|
2588
|
+
"dom": 5,
|
|
2589
|
+
"server": 6,
|
|
2590
|
+
"link": 3,
|
|
2591
|
+
"router": 4,
|
|
2592
|
+
"svelte": 4,
|
|
2593
|
+
"preact": 4,
|
|
2594
|
+
"solid": 4,
|
|
2595
|
+
"scoped": 3,
|
|
2596
|
+
"subpath": 7,
|
|
2597
|
+
"package": 8,
|
|
2598
|
+
"checks": 3,
|
|
2599
|
+
"edge": 2,
|
|
2600
|
+
"conditioned": 3,
|
|
2601
|
+
"lib": 4,
|
|
2602
|
+
"dual": 4,
|
|
2603
|
+
"mode": 4,
|
|
2604
|
+
"real": 7,
|
|
2605
|
+
"using": 1,
|
|
2606
|
+
"installed": 1,
|
|
2607
|
+
"dependencies": 4,
|
|
2608
|
+
"acorn": 6,
|
|
2609
|
+
"walk": 3,
|
|
2610
|
+
"astring": 3,
|
|
2611
|
+
"built": 2,
|
|
2612
|
+
"commonjs": 2,
|
|
2613
|
+
"case": 1,
|
|
2614
|
+
"kind": 1,
|
|
2615
|
+
"status": 1,
|
|
2616
|
+
"bundle": 1,
|
|
2617
|
+
"notes": 1,
|
|
2618
|
+
"browser": 8,
|
|
2619
|
+
"module": 14,
|
|
2620
|
+
"imports": 13,
|
|
2621
|
+
"client": 1,
|
|
2622
|
+
"rendering": 1,
|
|
2623
|
+
"shape": 1,
|
|
2624
|
+
"redirect": 1,
|
|
2625
|
+
"notfound": 1,
|
|
2626
|
+
"createapp": 1,
|
|
2627
|
+
"h": 2,
|
|
2628
|
+
"createrouter": 1,
|
|
2629
|
+
"history": 1,
|
|
2630
|
+
"writable": 1,
|
|
2631
|
+
"render": 1,
|
|
2632
|
+
"signals": 1,
|
|
2633
|
+
"resolves": 1,
|
|
2634
|
+
"with": 1,
|
|
2635
|
+
"default": 1,
|
|
2636
|
+
"conditions": 1,
|
|
2637
|
+
"through": 1,
|
|
2638
|
+
"esm": 1,
|
|
2639
|
+
"cjs": 1,
|
|
2640
|
+
"left": 1,
|
|
2641
|
+
"pad": 1,
|
|
2642
|
+
"builtins": 1,
|
|
2643
|
+
"crypto": 1,
|
|
2644
|
+
"path": 1,
|
|
2645
|
+
"ins": 1,
|
|
2646
|
+
"from": 3
|
|
2147
2647
|
}
|
|
2148
2648
|
},
|
|
2149
2649
|
{
|
|
@@ -2681,93 +3181,455 @@ export const DOC_SEARCH_INDEX = [
|
|
|
2681
3181
|
"legal": 1
|
|
2682
3182
|
}
|
|
2683
3183
|
},
|
|
3184
|
+
{
|
|
3185
|
+
"id": "runtime_permissions",
|
|
3186
|
+
"title": "Runtime Permissions",
|
|
3187
|
+
"path": "/docs/runtime_permissions",
|
|
3188
|
+
"summary": "FastScript exposes explicit runtime permission boundaries for:",
|
|
3189
|
+
"terms": {
|
|
3190
|
+
"1": 4,
|
|
3191
|
+
"2": 4,
|
|
3192
|
+
"3": 4,
|
|
3193
|
+
"4": 3,
|
|
3194
|
+
"5": 2,
|
|
3195
|
+
"6": 1,
|
|
3196
|
+
"runtime": 7,
|
|
3197
|
+
"permissions": 8,
|
|
3198
|
+
"fastscript": 8,
|
|
3199
|
+
"exposes": 3,
|
|
3200
|
+
"explicit": 2,
|
|
3201
|
+
"permission": 6,
|
|
3202
|
+
"boundaries": 2,
|
|
3203
|
+
"for": 3,
|
|
3204
|
+
"file": 2,
|
|
3205
|
+
"access": 6,
|
|
3206
|
+
"environment": 1,
|
|
3207
|
+
"network": 2,
|
|
3208
|
+
"subprocess": 2,
|
|
3209
|
+
"execution": 2,
|
|
3210
|
+
"dynamic": 2,
|
|
3211
|
+
"imports": 1,
|
|
3212
|
+
"plugin": 2,
|
|
3213
|
+
"default": 4,
|
|
3214
|
+
"policy": 4,
|
|
3215
|
+
"path": 2,
|
|
3216
|
+
"json": 2,
|
|
3217
|
+
"example": 2,
|
|
3218
|
+
"cli": 1,
|
|
3219
|
+
"show": 1,
|
|
3220
|
+
"active": 1,
|
|
3221
|
+
"summary": 1,
|
|
3222
|
+
"npm": 3,
|
|
3223
|
+
"run": 3,
|
|
3224
|
+
"check": 1,
|
|
3225
|
+
"a": 2,
|
|
3226
|
+
"specific": 1,
|
|
3227
|
+
"in": 1,
|
|
3228
|
+
"report": 1,
|
|
3229
|
+
"mode": 3,
|
|
3230
|
+
"kind": 2,
|
|
3231
|
+
"dynamicimportaccess": 1,
|
|
3232
|
+
"resource": 2,
|
|
3233
|
+
"app": 1,
|
|
3234
|
+
"pages": 1,
|
|
3235
|
+
"index": 1,
|
|
3236
|
+
"fs": 1,
|
|
3237
|
+
"enforce": 1,
|
|
3238
|
+
"assertion": 1,
|
|
3239
|
+
"assert": 1,
|
|
3240
|
+
"envaccess": 1,
|
|
3241
|
+
"profile": 2,
|
|
3242
|
+
"helpers": 2,
|
|
3243
|
+
"aware": 1,
|
|
3244
|
+
"permissionawareenvget": 1,
|
|
3245
|
+
"key": 1,
|
|
3246
|
+
"permissionawarereadfile": 1,
|
|
3247
|
+
"permissionawarefetch": 1,
|
|
3248
|
+
"url": 2,
|
|
3249
|
+
"init": 1,
|
|
3250
|
+
"permissionawarespawn": 1,
|
|
3251
|
+
"command": 1,
|
|
3252
|
+
"args": 1,
|
|
3253
|
+
"options": 1,
|
|
3254
|
+
"permissionawarepluginaccess": 1,
|
|
3255
|
+
"pluginid": 1,
|
|
3256
|
+
"onallowed": 1,
|
|
3257
|
+
"secure": 2,
|
|
3258
|
+
"preset": 2,
|
|
3259
|
+
"set": 1,
|
|
3260
|
+
"to": 3,
|
|
3261
|
+
"apply": 1,
|
|
3262
|
+
"stricter": 1,
|
|
3263
|
+
"deny": 3,
|
|
3264
|
+
"by": 3,
|
|
3265
|
+
"allow": 1,
|
|
3266
|
+
"import": 1,
|
|
3267
|
+
"only": 1,
|
|
3268
|
+
"local": 1,
|
|
3269
|
+
"data": 1,
|
|
3270
|
+
"kinds": 1,
|
|
3271
|
+
"audit": 3,
|
|
3272
|
+
"log": 2,
|
|
3273
|
+
"decisions": 1,
|
|
3274
|
+
"are": 1,
|
|
3275
|
+
"written": 1,
|
|
3276
|
+
"jsonl": 1,
|
|
3277
|
+
"use": 1,
|
|
3278
|
+
"settings": 1,
|
|
3279
|
+
"disable": 1,
|
|
3280
|
+
"or": 1,
|
|
3281
|
+
"relocate": 1,
|
|
3282
|
+
"this": 1
|
|
3283
|
+
}
|
|
3284
|
+
},
|
|
2684
3285
|
{
|
|
2685
3286
|
"id": "support_matrix",
|
|
2686
|
-
"title": "
|
|
2687
|
-
"path": "/docs/
|
|
2688
|
-
"summary": "-
|
|
3287
|
+
"title": "FastScript Compatibility Matrix",
|
|
3288
|
+
"path": "/docs/support",
|
|
3289
|
+
"summary": "- Generated: 2026-04-15T19:21:33.048Z",
|
|
2689
3290
|
"terms": {
|
|
2690
|
-
"0":
|
|
2691
|
-
"
|
|
2692
|
-
"
|
|
2693
|
-
"
|
|
2694
|
-
"
|
|
2695
|
-
"
|
|
2696
|
-
"
|
|
2697
|
-
"
|
|
2698
|
-
"
|
|
2699
|
-
"
|
|
2700
|
-
"
|
|
3291
|
+
"0": 3,
|
|
3292
|
+
"3": 1,
|
|
3293
|
+
"4": 2,
|
|
3294
|
+
"8": 1,
|
|
3295
|
+
"17": 1,
|
|
3296
|
+
"18": 1,
|
|
3297
|
+
"21": 2,
|
|
3298
|
+
"28": 1,
|
|
3299
|
+
"30": 1,
|
|
3300
|
+
"33": 2,
|
|
3301
|
+
"2026": 2,
|
|
3302
|
+
"fastscript": 7,
|
|
3303
|
+
"compatibility": 12,
|
|
3304
|
+
"matrix": 2,
|
|
3305
|
+
"generated": 4,
|
|
3306
|
+
"04": 2,
|
|
3307
|
+
"15t19": 2,
|
|
3308
|
+
"048z": 2,
|
|
3309
|
+
"current": 10,
|
|
3310
|
+
"stable": 1,
|
|
3311
|
+
"line": 1,
|
|
3312
|
+
"x": 1,
|
|
3313
|
+
"governance": 1,
|
|
3314
|
+
"track": 1,
|
|
3315
|
+
"system": 2,
|
|
3316
|
+
"product": 1,
|
|
3317
|
+
"contract": 7,
|
|
3318
|
+
"if": 2,
|
|
3319
|
+
"a": 5,
|
|
3320
|
+
"feature": 10,
|
|
3321
|
+
"or": 4,
|
|
3322
|
+
"ecosystem": 5,
|
|
3323
|
+
"pattern": 2,
|
|
3324
|
+
"is": 2,
|
|
3325
|
+
"marked": 1,
|
|
3326
|
+
"proven": 33,
|
|
3327
|
+
"it": 4,
|
|
3328
|
+
"must": 2,
|
|
3329
|
+
"have": 1,
|
|
3330
|
+
"automated": 3,
|
|
3331
|
+
"coverage": 5,
|
|
3332
|
+
"and": 41,
|
|
3333
|
+
"release": 5,
|
|
3334
|
+
"gates": 3,
|
|
3335
|
+
"fail": 2,
|
|
3336
|
+
"when": 1,
|
|
3337
|
+
"that": 2,
|
|
3338
|
+
"proof": 32,
|
|
3339
|
+
"regresses": 1,
|
|
3340
|
+
"means": 1,
|
|
3341
|
+
"linked": 3,
|
|
3342
|
+
"ci": 1,
|
|
3343
|
+
"enforced": 1,
|
|
3344
|
+
"discipline": 4,
|
|
3345
|
+
"status": 10,
|
|
3346
|
+
"legend": 1,
|
|
3347
|
+
"exists": 2,
|
|
3348
|
+
"on": 1,
|
|
3349
|
+
"regression": 1,
|
|
3350
|
+
"supported": 1,
|
|
3351
|
+
"intended": 1,
|
|
3352
|
+
"support": 3,
|
|
3353
|
+
"surface": 2,
|
|
3354
|
+
"with": 2,
|
|
3355
|
+
"some": 2,
|
|
3356
|
+
"operational": 1,
|
|
3357
|
+
"confidence": 1,
|
|
3358
|
+
"but": 2,
|
|
3359
|
+
"not": 2,
|
|
3360
|
+
"yet": 1,
|
|
3361
|
+
"fully": 1,
|
|
3362
|
+
"governed": 3,
|
|
3363
|
+
"as": 3,
|
|
3364
|
+
"partial": 2,
|
|
3365
|
+
"known": 1,
|
|
3366
|
+
"working": 1,
|
|
3367
|
+
"enough": 1,
|
|
3368
|
+
"to": 2,
|
|
3369
|
+
"claim": 1,
|
|
3370
|
+
"full": 2,
|
|
3371
|
+
"safety": 1,
|
|
3372
|
+
"planned": 2,
|
|
3373
|
+
"visible": 2,
|
|
3374
|
+
"lane": 3,
|
|
3375
|
+
"targeted": 1,
|
|
3376
|
+
"for": 1,
|
|
3377
|
+
"future": 3,
|
|
3378
|
+
"blocked": 2,
|
|
3379
|
+
"explicitly": 1,
|
|
3380
|
+
"unsupported": 1,
|
|
3381
|
+
"pending": 1,
|
|
3382
|
+
"design": 1,
|
|
3383
|
+
"runtime": 5,
|
|
3384
|
+
"work": 1,
|
|
3385
|
+
"summary": 1,
|
|
3386
|
+
"registry": 1,
|
|
3387
|
+
"entries": 2,
|
|
3388
|
+
"js": 16,
|
|
3389
|
+
"ts": 13,
|
|
3390
|
+
"syntax": 14,
|
|
3391
|
+
"cases": 3,
|
|
3392
|
+
"fs": 42,
|
|
3393
|
+
"parity": 20,
|
|
3394
|
+
"interop": 28,
|
|
3395
|
+
"ecmascript": 3,
|
|
3396
|
+
"notes": 9,
|
|
3397
|
+
"modern": 4,
|
|
3398
|
+
"in": 9,
|
|
3399
|
+
"module": 8,
|
|
3400
|
+
"comments": 1,
|
|
3401
|
+
"strings": 1,
|
|
3402
|
+
"regex": 1,
|
|
3403
|
+
"class": 1,
|
|
3404
|
+
"covers": 21,
|
|
3405
|
+
"classes": 1,
|
|
3406
|
+
"private": 1,
|
|
3407
|
+
"fields": 1,
|
|
3408
|
+
"static": 1,
|
|
3409
|
+
"blocks": 1,
|
|
3410
|
+
"generators": 2,
|
|
3411
|
+
"async": 1,
|
|
3412
|
+
"tc39": 1,
|
|
3413
|
+
"typescript": 5,
|
|
3414
|
+
"additions": 2,
|
|
3415
|
+
"establishes": 1,
|
|
3416
|
+
"the": 4,
|
|
3417
|
+
"plug": 1,
|
|
3418
|
+
"into": 1,
|
|
3419
|
+
"erasure": 2,
|
|
3420
|
+
"type": 2,
|
|
3421
|
+
"types": 2,
|
|
3422
|
+
"namespace": 1,
|
|
3423
|
+
"declare": 1,
|
|
3424
|
+
"generics": 2,
|
|
3425
|
+
"interfaces": 1,
|
|
3426
|
+
"aliases": 1,
|
|
3427
|
+
"namespaces": 1,
|
|
3428
|
+
"declaration": 1,
|
|
3429
|
+
"shapes": 4,
|
|
3430
|
+
"decorators": 1,
|
|
3431
|
+
"keep": 1,
|
|
3432
|
+
"an": 1,
|
|
3433
|
+
"explicit": 1,
|
|
3434
|
+
"instead": 2,
|
|
3435
|
+
"of": 2,
|
|
3436
|
+
"implying": 1,
|
|
3437
|
+
"jsx": 3,
|
|
3438
|
+
"tsx": 9,
|
|
3439
|
+
"authoring": 2,
|
|
3440
|
+
"component": 3,
|
|
3441
|
+
"page": 4,
|
|
3442
|
+
"script": 14,
|
|
3443
|
+
"test": 10,
|
|
3444
|
+
"authored": 3,
|
|
3445
|
+
"typed": 2,
|
|
3446
|
+
"props": 1,
|
|
3447
|
+
"modules": 9,
|
|
3448
|
+
"sugar": 4,
|
|
3449
|
+
"remains": 1,
|
|
3450
|
+
"optional": 1,
|
|
3451
|
+
"compatible": 1,
|
|
3452
|
+
"maintained": 1,
|
|
3453
|
+
"without": 1,
|
|
3454
|
+
"making": 1,
|
|
3455
|
+
"required": 1,
|
|
3456
|
+
"model": 1,
|
|
3457
|
+
"dynamic": 3,
|
|
3458
|
+
"import": 6,
|
|
3459
|
+
"require": 3,
|
|
3460
|
+
"patterns": 7,
|
|
3461
|
+
"commonjs": 5,
|
|
3462
|
+
"includes": 2,
|
|
3463
|
+
"mixed": 3,
|
|
3464
|
+
"esm": 2,
|
|
3465
|
+
"usage": 5,
|
|
3466
|
+
"inside": 1,
|
|
3467
|
+
"assertion": 3,
|
|
3468
|
+
"multiline": 3,
|
|
3469
|
+
"shape": 1,
|
|
3470
|
+
"like": 3,
|
|
3471
|
+
"migration": 2,
|
|
3472
|
+
"input": 1,
|
|
3473
|
+
"scoped": 3,
|
|
3474
|
+
"package": 6,
|
|
3475
|
+
"subpath": 4,
|
|
3476
|
+
"exports": 4,
|
|
3477
|
+
"conditioned": 1,
|
|
3478
|
+
"export": 2,
|
|
3479
|
+
"condition": 2,
|
|
3480
|
+
"subpaths": 1,
|
|
3481
|
+
"workspace": 1,
|
|
3482
|
+
"packages": 2,
|
|
3483
|
+
"dual": 2,
|
|
3484
|
+
"mode": 2,
|
|
3485
|
+
"resolution": 2,
|
|
3486
|
+
"node": 13,
|
|
3487
|
+
"cjs": 2,
|
|
3488
|
+
"npm": 3,
|
|
3489
|
+
"driven": 1,
|
|
3490
|
+
"bundling": 2,
|
|
3491
|
+
"against": 1,
|
|
3492
|
+
"built": 1,
|
|
3493
|
+
"imports": 2,
|
|
3494
|
+
"builtins": 1,
|
|
3495
|
+
"crypto": 1,
|
|
3496
|
+
"path": 2,
|
|
3497
|
+
"real": 6,
|
|
3498
|
+
"acorn": 2,
|
|
3499
|
+
"astring": 1,
|
|
3500
|
+
"walk": 1,
|
|
3501
|
+
"uses": 1,
|
|
3502
|
+
"installed": 1,
|
|
3503
|
+
"dependencies": 1,
|
|
3504
|
+
"synthetic": 1,
|
|
3505
|
+
"mocks": 1,
|
|
3506
|
+
"alone": 1,
|
|
2701
3507
|
"targets": 1,
|
|
2702
|
-
"
|
|
2703
|
-
"
|
|
2704
|
-
"
|
|
2705
|
-
"
|
|
2706
|
-
"
|
|
2707
|
-
"
|
|
2708
|
-
"all": 1,
|
|
2709
|
-
"ssr": 2,
|
|
3508
|
+
"http": 1,
|
|
3509
|
+
"target": 1,
|
|
3510
|
+
"smoke": 2,
|
|
3511
|
+
"start": 1,
|
|
3512
|
+
"app": 3,
|
|
3513
|
+
"routing": 1,
|
|
2710
3514
|
"api": 2,
|
|
2711
|
-
"
|
|
2712
|
-
"
|
|
2713
|
-
"
|
|
2714
|
-
"
|
|
2715
|
-
"
|
|
2716
|
-
"
|
|
2717
|
-
"
|
|
2718
|
-
"
|
|
2719
|
-
"
|
|
2720
|
-
"
|
|
2721
|
-
"
|
|
2722
|
-
"
|
|
2723
|
-
"
|
|
2724
|
-
"
|
|
2725
|
-
"
|
|
2726
|
-
"
|
|
2727
|
-
"
|
|
2728
|
-
"
|
|
2729
|
-
"
|
|
2730
|
-
"
|
|
2731
|
-
"
|
|
2732
|
-
"
|
|
2733
|
-
"
|
|
2734
|
-
"
|
|
2735
|
-
"
|
|
2736
|
-
"
|
|
2737
|
-
"
|
|
2738
|
-
"
|
|
2739
|
-
"
|
|
2740
|
-
"
|
|
2741
|
-
"
|
|
2742
|
-
"
|
|
2743
|
-
"
|
|
2744
|
-
"
|
|
2745
|
-
"
|
|
2746
|
-
"
|
|
2747
|
-
"
|
|
2748
|
-
"
|
|
2749
|
-
"
|
|
2750
|
-
"
|
|
2751
|
-
"
|
|
2752
|
-
"
|
|
2753
|
-
"
|
|
3515
|
+
"routes": 2,
|
|
3516
|
+
"production": 1,
|
|
3517
|
+
"adapter": 2,
|
|
3518
|
+
"serving": 1,
|
|
3519
|
+
"framework": 4,
|
|
3520
|
+
"style": 12,
|
|
3521
|
+
"build": 3,
|
|
3522
|
+
"corpus": 3,
|
|
3523
|
+
"small": 1,
|
|
3524
|
+
"pages": 2,
|
|
3525
|
+
"express": 2,
|
|
3526
|
+
"handler": 2,
|
|
3527
|
+
"request": 3,
|
|
3528
|
+
"mutation": 2,
|
|
3529
|
+
"params": 1,
|
|
3530
|
+
"access": 1,
|
|
3531
|
+
"helpers": 3,
|
|
3532
|
+
"env": 3,
|
|
3533
|
+
"adjacent": 8,
|
|
3534
|
+
"server": 5,
|
|
3535
|
+
"code": 3,
|
|
3536
|
+
"middleware": 3,
|
|
3537
|
+
"chains": 1,
|
|
3538
|
+
"error": 3,
|
|
3539
|
+
"handlers": 1,
|
|
3540
|
+
"aware": 1,
|
|
3541
|
+
"flow": 3,
|
|
3542
|
+
"chain": 1,
|
|
3543
|
+
"sequential": 1,
|
|
3544
|
+
"handling": 1,
|
|
3545
|
+
"process": 1,
|
|
3546
|
+
"react": 7,
|
|
3547
|
+
"core": 5,
|
|
3548
|
+
"dom": 2,
|
|
3549
|
+
"createelement": 1,
|
|
3550
|
+
"plus": 2,
|
|
3551
|
+
"client": 1,
|
|
3552
|
+
"surfaces": 1,
|
|
3553
|
+
"hooks": 3,
|
|
3554
|
+
"context": 2,
|
|
3555
|
+
"lazy": 3,
|
|
3556
|
+
"composed": 2,
|
|
3557
|
+
"shared": 4,
|
|
3558
|
+
"helper": 3,
|
|
3559
|
+
"usestate": 1,
|
|
3560
|
+
"createcontext": 1,
|
|
3561
|
+
"usecontext": 1,
|
|
3562
|
+
"loaded": 1,
|
|
3563
|
+
"hook": 1,
|
|
3564
|
+
"next": 9,
|
|
3565
|
+
"links": 1,
|
|
3566
|
+
"route": 3,
|
|
3567
|
+
"link": 2,
|
|
3568
|
+
"navigation": 2,
|
|
3569
|
+
"lib": 2,
|
|
3570
|
+
"vue": 9,
|
|
3571
|
+
"composable": 3,
|
|
3572
|
+
"router": 2,
|
|
3573
|
+
"setup": 1,
|
|
3574
|
+
"utility": 2,
|
|
3575
|
+
"createapp": 1,
|
|
3576
|
+
"h": 1,
|
|
3577
|
+
"composables": 2,
|
|
3578
|
+
"store": 6,
|
|
3579
|
+
"ref": 1,
|
|
3580
|
+
"computed": 1,
|
|
3581
|
+
"based": 1,
|
|
3582
|
+
"return": 1,
|
|
3583
|
+
"svelte": 2,
|
|
3584
|
+
"writable": 1,
|
|
3585
|
+
"preact": 3,
|
|
3586
|
+
"render": 1,
|
|
3587
|
+
"solidjs": 1,
|
|
3588
|
+
"signal": 1,
|
|
3589
|
+
"solid": 1,
|
|
3590
|
+
"createsignal": 1,
|
|
3591
|
+
"creatememo": 1,
|
|
3592
|
+
"layout": 3,
|
|
3593
|
+
"metadata": 4,
|
|
3594
|
+
"wrappers": 1,
|
|
3595
|
+
"tooling": 2,
|
|
2754
3596
|
"cli": 1,
|
|
2755
|
-
"
|
|
2756
|
-
"
|
|
3597
|
+
"lint": 1,
|
|
3598
|
+
"format": 1,
|
|
2757
3599
|
"typecheck": 1,
|
|
2758
|
-
"
|
|
2759
|
-
"under": 1,
|
|
3600
|
+
"stability": 1,
|
|
2760
3601
|
"qa": 1,
|
|
2761
|
-
"gate":
|
|
2762
|
-
"
|
|
2763
|
-
"
|
|
2764
|
-
"
|
|
2765
|
-
"
|
|
2766
|
-
"
|
|
2767
|
-
"
|
|
2768
|
-
"
|
|
2769
|
-
"
|
|
2770
|
-
"
|
|
3602
|
+
"gate": 2,
|
|
3603
|
+
"through": 2,
|
|
3604
|
+
"repo": 1,
|
|
3605
|
+
"quality": 1,
|
|
3606
|
+
"vs": 1,
|
|
3607
|
+
"language": 2,
|
|
3608
|
+
"vscode": 1,
|
|
3609
|
+
"tested": 1,
|
|
3610
|
+
"lsp": 1,
|
|
3611
|
+
"integration": 1,
|
|
3612
|
+
"benchmark": 2,
|
|
3613
|
+
"keeps": 1,
|
|
3614
|
+
"pack": 1,
|
|
3615
|
+
"claims": 1,
|
|
3616
|
+
"tied": 1,
|
|
3617
|
+
"artifacts": 1,
|
|
3618
|
+
"deployment": 1,
|
|
3619
|
+
"adapters": 3,
|
|
3620
|
+
"vercel": 2,
|
|
3621
|
+
"cloudflare": 2,
|
|
3622
|
+
"deploy": 2,
|
|
3623
|
+
"pm2": 1,
|
|
3624
|
+
"generation": 1,
|
|
3625
|
+
"valid": 1,
|
|
3626
|
+
"case": 1,
|
|
3627
|
+
"fails": 1,
|
|
3628
|
+
"treat": 1,
|
|
3629
|
+
"bug": 1,
|
|
3630
|
+
"report": 1,
|
|
3631
|
+
"intake": 1,
|
|
3632
|
+
"workflow": 1
|
|
2771
3633
|
}
|
|
2772
3634
|
},
|
|
2773
3635
|
{
|