fastscript 2.0.0 → 3.0.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 +6 -0
- package/README.md +41 -3
- package/node_modules/@fastscript/core-private/src/fs-error-codes.mjs +2 -2
- package/node_modules/@fastscript/core-private/src/fs-normalize.mjs +33 -3
- package/node_modules/@fastscript/core-private/src/fs-parser.mjs +197 -57
- package/node_modules/@fastscript/core-private/src/typecheck.mjs +5 -3
- package/package.json +26 -5
- package/src/benchmark-discipline.mjs +39 -0
- package/src/cli.mjs +37 -2
- 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 +33 -3
- package/src/generated/docs-search-index.mjs +545 -174
- 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 +8 -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,125 @@ 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": 2,
|
|
537
|
+
"2": 2,
|
|
538
|
+
"3": 2,
|
|
539
|
+
"4": 1,
|
|
540
|
+
"5": 1,
|
|
541
|
+
"compatibility": 5,
|
|
525
542
|
"layer": 2,
|
|
526
|
-
"and":
|
|
543
|
+
"and": 5,
|
|
527
544
|
"migration": 6,
|
|
528
545
|
"packs": 7,
|
|
529
|
-
"fastscript":
|
|
546
|
+
"fastscript": 8,
|
|
530
547
|
"ships": 2,
|
|
531
|
-
"for":
|
|
548
|
+
"for": 5,
|
|
532
549
|
"common": 2,
|
|
533
550
|
"adoption": 2,
|
|
534
551
|
"paths": 2,
|
|
535
|
-
"js":
|
|
536
|
-
"to":
|
|
537
|
-
"fs":
|
|
552
|
+
"js": 3,
|
|
553
|
+
"to": 6,
|
|
554
|
+
"fs": 5,
|
|
538
555
|
"basic": 1,
|
|
539
556
|
"javascript": 1,
|
|
540
557
|
"page": 1,
|
|
541
558
|
"starter": 2,
|
|
542
|
-
"ts":
|
|
559
|
+
"ts": 3,
|
|
543
560
|
"typed": 1,
|
|
544
561
|
"typescript": 1,
|
|
545
|
-
"conversion":
|
|
562
|
+
"conversion": 9,
|
|
546
563
|
"next": 1,
|
|
547
564
|
"core": 1,
|
|
548
565
|
"routing": 1,
|
|
549
566
|
"layout": 1,
|
|
550
567
|
"checklist": 1,
|
|
551
|
-
"
|
|
552
|
-
"
|
|
553
|
-
"
|
|
568
|
+
"strict": 1,
|
|
569
|
+
"is": 3,
|
|
570
|
+
"first": 2,
|
|
571
|
+
"rename": 2,
|
|
572
|
+
"only": 2,
|
|
573
|
+
"by": 1,
|
|
574
|
+
"default": 1,
|
|
575
|
+
"eligible": 1,
|
|
576
|
+
"jsx": 2,
|
|
577
|
+
"tsx": 2,
|
|
578
|
+
"files": 2,
|
|
579
|
+
"rewrite": 1,
|
|
580
|
+
"import": 2,
|
|
581
|
+
"specifiers": 1,
|
|
582
|
+
"that": 1,
|
|
583
|
+
"point": 1,
|
|
584
|
+
"renamed": 1,
|
|
585
|
+
"emit": 1,
|
|
586
|
+
"manifest": 5,
|
|
587
|
+
"diff": 3,
|
|
588
|
+
"preview": 4,
|
|
589
|
+
"validation": 1,
|
|
590
|
+
"report": 2,
|
|
591
|
+
"fidelity": 4,
|
|
592
|
+
"fail": 3,
|
|
593
|
+
"when": 2,
|
|
594
|
+
"protected": 1,
|
|
595
|
+
"scopes": 1,
|
|
596
|
+
"would": 1,
|
|
597
|
+
"be": 1,
|
|
598
|
+
"mutated": 1,
|
|
599
|
+
"idempotency": 1,
|
|
600
|
+
"resolution": 1,
|
|
601
|
+
"checks": 1,
|
|
602
|
+
"do": 1,
|
|
603
|
+
"not": 1,
|
|
604
|
+
"pass": 1,
|
|
605
|
+
"after": 1,
|
|
606
|
+
"teams": 1,
|
|
607
|
+
"can": 1,
|
|
608
|
+
"keep": 1,
|
|
609
|
+
"authoring": 1,
|
|
610
|
+
"ordinary": 1,
|
|
611
|
+
"directly": 1,
|
|
612
|
+
"inside": 1,
|
|
613
|
+
"the": 2,
|
|
614
|
+
"extension": 1,
|
|
615
|
+
"runtime": 1,
|
|
616
|
+
"container": 1,
|
|
617
|
+
"specific": 1,
|
|
618
|
+
"forms": 1,
|
|
619
|
+
"such": 1,
|
|
620
|
+
"as": 1,
|
|
621
|
+
"fn": 1,
|
|
622
|
+
"state": 1,
|
|
623
|
+
"remain": 1,
|
|
624
|
+
"optional": 2,
|
|
625
|
+
"sugar": 1,
|
|
626
|
+
"use": 3,
|
|
627
|
+
"npm": 6,
|
|
628
|
+
"run": 8,
|
|
554
629
|
"wizard": 1,
|
|
555
|
-
"migrate":
|
|
556
|
-
"
|
|
557
|
-
"preview": 1,
|
|
630
|
+
"migrate": 4,
|
|
631
|
+
"path": 4,
|
|
558
632
|
"driven": 1,
|
|
559
|
-
"
|
|
633
|
+
"planning": 1,
|
|
634
|
+
"dry": 2,
|
|
635
|
+
"trust": 1,
|
|
636
|
+
"previews": 1,
|
|
637
|
+
"convert": 1,
|
|
638
|
+
"an": 1,
|
|
639
|
+
"alias": 1,
|
|
640
|
+
"level": 1,
|
|
641
|
+
"full": 2,
|
|
642
|
+
"on": 1,
|
|
643
|
+
"unproven": 1,
|
|
644
|
+
"proof": 1,
|
|
645
|
+
"mode": 1,
|
|
646
|
+
"config": 1,
|
|
647
|
+
"json": 4,
|
|
648
|
+
"see": 1,
|
|
649
|
+
"example": 1,
|
|
650
|
+
"rollback": 3,
|
|
651
|
+
"workflow": 1,
|
|
652
|
+
"inspect": 2,
|
|
653
|
+
"latest": 4,
|
|
654
|
+
"from": 1
|
|
560
655
|
}
|
|
561
656
|
},
|
|
562
657
|
{
|
|
@@ -572,7 +667,7 @@ export const DOC_SEARCH_INDEX = [
|
|
|
572
667
|
"fs1001": 2,
|
|
573
668
|
"invalid": 6,
|
|
574
669
|
"reactive": 2,
|
|
575
|
-
"declaration":
|
|
670
|
+
"declaration": 5,
|
|
576
671
|
"name": 4,
|
|
577
672
|
"expression": 3,
|
|
578
673
|
"expected": 4,
|
|
@@ -583,13 +678,30 @@ export const DOC_SEARCH_INDEX = [
|
|
|
583
678
|
"function": 2,
|
|
584
679
|
"fn": 1,
|
|
585
680
|
"fs1004": 1,
|
|
586
|
-
"
|
|
681
|
+
"reserved": 1,
|
|
682
|
+
"legacy": 1,
|
|
683
|
+
"compatibility": 1,
|
|
684
|
+
"code": 1,
|
|
685
|
+
"for": 2,
|
|
587
686
|
"runtime": 2,
|
|
687
|
+
"frontend": 1,
|
|
588
688
|
"type": 4,
|
|
689
|
+
"surface": 1,
|
|
690
|
+
"conflicts": 1,
|
|
691
|
+
"current": 1,
|
|
692
|
+
"js": 1,
|
|
693
|
+
"ts": 1,
|
|
694
|
+
"compatible": 1,
|
|
695
|
+
"fs": 1,
|
|
696
|
+
"parsing": 1,
|
|
697
|
+
"should": 1,
|
|
698
|
+
"not": 3,
|
|
699
|
+
"emit": 1,
|
|
700
|
+
"this": 1,
|
|
701
|
+
"ordinary": 1,
|
|
589
702
|
"interface": 1,
|
|
590
703
|
"enum": 1,
|
|
591
|
-
"
|
|
592
|
-
"fs": 1,
|
|
704
|
+
"usage": 1,
|
|
593
705
|
"fs1005": 1,
|
|
594
706
|
"fs1006": 1,
|
|
595
707
|
"identifier": 1,
|
|
@@ -600,6 +712,7 @@ export const DOC_SEARCH_INDEX = [
|
|
|
600
712
|
"fs1010": 1,
|
|
601
713
|
"unterminated": 1,
|
|
602
714
|
"fs1101": 1,
|
|
715
|
+
"unsupported": 1,
|
|
603
716
|
"directive": 1,
|
|
604
717
|
"lint": 1,
|
|
605
718
|
"fs3001": 1,
|
|
@@ -622,7 +735,6 @@ export const DOC_SEARCH_INDEX = [
|
|
|
622
735
|
"mapping": 1,
|
|
623
736
|
"fs4002": 1,
|
|
624
737
|
"param": 1,
|
|
625
|
-
"not": 2,
|
|
626
738
|
"referenced": 1,
|
|
627
739
|
"fs4101": 1,
|
|
628
740
|
"unknown": 1,
|
|
@@ -1468,7 +1580,7 @@ export const DOC_SEARCH_INDEX = [
|
|
|
1468
1580
|
"is": 5,
|
|
1469
1581
|
"ast": 2,
|
|
1470
1582
|
"based": 1,
|
|
1471
|
-
"and":
|
|
1583
|
+
"and": 8,
|
|
1472
1584
|
"canonicalizes": 1,
|
|
1473
1585
|
"to": 3,
|
|
1474
1586
|
"valid": 2,
|
|
@@ -1513,14 +1625,27 @@ export const DOC_SEARCH_INDEX = [
|
|
|
1513
1625
|
"normalize": 1,
|
|
1514
1626
|
"function": 1,
|
|
1515
1627
|
"let": 1,
|
|
1516
|
-
"in":
|
|
1628
|
+
"in": 2,
|
|
1517
1629
|
"code": 1,
|
|
1518
1630
|
"interface": 1,
|
|
1519
1631
|
"enum": 1,
|
|
1520
|
-
"
|
|
1521
|
-
"
|
|
1522
|
-
"
|
|
1523
|
-
"
|
|
1632
|
+
"other": 1,
|
|
1633
|
+
"standard": 1,
|
|
1634
|
+
"ts": 2,
|
|
1635
|
+
"syntax": 2,
|
|
1636
|
+
"now": 2,
|
|
1637
|
+
"flow": 1,
|
|
1638
|
+
"through": 1,
|
|
1639
|
+
"the": 2,
|
|
1640
|
+
"js": 3,
|
|
1641
|
+
"compatibility": 3,
|
|
1642
|
+
"frontend": 1,
|
|
1643
|
+
"erase": 1,
|
|
1644
|
+
"during": 1,
|
|
1645
|
+
"instead": 1,
|
|
1646
|
+
"of": 1,
|
|
1647
|
+
"being": 1,
|
|
1648
|
+
"rejected": 1,
|
|
1524
1649
|
"errors": 1,
|
|
1525
1650
|
"fs410x": 1,
|
|
1526
1651
|
"fs4201": 2,
|
|
@@ -1540,13 +1665,12 @@ export const DOC_SEARCH_INDEX = [
|
|
|
1540
1665
|
"contract": 1,
|
|
1541
1666
|
"work": 1,
|
|
1542
1667
|
"align": 1,
|
|
1543
|
-
"the": 1,
|
|
1544
1668
|
"formal": 1,
|
|
1545
1669
|
"spec": 1,
|
|
1546
1670
|
"execution": 1,
|
|
1547
1671
|
"tracker": 1,
|
|
1548
1672
|
"runtime": 5,
|
|
1549
|
-
"
|
|
1673
|
+
"are": 2,
|
|
1550
1674
|
"formalized": 1,
|
|
1551
1675
|
"file": 1,
|
|
1552
1676
|
"scope": 1,
|
|
@@ -1579,7 +1703,6 @@ export const DOC_SEARCH_INDEX = [
|
|
|
1579
1703
|
"corpus": 1,
|
|
1580
1704
|
"zero": 2,
|
|
1581
1705
|
"authored": 1,
|
|
1582
|
-
"js": 2,
|
|
1583
1706
|
"proof": 1,
|
|
1584
1707
|
"gate": 1,
|
|
1585
1708
|
"for": 2,
|
|
@@ -1594,11 +1717,9 @@ export const DOC_SEARCH_INDEX = [
|
|
|
1594
1717
|
"listed": 1,
|
|
1595
1718
|
"above": 1,
|
|
1596
1719
|
"backward": 1,
|
|
1597
|
-
"compatibility": 2,
|
|
1598
1720
|
"modules": 1,
|
|
1599
1721
|
"preserved": 1,
|
|
1600
1722
|
"breaking": 1,
|
|
1601
|
-
"syntax": 1,
|
|
1602
1723
|
"governed": 1,
|
|
1603
1724
|
"docs": 1,
|
|
1604
1725
|
"governance": 1,
|
|
@@ -1778,71 +1899,92 @@ export const DOC_SEARCH_INDEX = [
|
|
|
1778
1899
|
"id": "npm_publish_status",
|
|
1779
1900
|
"title": "npm Publish Status",
|
|
1780
1901
|
"path": "/docs/npm_publish_status",
|
|
1781
|
-
"summary": "FastScript `
|
|
1902
|
+
"summary": "FastScript `v3.0.0` is the launch target in the public repo:",
|
|
1782
1903
|
"terms": {
|
|
1783
|
-
"0":
|
|
1784
|
-
"
|
|
1785
|
-
"2": 5,
|
|
1786
|
-
"3": 2,
|
|
1787
|
-
"4": 1,
|
|
1904
|
+
"0": 7,
|
|
1905
|
+
"3": 1,
|
|
1788
1906
|
"14": 1,
|
|
1789
1907
|
"2026": 1,
|
|
1790
|
-
"npm":
|
|
1791
|
-
"publish":
|
|
1908
|
+
"npm": 18,
|
|
1909
|
+
"publish": 5,
|
|
1792
1910
|
"status": 2,
|
|
1793
|
-
"fastscript":
|
|
1794
|
-
"
|
|
1795
|
-
"is":
|
|
1796
|
-
"
|
|
1797
|
-
"
|
|
1798
|
-
"
|
|
1799
|
-
"
|
|
1800
|
-
"public":
|
|
1801
|
-
"repo":
|
|
1802
|
-
"current":
|
|
1911
|
+
"fastscript": 5,
|
|
1912
|
+
"v3": 6,
|
|
1913
|
+
"is": 5,
|
|
1914
|
+
"the": 20,
|
|
1915
|
+
"launch": 3,
|
|
1916
|
+
"target": 2,
|
|
1917
|
+
"in": 4,
|
|
1918
|
+
"public": 11,
|
|
1919
|
+
"repo": 5,
|
|
1920
|
+
"current": 1,
|
|
1803
1921
|
"state": 1,
|
|
1804
1922
|
"website": 1,
|
|
1805
1923
|
"docs": 1,
|
|
1806
1924
|
"changelog": 1,
|
|
1807
|
-
"support":
|
|
1925
|
+
"support": 1,
|
|
1808
1926
|
"matrix": 1,
|
|
1809
1927
|
"match": 1,
|
|
1810
1928
|
"line": 1,
|
|
1811
|
-
"run":
|
|
1929
|
+
"run": 6,
|
|
1812
1930
|
"build": 1,
|
|
1813
|
-
"passes":
|
|
1931
|
+
"passes": 2,
|
|
1814
1932
|
"validate": 1,
|
|
1815
|
-
"pack":
|
|
1816
|
-
"
|
|
1817
|
-
"
|
|
1818
|
-
"
|
|
1819
|
-
"
|
|
1820
|
-
"
|
|
1821
|
-
"
|
|
1933
|
+
"pack": 4,
|
|
1934
|
+
"check": 3,
|
|
1935
|
+
"validates": 2,
|
|
1936
|
+
"generated": 4,
|
|
1937
|
+
"bundle": 2,
|
|
1938
|
+
"release": 8,
|
|
1939
|
+
"prepared": 1,
|
|
1940
|
+
"from": 2,
|
|
1941
|
+
"surface": 1,
|
|
1942
|
+
"not": 3,
|
|
1943
|
+
"root": 2,
|
|
1944
|
+
"packaging": 3,
|
|
1945
|
+
"model": 5,
|
|
1946
|
+
"now": 1,
|
|
1947
|
+
"uses": 2,
|
|
1948
|
+
"a": 3,
|
|
1949
|
+
"self": 1,
|
|
1950
|
+
"contained": 1,
|
|
1951
|
+
"source": 1,
|
|
1952
|
+
"development": 1,
|
|
1822
1953
|
"still": 1,
|
|
1823
|
-
"
|
|
1824
|
-
"
|
|
1825
|
-
"
|
|
1826
|
-
"
|
|
1827
|
-
"
|
|
1828
|
-
"
|
|
1829
|
-
"
|
|
1830
|
-
"
|
|
1831
|
-
"
|
|
1832
|
-
"
|
|
1833
|
-
"
|
|
1954
|
+
"private": 5,
|
|
1955
|
+
"split": 1,
|
|
1956
|
+
"that": 1,
|
|
1957
|
+
"bundles": 1,
|
|
1958
|
+
"core": 1,
|
|
1959
|
+
"inside": 1,
|
|
1960
|
+
"published": 1,
|
|
1961
|
+
"tarball": 1,
|
|
1962
|
+
"users": 1,
|
|
1963
|
+
"do": 1,
|
|
1964
|
+
"need": 1,
|
|
1965
|
+
"access": 1,
|
|
1966
|
+
"to": 2,
|
|
1967
|
+
"second": 1,
|
|
1968
|
+
"registry": 1,
|
|
1969
|
+
"package": 5,
|
|
1970
|
+
"instead": 1,
|
|
1971
|
+
"of": 1,
|
|
1972
|
+
"packing": 1,
|
|
1973
|
+
"directly": 1,
|
|
1974
|
+
"why": 1,
|
|
1834
1975
|
"this": 1,
|
|
1835
|
-
"
|
|
1836
|
-
"
|
|
1976
|
+
"replaced": 1,
|
|
1977
|
+
"old": 1,
|
|
1978
|
+
"plan": 1,
|
|
1837
1979
|
"an": 1,
|
|
1838
1980
|
"attempted": 1,
|
|
1839
|
-
"path":
|
|
1840
|
-
"was":
|
|
1981
|
+
"path": 1,
|
|
1982
|
+
"was": 2,
|
|
1841
1983
|
"tested": 1,
|
|
1984
|
+
"on": 1,
|
|
1842
1985
|
"04": 1,
|
|
1843
|
-
"with":
|
|
1844
|
-
"scoped":
|
|
1845
|
-
"model": 1,
|
|
1986
|
+
"with": 3,
|
|
1987
|
+
"scoped": 1,
|
|
1846
1988
|
"and": 1,
|
|
1847
1989
|
"failed": 1,
|
|
1848
1990
|
"e402": 1,
|
|
@@ -1853,46 +1995,34 @@ export const DOC_SEARCH_INDEX = [
|
|
|
1853
1995
|
"must": 1,
|
|
1854
1996
|
"sign": 1,
|
|
1855
1997
|
"up": 1,
|
|
1856
|
-
"for":
|
|
1998
|
+
"for": 1,
|
|
1857
1999
|
"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,
|
|
2000
|
+
"because": 1,
|
|
1880
2001
|
"distribution": 1,
|
|
1881
|
-
"
|
|
1882
|
-
"
|
|
1883
|
-
"
|
|
1884
|
-
"
|
|
1885
|
-
"
|
|
1886
|
-
"
|
|
1887
|
-
"
|
|
1888
|
-
"
|
|
1889
|
-
"
|
|
1890
|
-
"
|
|
1891
|
-
"
|
|
1892
|
-
"
|
|
1893
|
-
"
|
|
1894
|
-
"
|
|
1895
|
-
"
|
|
2002
|
+
"product": 1,
|
|
2003
|
+
"moat": 2,
|
|
2004
|
+
"changed": 1,
|
|
2005
|
+
"so": 1,
|
|
2006
|
+
"installation": 1,
|
|
2007
|
+
"stays": 1,
|
|
2008
|
+
"easy": 1,
|
|
2009
|
+
"while": 1,
|
|
2010
|
+
"business": 1,
|
|
2011
|
+
"remains": 1,
|
|
2012
|
+
"wider": 1,
|
|
2013
|
+
"ai": 1,
|
|
2014
|
+
"platform": 1,
|
|
2015
|
+
"layer": 1,
|
|
2016
|
+
"checklist": 1,
|
|
2017
|
+
"bump": 1,
|
|
2018
|
+
"json": 1,
|
|
2019
|
+
"prepare": 1,
|
|
2020
|
+
"matching": 1,
|
|
2021
|
+
"github": 1,
|
|
2022
|
+
"tag": 1,
|
|
2023
|
+
"same": 1,
|
|
2024
|
+
"proof": 1,
|
|
2025
|
+
"summary": 1
|
|
1896
2026
|
}
|
|
1897
2027
|
},
|
|
1898
2028
|
{
|
|
@@ -2107,43 +2237,185 @@ export const DOC_SEARCH_INDEX = [
|
|
|
2107
2237
|
},
|
|
2108
2238
|
{
|
|
2109
2239
|
"id": "proof_pack",
|
|
2110
|
-
"title": "Proof Pack",
|
|
2240
|
+
"title": "FastScript Proof Pack",
|
|
2111
2241
|
"path": "/docs/proof_pack",
|
|
2112
|
-
"summary": "
|
|
2242
|
+
"summary": "- Generated: 2026-04-15T15:31:34.963Z",
|
|
2113
2243
|
"terms": {
|
|
2114
|
-
"
|
|
2115
|
-
"
|
|
2116
|
-
"
|
|
2117
|
-
"
|
|
2118
|
-
"
|
|
2119
|
-
"
|
|
2120
|
-
"
|
|
2121
|
-
"
|
|
2122
|
-
"
|
|
2123
|
-
"
|
|
2124
|
-
"
|
|
2125
|
-
"
|
|
2126
|
-
"
|
|
2127
|
-
"
|
|
2128
|
-
"
|
|
2129
|
-
"
|
|
2130
|
-
"
|
|
2131
|
-
"
|
|
2132
|
-
"
|
|
2244
|
+
"0": 3,
|
|
2245
|
+
"1": 1,
|
|
2246
|
+
"2": 1,
|
|
2247
|
+
"4": 1,
|
|
2248
|
+
"5": 2,
|
|
2249
|
+
"8": 1,
|
|
2250
|
+
"13": 4,
|
|
2251
|
+
"16": 1,
|
|
2252
|
+
"23": 1,
|
|
2253
|
+
"31": 2,
|
|
2254
|
+
"34": 2,
|
|
2255
|
+
"163": 1,
|
|
2256
|
+
"174": 1,
|
|
2257
|
+
"209": 1,
|
|
2258
|
+
"226": 1,
|
|
2259
|
+
"340": 1,
|
|
2260
|
+
"365": 1,
|
|
2261
|
+
"386": 1,
|
|
2262
|
+
"528": 1,
|
|
2263
|
+
"618": 1,
|
|
2264
|
+
"702": 1,
|
|
2265
|
+
"1809": 1,
|
|
2266
|
+
"2026": 3,
|
|
2267
|
+
"9438": 1,
|
|
2268
|
+
"31834": 1,
|
|
2269
|
+
"200464": 1,
|
|
2270
|
+
"fastscript": 24,
|
|
2271
|
+
"proof": 7,
|
|
2272
|
+
"pack": 2,
|
|
2273
|
+
"generated": 3,
|
|
2274
|
+
"04": 4,
|
|
2275
|
+
"15t15": 2,
|
|
2276
|
+
"963z": 2,
|
|
2277
|
+
"summary": 1,
|
|
2278
|
+
"routes": 3,
|
|
2279
|
+
"n": 3,
|
|
2280
|
+
"a": 4,
|
|
2281
|
+
"js": 17,
|
|
2282
|
+
"gzip": 4,
|
|
2283
|
+
"bytes": 3,
|
|
2284
|
+
"css": 4,
|
|
2285
|
+
"budget": 4,
|
|
2286
|
+
"30kb": 2,
|
|
2287
|
+
"pass": 23,
|
|
2288
|
+
"10kb": 2,
|
|
2289
|
+
"interop": 9,
|
|
2290
|
+
"cases": 5,
|
|
2291
|
+
"fail": 2,
|
|
2292
|
+
"ts": 7,
|
|
2293
|
+
"syntax": 4,
|
|
2294
|
+
"fs": 16,
|
|
2295
|
+
"parity": 5,
|
|
2296
|
+
"parser": 1,
|
|
2297
|
+
"frontend": 1,
|
|
2298
|
+
"runtime": 4,
|
|
2299
|
+
"platform": 2,
|
|
2300
|
+
"build": 2,
|
|
2301
|
+
"corpus": 1,
|
|
2302
|
+
"launch": 1,
|
|
2303
|
+
"line": 1,
|
|
2304
|
+
"v3": 1,
|
|
2305
|
+
"product": 2,
|
|
2306
|
+
"contract": 2,
|
|
2307
|
+
"is": 2,
|
|
2308
|
+
"universal": 1,
|
|
2309
|
+
"container": 1,
|
|
2310
|
+
"and": 4,
|
|
2311
|
+
"valid": 2,
|
|
2312
|
+
"failures": 3,
|
|
2313
|
+
"in": 3,
|
|
2314
|
+
"are": 2,
|
|
2315
|
+
"treated": 2,
|
|
2316
|
+
"as": 2,
|
|
2317
|
+
"compatibility": 4,
|
|
2318
|
+
"bugs": 2,
|
|
2133
2319
|
"release": 1,
|
|
2134
|
-
"
|
|
2135
|
-
"
|
|
2136
|
-
"
|
|
2137
|
-
"intended": 1,
|
|
2138
|
-
"for": 2,
|
|
2320
|
+
"posture": 1,
|
|
2321
|
+
"source": 1,
|
|
2322
|
+
"available": 1,
|
|
2139
2323
|
"public": 1,
|
|
2140
2324
|
"repo": 1,
|
|
2141
|
-
"
|
|
2142
|
-
"
|
|
2143
|
-
"
|
|
2144
|
-
"
|
|
2145
|
-
"
|
|
2146
|
-
"
|
|
2325
|
+
"proprietary": 1,
|
|
2326
|
+
"core": 5,
|
|
2327
|
+
"no": 1,
|
|
2328
|
+
"ai": 1,
|
|
2329
|
+
"training": 1,
|
|
2330
|
+
"use": 1,
|
|
2331
|
+
"without": 1,
|
|
2332
|
+
"permission": 1,
|
|
2333
|
+
"benchmark": 2,
|
|
2334
|
+
"report": 2,
|
|
2335
|
+
"time": 1,
|
|
2336
|
+
"98ms": 1,
|
|
2337
|
+
"api": 4,
|
|
2338
|
+
"first": 2,
|
|
2339
|
+
"load": 2,
|
|
2340
|
+
"71kb": 1,
|
|
2341
|
+
"00kb": 1,
|
|
2342
|
+
"budgets": 1,
|
|
2343
|
+
"matrix": 6,
|
|
2344
|
+
"see": 1,
|
|
2345
|
+
"full": 1,
|
|
2346
|
+
"docs": 1,
|
|
2347
|
+
"md": 1,
|
|
2348
|
+
"failed": 1,
|
|
2349
|
+
"none": 2,
|
|
2350
|
+
"artifact": 2,
|
|
2351
|
+
"proofs": 2,
|
|
2352
|
+
"json": 2,
|
|
2353
|
+
"the": 1,
|
|
2354
|
+
"target": 2,
|
|
2355
|
+
"14t07": 1,
|
|
2356
|
+
"711z": 1,
|
|
2357
|
+
"profile": 1,
|
|
2358
|
+
"test": 1,
|
|
2359
|
+
"total": 1,
|
|
2360
|
+
"includes": 1,
|
|
2361
|
+
"framework": 7,
|
|
2362
|
+
"shims": 1,
|
|
2363
|
+
"for": 1,
|
|
2364
|
+
"react": 5,
|
|
2365
|
+
"next": 4,
|
|
2366
|
+
"link": 3,
|
|
2367
|
+
"vue": 4,
|
|
2368
|
+
"svelte": 4,
|
|
2369
|
+
"store": 3,
|
|
2370
|
+
"preact": 4,
|
|
2371
|
+
"solid": 4,
|
|
2372
|
+
"scoped": 3,
|
|
2373
|
+
"subpath": 3,
|
|
2374
|
+
"dual": 5,
|
|
2375
|
+
"mode": 5,
|
|
2376
|
+
"package": 8,
|
|
2377
|
+
"checks": 3,
|
|
2378
|
+
"edge": 2,
|
|
2379
|
+
"lib": 2,
|
|
2380
|
+
"real": 7,
|
|
2381
|
+
"npm": 12,
|
|
2382
|
+
"using": 1,
|
|
2383
|
+
"installed": 1,
|
|
2384
|
+
"dependencies": 4,
|
|
2385
|
+
"acorn": 6,
|
|
2386
|
+
"walk": 3,
|
|
2387
|
+
"astring": 3,
|
|
2388
|
+
"node": 14,
|
|
2389
|
+
"built": 2,
|
|
2390
|
+
"commonjs": 2,
|
|
2391
|
+
"case": 1,
|
|
2392
|
+
"kind": 1,
|
|
2393
|
+
"status": 1,
|
|
2394
|
+
"bundle": 1,
|
|
2395
|
+
"notes": 1,
|
|
2396
|
+
"browser": 6,
|
|
2397
|
+
"module": 10,
|
|
2398
|
+
"imports": 10,
|
|
2399
|
+
"dom": 1,
|
|
2400
|
+
"client": 1,
|
|
2401
|
+
"shape": 1,
|
|
2402
|
+
"createapp": 1,
|
|
2403
|
+
"h": 2,
|
|
2404
|
+
"writable": 1,
|
|
2405
|
+
"render": 1,
|
|
2406
|
+
"signals": 1,
|
|
2407
|
+
"export": 2,
|
|
2408
|
+
"through": 1,
|
|
2409
|
+
"esm": 1,
|
|
2410
|
+
"condition": 1,
|
|
2411
|
+
"cjs": 1,
|
|
2412
|
+
"left": 1,
|
|
2413
|
+
"pad": 1,
|
|
2414
|
+
"builtins": 1,
|
|
2415
|
+
"crypto": 1,
|
|
2416
|
+
"path": 1,
|
|
2417
|
+
"ins": 1,
|
|
2418
|
+
"from": 3
|
|
2147
2419
|
}
|
|
2148
2420
|
},
|
|
2149
2421
|
{
|
|
@@ -2681,6 +2953,107 @@ export const DOC_SEARCH_INDEX = [
|
|
|
2681
2953
|
"legal": 1
|
|
2682
2954
|
}
|
|
2683
2955
|
},
|
|
2956
|
+
{
|
|
2957
|
+
"id": "runtime_permissions",
|
|
2958
|
+
"title": "Runtime Permissions",
|
|
2959
|
+
"path": "/docs/runtime_permissions",
|
|
2960
|
+
"summary": "FastScript exposes explicit runtime permission boundaries for:",
|
|
2961
|
+
"terms": {
|
|
2962
|
+
"1": 4,
|
|
2963
|
+
"2": 4,
|
|
2964
|
+
"3": 4,
|
|
2965
|
+
"4": 3,
|
|
2966
|
+
"5": 2,
|
|
2967
|
+
"6": 1,
|
|
2968
|
+
"runtime": 7,
|
|
2969
|
+
"permissions": 8,
|
|
2970
|
+
"fastscript": 8,
|
|
2971
|
+
"exposes": 3,
|
|
2972
|
+
"explicit": 2,
|
|
2973
|
+
"permission": 6,
|
|
2974
|
+
"boundaries": 2,
|
|
2975
|
+
"for": 3,
|
|
2976
|
+
"file": 2,
|
|
2977
|
+
"access": 6,
|
|
2978
|
+
"environment": 1,
|
|
2979
|
+
"network": 2,
|
|
2980
|
+
"subprocess": 2,
|
|
2981
|
+
"execution": 2,
|
|
2982
|
+
"dynamic": 2,
|
|
2983
|
+
"imports": 1,
|
|
2984
|
+
"plugin": 2,
|
|
2985
|
+
"default": 4,
|
|
2986
|
+
"policy": 4,
|
|
2987
|
+
"path": 2,
|
|
2988
|
+
"json": 2,
|
|
2989
|
+
"example": 2,
|
|
2990
|
+
"cli": 1,
|
|
2991
|
+
"show": 1,
|
|
2992
|
+
"active": 1,
|
|
2993
|
+
"summary": 1,
|
|
2994
|
+
"npm": 3,
|
|
2995
|
+
"run": 3,
|
|
2996
|
+
"check": 1,
|
|
2997
|
+
"a": 2,
|
|
2998
|
+
"specific": 1,
|
|
2999
|
+
"in": 1,
|
|
3000
|
+
"report": 1,
|
|
3001
|
+
"mode": 3,
|
|
3002
|
+
"kind": 2,
|
|
3003
|
+
"dynamicimportaccess": 1,
|
|
3004
|
+
"resource": 2,
|
|
3005
|
+
"app": 1,
|
|
3006
|
+
"pages": 1,
|
|
3007
|
+
"index": 1,
|
|
3008
|
+
"fs": 1,
|
|
3009
|
+
"enforce": 1,
|
|
3010
|
+
"assertion": 1,
|
|
3011
|
+
"assert": 1,
|
|
3012
|
+
"envaccess": 1,
|
|
3013
|
+
"profile": 2,
|
|
3014
|
+
"helpers": 2,
|
|
3015
|
+
"aware": 1,
|
|
3016
|
+
"permissionawareenvget": 1,
|
|
3017
|
+
"key": 1,
|
|
3018
|
+
"permissionawarereadfile": 1,
|
|
3019
|
+
"permissionawarefetch": 1,
|
|
3020
|
+
"url": 2,
|
|
3021
|
+
"init": 1,
|
|
3022
|
+
"permissionawarespawn": 1,
|
|
3023
|
+
"command": 1,
|
|
3024
|
+
"args": 1,
|
|
3025
|
+
"options": 1,
|
|
3026
|
+
"permissionawarepluginaccess": 1,
|
|
3027
|
+
"pluginid": 1,
|
|
3028
|
+
"onallowed": 1,
|
|
3029
|
+
"secure": 2,
|
|
3030
|
+
"preset": 2,
|
|
3031
|
+
"set": 1,
|
|
3032
|
+
"to": 3,
|
|
3033
|
+
"apply": 1,
|
|
3034
|
+
"stricter": 1,
|
|
3035
|
+
"deny": 3,
|
|
3036
|
+
"by": 3,
|
|
3037
|
+
"allow": 1,
|
|
3038
|
+
"import": 1,
|
|
3039
|
+
"only": 1,
|
|
3040
|
+
"local": 1,
|
|
3041
|
+
"data": 1,
|
|
3042
|
+
"kinds": 1,
|
|
3043
|
+
"audit": 3,
|
|
3044
|
+
"log": 2,
|
|
3045
|
+
"decisions": 1,
|
|
3046
|
+
"are": 1,
|
|
3047
|
+
"written": 1,
|
|
3048
|
+
"jsonl": 1,
|
|
3049
|
+
"use": 1,
|
|
3050
|
+
"settings": 1,
|
|
3051
|
+
"disable": 1,
|
|
3052
|
+
"or": 1,
|
|
3053
|
+
"relocate": 1,
|
|
3054
|
+
"this": 1
|
|
3055
|
+
}
|
|
3056
|
+
},
|
|
2684
3057
|
{
|
|
2685
3058
|
"id": "support_matrix",
|
|
2686
3059
|
"title": "SUPPORT_MATRIX",
|
|
@@ -2696,8 +3069,8 @@ export const DOC_SEARCH_INDEX = [
|
|
|
2696
3069
|
"node": 5,
|
|
2697
3070
|
"http": 2,
|
|
2698
3071
|
"runtime": 3,
|
|
2699
|
-
"supported":
|
|
2700
|
-
"fastscript":
|
|
3072
|
+
"supported": 13,
|
|
3073
|
+
"fastscript": 2,
|
|
2701
3074
|
"targets": 1,
|
|
2702
3075
|
"pm2": 1,
|
|
2703
3076
|
"process": 1,
|
|
@@ -2714,24 +3087,23 @@ export const DOC_SEARCH_INDEX = [
|
|
|
2714
3087
|
"assets": 1,
|
|
2715
3088
|
"language": 1,
|
|
2716
3089
|
"surface": 1,
|
|
2717
|
-
"fs":
|
|
3090
|
+
"fs": 4,
|
|
2718
3091
|
"files": 1,
|
|
2719
3092
|
"with": 1,
|
|
2720
3093
|
"state": 1,
|
|
2721
3094
|
"fn": 1,
|
|
2722
|
-
"js":
|
|
3095
|
+
"js": 2,
|
|
2723
3096
|
"compatibility": 1,
|
|
2724
3097
|
"mode": 1,
|
|
2725
|
-
"
|
|
3098
|
+
"authored": 3,
|
|
3099
|
+
"in": 4,
|
|
3100
|
+
"ts": 1,
|
|
2726
3101
|
"jsx": 1,
|
|
2727
|
-
"
|
|
2728
|
-
"
|
|
2729
|
-
"
|
|
2730
|
-
"
|
|
2731
|
-
"
|
|
2732
|
-
"use": 1,
|
|
2733
|
-
"migration": 1,
|
|
2734
|
-
"path": 1,
|
|
3102
|
+
"tsx": 1,
|
|
3103
|
+
"specific": 1,
|
|
3104
|
+
"syntax": 2,
|
|
3105
|
+
"optional": 1,
|
|
3106
|
+
"sugar": 1,
|
|
2735
3107
|
"platform": 1,
|
|
2736
3108
|
"windows": 1,
|
|
2737
3109
|
"macos": 1,
|
|
@@ -2748,7 +3120,6 @@ export const DOC_SEARCH_INDEX = [
|
|
|
2748
3120
|
"tooling": 1,
|
|
2749
3121
|
"vs": 1,
|
|
2750
3122
|
"code": 1,
|
|
2751
|
-
"syntax": 1,
|
|
2752
3123
|
"lsp": 1,
|
|
2753
3124
|
"smoke": 1,
|
|
2754
3125
|
"cli": 1,
|