fastscript 3.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 +6 -0
- package/README.md +667 -636
- package/node_modules/@fastscript/core-private/src/fs-normalize.mjs +125 -121
- package/node_modules/@fastscript/core-private/src/typecheck.mjs +1466 -1464
- package/package.json +18 -3
- package/src/compatibility-governance.mjs +257 -0
- package/src/fs-normalize.mjs +6 -4
- package/src/generated/compatibility-registry-report.mjs +815 -0
- package/src/generated/docs-search-index.mjs +710 -219
- package/src/validate.mjs +2 -0
|
@@ -533,62 +533,64 @@ export const DOC_SEARCH_INDEX = [
|
|
|
533
533
|
"path": "/docs/compatibility_migration_packs",
|
|
534
534
|
"summary": "FastScript ships migration packs for common adoption paths:",
|
|
535
535
|
"terms": {
|
|
536
|
-
"1":
|
|
537
|
-
"2":
|
|
538
|
-
"3":
|
|
539
|
-
"4":
|
|
540
|
-
"5":
|
|
541
|
-
"
|
|
536
|
+
"1": 5,
|
|
537
|
+
"2": 5,
|
|
538
|
+
"3": 5,
|
|
539
|
+
"4": 3,
|
|
540
|
+
"5": 3,
|
|
541
|
+
"6": 2,
|
|
542
|
+
"7": 1,
|
|
543
|
+
"compatibility": 10,
|
|
542
544
|
"layer": 2,
|
|
543
|
-
"and":
|
|
544
|
-
"migration":
|
|
545
|
+
"and": 11,
|
|
546
|
+
"migration": 8,
|
|
545
547
|
"packs": 7,
|
|
546
|
-
"fastscript":
|
|
548
|
+
"fastscript": 11,
|
|
547
549
|
"ships": 2,
|
|
548
|
-
"for":
|
|
550
|
+
"for": 8,
|
|
549
551
|
"common": 2,
|
|
550
552
|
"adoption": 2,
|
|
551
553
|
"paths": 2,
|
|
552
|
-
"js":
|
|
553
|
-
"to":
|
|
554
|
-
"fs":
|
|
554
|
+
"js": 6,
|
|
555
|
+
"to": 7,
|
|
556
|
+
"fs": 8,
|
|
555
557
|
"basic": 1,
|
|
556
558
|
"javascript": 1,
|
|
557
|
-
"page":
|
|
559
|
+
"page": 2,
|
|
558
560
|
"starter": 2,
|
|
559
|
-
"ts":
|
|
561
|
+
"ts": 7,
|
|
560
562
|
"typed": 1,
|
|
561
|
-
"typescript":
|
|
563
|
+
"typescript": 2,
|
|
562
564
|
"conversion": 9,
|
|
563
|
-
"next":
|
|
565
|
+
"next": 3,
|
|
564
566
|
"core": 1,
|
|
565
567
|
"routing": 1,
|
|
566
568
|
"layout": 1,
|
|
567
569
|
"checklist": 1,
|
|
568
570
|
"strict": 1,
|
|
569
|
-
"is":
|
|
571
|
+
"is": 6,
|
|
570
572
|
"first": 2,
|
|
571
573
|
"rename": 2,
|
|
572
574
|
"only": 2,
|
|
573
575
|
"by": 1,
|
|
574
576
|
"default": 1,
|
|
575
|
-
"eligible":
|
|
576
|
-
"jsx":
|
|
577
|
-
"tsx":
|
|
578
|
-
"files":
|
|
579
|
-
"rewrite":
|
|
577
|
+
"eligible": 2,
|
|
578
|
+
"jsx": 3,
|
|
579
|
+
"tsx": 3,
|
|
580
|
+
"files": 3,
|
|
581
|
+
"rewrite": 2,
|
|
580
582
|
"import": 2,
|
|
581
583
|
"specifiers": 1,
|
|
582
|
-
"that":
|
|
584
|
+
"that": 3,
|
|
583
585
|
"point": 1,
|
|
584
586
|
"renamed": 1,
|
|
585
587
|
"emit": 1,
|
|
586
|
-
"manifest":
|
|
587
|
-
"diff":
|
|
588
|
-
"preview":
|
|
589
|
-
"validation":
|
|
590
|
-
"report":
|
|
591
|
-
"fidelity":
|
|
588
|
+
"manifest": 6,
|
|
589
|
+
"diff": 4,
|
|
590
|
+
"preview": 5,
|
|
591
|
+
"validation": 2,
|
|
592
|
+
"report": 3,
|
|
593
|
+
"fidelity": 5,
|
|
592
594
|
"fail": 3,
|
|
593
595
|
"when": 2,
|
|
594
596
|
"protected": 1,
|
|
@@ -603,55 +605,183 @@ export const DOC_SEARCH_INDEX = [
|
|
|
603
605
|
"not": 1,
|
|
604
606
|
"pass": 1,
|
|
605
607
|
"after": 1,
|
|
606
|
-
"teams":
|
|
608
|
+
"teams": 2,
|
|
607
609
|
"can": 1,
|
|
608
|
-
"keep":
|
|
609
|
-
"authoring":
|
|
610
|
-
"ordinary":
|
|
611
|
-
"directly":
|
|
612
|
-
"inside":
|
|
613
|
-
"the":
|
|
610
|
+
"keep": 3,
|
|
611
|
+
"authoring": 2,
|
|
612
|
+
"ordinary": 2,
|
|
613
|
+
"directly": 2,
|
|
614
|
+
"inside": 2,
|
|
615
|
+
"the": 8,
|
|
614
616
|
"extension": 1,
|
|
615
|
-
"runtime":
|
|
617
|
+
"runtime": 4,
|
|
616
618
|
"container": 1,
|
|
617
619
|
"specific": 1,
|
|
618
620
|
"forms": 1,
|
|
619
621
|
"such": 1,
|
|
620
|
-
"as":
|
|
622
|
+
"as": 3,
|
|
621
623
|
"fn": 1,
|
|
622
624
|
"state": 1,
|
|
623
625
|
"remain": 1,
|
|
624
626
|
"optional": 2,
|
|
625
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,
|
|
626
690
|
"use": 3,
|
|
627
|
-
"
|
|
628
|
-
"run": 8,
|
|
691
|
+
"run": 11,
|
|
629
692
|
"wizard": 1,
|
|
630
|
-
"migrate":
|
|
693
|
+
"migrate": 5,
|
|
631
694
|
"path": 4,
|
|
632
695
|
"driven": 1,
|
|
633
696
|
"planning": 1,
|
|
634
|
-
"dry":
|
|
697
|
+
"dry": 3,
|
|
635
698
|
"trust": 1,
|
|
636
699
|
"previews": 1,
|
|
637
|
-
"convert":
|
|
638
|
-
"an": 1,
|
|
700
|
+
"convert": 2,
|
|
639
701
|
"alias": 1,
|
|
640
702
|
"level": 1,
|
|
641
|
-
"full":
|
|
703
|
+
"full": 3,
|
|
642
704
|
"on": 1,
|
|
643
705
|
"unproven": 1,
|
|
644
|
-
"proof": 1,
|
|
645
706
|
"mode": 1,
|
|
646
707
|
"config": 1,
|
|
647
|
-
"json":
|
|
708
|
+
"json": 5,
|
|
648
709
|
"see": 1,
|
|
649
|
-
"example":
|
|
710
|
+
"example": 2,
|
|
650
711
|
"rollback": 3,
|
|
651
712
|
"workflow": 1,
|
|
652
|
-
"inspect":
|
|
713
|
+
"inspect": 3,
|
|
653
714
|
"latest": 4,
|
|
654
|
-
"from":
|
|
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
|
|
655
785
|
}
|
|
656
786
|
},
|
|
657
787
|
{
|
|
@@ -1272,18 +1402,24 @@ export const DOC_SEARCH_INDEX = [
|
|
|
1272
1402
|
"id": "interop_matrix",
|
|
1273
1403
|
"title": "FastScript Interop Matrix",
|
|
1274
1404
|
"path": "/docs/interop_matrix",
|
|
1275
|
-
"summary": "- Generated: 2026-04-
|
|
1405
|
+
"summary": "- Generated: 2026-04-15T19:18:08.251Z",
|
|
1276
1406
|
"terms": {
|
|
1277
|
-
"0":
|
|
1278
|
-
"
|
|
1279
|
-
"
|
|
1407
|
+
"0": 2,
|
|
1408
|
+
"4": 1,
|
|
1409
|
+
"11": 1,
|
|
1410
|
+
"17": 2,
|
|
1411
|
+
"18": 2,
|
|
1280
1412
|
"163": 1,
|
|
1281
1413
|
"174": 1,
|
|
1414
|
+
"202": 1,
|
|
1282
1415
|
"209": 1,
|
|
1283
1416
|
"226": 1,
|
|
1417
|
+
"276": 1,
|
|
1284
1418
|
"340": 1,
|
|
1285
1419
|
"365": 1,
|
|
1286
1420
|
"386": 1,
|
|
1421
|
+
"412": 1,
|
|
1422
|
+
"516": 1,
|
|
1287
1423
|
"528": 1,
|
|
1288
1424
|
"618": 1,
|
|
1289
1425
|
"1809": 1,
|
|
@@ -1291,52 +1427,68 @@ export const DOC_SEARCH_INDEX = [
|
|
|
1291
1427
|
"9438": 1,
|
|
1292
1428
|
"31834": 1,
|
|
1293
1429
|
"200464": 1,
|
|
1294
|
-
"fastscript":
|
|
1430
|
+
"fastscript": 22,
|
|
1295
1431
|
"interop": 4,
|
|
1296
1432
|
"matrix": 3,
|
|
1297
1433
|
"generated": 2,
|
|
1298
|
-
"04":
|
|
1299
|
-
"
|
|
1300
|
-
"
|
|
1434
|
+
"04": 2,
|
|
1435
|
+
"15t19": 2,
|
|
1436
|
+
"08": 2,
|
|
1437
|
+
"251z": 2,
|
|
1301
1438
|
"profile": 1,
|
|
1302
|
-
"
|
|
1439
|
+
"report": 1,
|
|
1303
1440
|
"total": 1,
|
|
1304
|
-
"pass":
|
|
1441
|
+
"pass": 18,
|
|
1305
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,
|
|
1306
1452
|
"includes": 1,
|
|
1307
|
-
"framework":
|
|
1453
|
+
"framework": 10,
|
|
1308
1454
|
"api": 3,
|
|
1309
|
-
"compatibility": 1,
|
|
1310
1455
|
"shims": 1,
|
|
1311
1456
|
"for": 1,
|
|
1312
|
-
"react":
|
|
1313
|
-
"
|
|
1457
|
+
"react": 9,
|
|
1458
|
+
"dom": 5,
|
|
1459
|
+
"server": 6,
|
|
1460
|
+
"next": 8,
|
|
1314
1461
|
"link": 3,
|
|
1315
|
-
"
|
|
1462
|
+
"navigation": 4,
|
|
1463
|
+
"vue": 8,
|
|
1464
|
+
"router": 4,
|
|
1316
1465
|
"svelte": 4,
|
|
1317
1466
|
"store": 3,
|
|
1318
1467
|
"preact": 4,
|
|
1319
|
-
"and":
|
|
1468
|
+
"and": 4,
|
|
1320
1469
|
"solid": 4,
|
|
1321
1470
|
"js": 6,
|
|
1322
1471
|
"scoped": 3,
|
|
1323
|
-
"subpath":
|
|
1324
|
-
"
|
|
1325
|
-
"
|
|
1472
|
+
"subpath": 7,
|
|
1473
|
+
"export": 4,
|
|
1474
|
+
"condition": 2,
|
|
1326
1475
|
"package": 8,
|
|
1327
1476
|
"checks": 3,
|
|
1328
1477
|
"runtime": 2,
|
|
1329
1478
|
"edge": 2,
|
|
1330
|
-
"
|
|
1479
|
+
"conditioned": 3,
|
|
1480
|
+
"lib": 4,
|
|
1481
|
+
"dual": 4,
|
|
1482
|
+
"mode": 4,
|
|
1331
1483
|
"real": 7,
|
|
1332
|
-
"npm":
|
|
1484
|
+
"npm": 13,
|
|
1333
1485
|
"using": 1,
|
|
1334
1486
|
"installed": 1,
|
|
1335
1487
|
"dependencies": 4,
|
|
1336
1488
|
"acorn": 6,
|
|
1337
1489
|
"walk": 3,
|
|
1338
1490
|
"astring": 3,
|
|
1339
|
-
"node":
|
|
1491
|
+
"node": 17,
|
|
1340
1492
|
"built": 2,
|
|
1341
1493
|
"in": 1,
|
|
1342
1494
|
"commonjs": 2,
|
|
@@ -1349,22 +1501,30 @@ export const DOC_SEARCH_INDEX = [
|
|
|
1349
1501
|
"bytes": 1,
|
|
1350
1502
|
"notes": 1,
|
|
1351
1503
|
"core": 4,
|
|
1352
|
-
"fs":
|
|
1353
|
-
"browser":
|
|
1354
|
-
"module":
|
|
1355
|
-
"imports":
|
|
1356
|
-
"dom": 1,
|
|
1504
|
+
"fs": 14,
|
|
1505
|
+
"browser": 8,
|
|
1506
|
+
"module": 14,
|
|
1507
|
+
"imports": 13,
|
|
1357
1508
|
"client": 1,
|
|
1509
|
+
"rendering": 1,
|
|
1510
|
+
"helpers": 3,
|
|
1358
1511
|
"shape": 1,
|
|
1512
|
+
"redirect": 1,
|
|
1513
|
+
"notfound": 1,
|
|
1359
1514
|
"createapp": 1,
|
|
1360
1515
|
"h": 2,
|
|
1516
|
+
"createrouter": 1,
|
|
1517
|
+
"history": 1,
|
|
1361
1518
|
"writable": 1,
|
|
1362
1519
|
"render": 1,
|
|
1363
1520
|
"signals": 1,
|
|
1364
|
-
"
|
|
1521
|
+
"resolves": 1,
|
|
1522
|
+
"a": 1,
|
|
1523
|
+
"with": 1,
|
|
1524
|
+
"default": 1,
|
|
1525
|
+
"conditions": 1,
|
|
1365
1526
|
"through": 1,
|
|
1366
1527
|
"esm": 1,
|
|
1367
|
-
"condition": 1,
|
|
1368
1528
|
"cjs": 1,
|
|
1369
1529
|
"left": 1,
|
|
1370
1530
|
"pad": 1,
|
|
@@ -1899,51 +2059,66 @@ export const DOC_SEARCH_INDEX = [
|
|
|
1899
2059
|
"id": "npm_publish_status",
|
|
1900
2060
|
"title": "npm Publish Status",
|
|
1901
2061
|
"path": "/docs/npm_publish_status",
|
|
1902
|
-
"summary": "FastScript `v3.0.
|
|
2062
|
+
"summary": "FastScript `v3.0.1` is the current patch-release target in the public repo:",
|
|
1903
2063
|
"terms": {
|
|
1904
|
-
"0":
|
|
2064
|
+
"0": 5,
|
|
2065
|
+
"1": 2,
|
|
1905
2066
|
"3": 1,
|
|
1906
2067
|
"14": 1,
|
|
1907
2068
|
"2026": 1,
|
|
1908
|
-
"npm":
|
|
2069
|
+
"npm": 20,
|
|
1909
2070
|
"publish": 5,
|
|
1910
2071
|
"status": 2,
|
|
1911
2072
|
"fastscript": 5,
|
|
1912
2073
|
"v3": 6,
|
|
1913
2074
|
"is": 5,
|
|
1914
|
-
"the":
|
|
1915
|
-
"
|
|
2075
|
+
"the": 22,
|
|
2076
|
+
"current": 4,
|
|
2077
|
+
"patch": 2,
|
|
2078
|
+
"release": 10,
|
|
1916
2079
|
"target": 2,
|
|
1917
2080
|
"in": 4,
|
|
1918
|
-
"public":
|
|
2081
|
+
"public": 12,
|
|
1919
2082
|
"repo": 5,
|
|
1920
|
-
"current": 1,
|
|
1921
2083
|
"state": 1,
|
|
1922
|
-
"website":
|
|
2084
|
+
"website": 2,
|
|
1923
2085
|
"docs": 1,
|
|
1924
2086
|
"changelog": 1,
|
|
1925
|
-
"support":
|
|
1926
|
-
"matrix":
|
|
2087
|
+
"support": 2,
|
|
2088
|
+
"matrix": 3,
|
|
1927
2089
|
"match": 1,
|
|
2090
|
+
"x": 1,
|
|
1928
2091
|
"line": 1,
|
|
1929
2092
|
"run": 6,
|
|
1930
2093
|
"build": 1,
|
|
1931
2094
|
"passes": 2,
|
|
1932
2095
|
"validate": 1,
|
|
1933
|
-
"pack":
|
|
2096
|
+
"pack": 5,
|
|
1934
2097
|
"check": 3,
|
|
1935
2098
|
"validates": 2,
|
|
1936
2099
|
"generated": 4,
|
|
1937
2100
|
"bundle": 2,
|
|
1938
|
-
"release": 8,
|
|
1939
2101
|
"prepared": 1,
|
|
1940
2102
|
"from": 2,
|
|
1941
2103
|
"surface": 1,
|
|
1942
2104
|
"not": 3,
|
|
1943
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,
|
|
1944
2120
|
"packaging": 3,
|
|
1945
2121
|
"model": 5,
|
|
1946
|
-
"now": 1,
|
|
1947
2122
|
"uses": 2,
|
|
1948
2123
|
"a": 3,
|
|
1949
2124
|
"self": 1,
|
|
@@ -1966,7 +2141,6 @@ export const DOC_SEARCH_INDEX = [
|
|
|
1966
2141
|
"to": 2,
|
|
1967
2142
|
"second": 1,
|
|
1968
2143
|
"registry": 1,
|
|
1969
|
-
"package": 5,
|
|
1970
2144
|
"instead": 1,
|
|
1971
2145
|
"of": 1,
|
|
1972
2146
|
"packing": 1,
|
|
@@ -1983,9 +2157,8 @@ export const DOC_SEARCH_INDEX = [
|
|
|
1983
2157
|
"tested": 1,
|
|
1984
2158
|
"on": 1,
|
|
1985
2159
|
"04": 1,
|
|
1986
|
-
"with":
|
|
2160
|
+
"with": 4,
|
|
1987
2161
|
"scoped": 1,
|
|
1988
|
-
"and": 1,
|
|
1989
2162
|
"failed": 1,
|
|
1990
2163
|
"e402": 1,
|
|
1991
2164
|
"payment": 1,
|
|
@@ -2013,6 +2186,7 @@ export const DOC_SEARCH_INDEX = [
|
|
|
2013
2186
|
"ai": 1,
|
|
2014
2187
|
"platform": 1,
|
|
2015
2188
|
"layer": 1,
|
|
2189
|
+
"launch": 1,
|
|
2016
2190
|
"checklist": 1,
|
|
2017
2191
|
"bump": 1,
|
|
2018
2192
|
"json": 1,
|
|
@@ -2021,8 +2195,11 @@ export const DOC_SEARCH_INDEX = [
|
|
|
2021
2195
|
"github": 1,
|
|
2022
2196
|
"tag": 1,
|
|
2023
2197
|
"same": 1,
|
|
2024
|
-
"
|
|
2025
|
-
"
|
|
2198
|
+
"summary": 1,
|
|
2199
|
+
"keep": 1,
|
|
2200
|
+
"copy": 1,
|
|
2201
|
+
"aligned": 1,
|
|
2202
|
+
"story": 1
|
|
2026
2203
|
}
|
|
2027
2204
|
},
|
|
2028
2205
|
{
|
|
@@ -2239,26 +2416,34 @@ export const DOC_SEARCH_INDEX = [
|
|
|
2239
2416
|
"id": "proof_pack",
|
|
2240
2417
|
"title": "FastScript Proof Pack",
|
|
2241
2418
|
"path": "/docs/proof_pack",
|
|
2242
|
-
"summary": "- Generated: 2026-04-
|
|
2419
|
+
"summary": "- Generated: 2026-04-15T19:21:33.044Z",
|
|
2243
2420
|
"terms": {
|
|
2244
|
-
"0":
|
|
2421
|
+
"0": 4,
|
|
2245
2422
|
"1": 1,
|
|
2246
2423
|
"2": 1,
|
|
2247
2424
|
"4": 1,
|
|
2248
2425
|
"5": 2,
|
|
2249
2426
|
"8": 1,
|
|
2250
|
-
"
|
|
2427
|
+
"11": 1,
|
|
2428
|
+
"12": 2,
|
|
2251
2429
|
"16": 1,
|
|
2252
|
-
"
|
|
2253
|
-
"
|
|
2254
|
-
"
|
|
2430
|
+
"17": 4,
|
|
2431
|
+
"18": 1,
|
|
2432
|
+
"21": 2,
|
|
2433
|
+
"28": 1,
|
|
2434
|
+
"30": 1,
|
|
2435
|
+
"33": 2,
|
|
2255
2436
|
"163": 1,
|
|
2256
2437
|
"174": 1,
|
|
2438
|
+
"202": 1,
|
|
2257
2439
|
"209": 1,
|
|
2258
2440
|
"226": 1,
|
|
2441
|
+
"276": 1,
|
|
2259
2442
|
"340": 1,
|
|
2260
2443
|
"365": 1,
|
|
2261
2444
|
"386": 1,
|
|
2445
|
+
"412": 1,
|
|
2446
|
+
"516": 1,
|
|
2262
2447
|
"528": 1,
|
|
2263
2448
|
"618": 1,
|
|
2264
2449
|
"702": 1,
|
|
@@ -2267,31 +2452,31 @@ export const DOC_SEARCH_INDEX = [
|
|
|
2267
2452
|
"9438": 1,
|
|
2268
2453
|
"31834": 1,
|
|
2269
2454
|
"200464": 1,
|
|
2270
|
-
"fastscript":
|
|
2271
|
-
"proof":
|
|
2455
|
+
"fastscript": 30,
|
|
2456
|
+
"proof": 8,
|
|
2272
2457
|
"pack": 2,
|
|
2273
2458
|
"generated": 3,
|
|
2274
|
-
"04":
|
|
2275
|
-
"
|
|
2276
|
-
"
|
|
2459
|
+
"04": 3,
|
|
2460
|
+
"15t19": 3,
|
|
2461
|
+
"044z": 2,
|
|
2277
2462
|
"summary": 1,
|
|
2278
2463
|
"routes": 3,
|
|
2279
2464
|
"n": 3,
|
|
2280
|
-
"a":
|
|
2465
|
+
"a": 5,
|
|
2281
2466
|
"js": 17,
|
|
2282
2467
|
"gzip": 4,
|
|
2283
2468
|
"bytes": 3,
|
|
2284
2469
|
"css": 4,
|
|
2285
2470
|
"budget": 4,
|
|
2286
2471
|
"30kb": 2,
|
|
2287
|
-
"pass":
|
|
2472
|
+
"pass": 27,
|
|
2288
2473
|
"10kb": 2,
|
|
2289
|
-
"interop":
|
|
2474
|
+
"interop": 10,
|
|
2290
2475
|
"cases": 5,
|
|
2291
2476
|
"fail": 2,
|
|
2292
2477
|
"ts": 7,
|
|
2293
2478
|
"syntax": 4,
|
|
2294
|
-
"fs":
|
|
2479
|
+
"fs": 20,
|
|
2295
2480
|
"parity": 5,
|
|
2296
2481
|
"parser": 1,
|
|
2297
2482
|
"frontend": 1,
|
|
@@ -2299,6 +2484,12 @@ export const DOC_SEARCH_INDEX = [
|
|
|
2299
2484
|
"platform": 2,
|
|
2300
2485
|
"build": 2,
|
|
2301
2486
|
"corpus": 1,
|
|
2487
|
+
"compatibility": 9,
|
|
2488
|
+
"registry": 4,
|
|
2489
|
+
"entries": 3,
|
|
2490
|
+
"proven": 1,
|
|
2491
|
+
"framework": 11,
|
|
2492
|
+
"rows": 1,
|
|
2302
2493
|
"launch": 1,
|
|
2303
2494
|
"line": 1,
|
|
2304
2495
|
"v3": 1,
|
|
@@ -2307,14 +2498,13 @@ export const DOC_SEARCH_INDEX = [
|
|
|
2307
2498
|
"is": 2,
|
|
2308
2499
|
"universal": 1,
|
|
2309
2500
|
"container": 1,
|
|
2310
|
-
"and":
|
|
2501
|
+
"and": 6,
|
|
2311
2502
|
"valid": 2,
|
|
2312
2503
|
"failures": 3,
|
|
2313
|
-
"in":
|
|
2314
|
-
"are":
|
|
2504
|
+
"in": 4,
|
|
2505
|
+
"are": 3,
|
|
2315
2506
|
"treated": 2,
|
|
2316
2507
|
"as": 2,
|
|
2317
|
-
"compatibility": 4,
|
|
2318
2508
|
"bugs": 2,
|
|
2319
2509
|
"release": 1,
|
|
2320
2510
|
"posture": 1,
|
|
@@ -2331,7 +2521,7 @@ export const DOC_SEARCH_INDEX = [
|
|
|
2331
2521
|
"without": 1,
|
|
2332
2522
|
"permission": 1,
|
|
2333
2523
|
"benchmark": 2,
|
|
2334
|
-
"report":
|
|
2524
|
+
"report": 4,
|
|
2335
2525
|
"time": 1,
|
|
2336
2526
|
"98ms": 1,
|
|
2337
2527
|
"api": 4,
|
|
@@ -2340,52 +2530,84 @@ export const DOC_SEARCH_INDEX = [
|
|
|
2340
2530
|
"71kb": 1,
|
|
2341
2531
|
"00kb": 1,
|
|
2342
2532
|
"budgets": 1,
|
|
2343
|
-
"matrix":
|
|
2533
|
+
"matrix": 7,
|
|
2344
2534
|
"see": 1,
|
|
2345
2535
|
"full": 1,
|
|
2346
2536
|
"docs": 1,
|
|
2347
2537
|
"md": 1,
|
|
2348
2538
|
"failed": 1,
|
|
2349
2539
|
"none": 2,
|
|
2350
|
-
"artifact":
|
|
2351
|
-
"proofs":
|
|
2352
|
-
"json":
|
|
2353
|
-
"the":
|
|
2540
|
+
"artifact": 3,
|
|
2541
|
+
"proofs": 3,
|
|
2542
|
+
"json": 3,
|
|
2543
|
+
"the": 2,
|
|
2354
2544
|
"target": 2,
|
|
2355
|
-
"
|
|
2356
|
-
"
|
|
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,
|
|
2357
2578
|
"profile": 1,
|
|
2358
|
-
"test": 1,
|
|
2359
2579
|
"total": 1,
|
|
2580
|
+
"linked": 1,
|
|
2581
|
+
"here": 1,
|
|
2582
|
+
"governance": 1,
|
|
2583
|
+
"track": 1,
|
|
2584
|
+
"system": 1,
|
|
2360
2585
|
"includes": 1,
|
|
2361
|
-
"framework": 7,
|
|
2362
2586
|
"shims": 1,
|
|
2363
2587
|
"for": 1,
|
|
2364
|
-
"
|
|
2365
|
-
"
|
|
2588
|
+
"dom": 5,
|
|
2589
|
+
"server": 6,
|
|
2366
2590
|
"link": 3,
|
|
2367
|
-
"
|
|
2591
|
+
"router": 4,
|
|
2368
2592
|
"svelte": 4,
|
|
2369
|
-
"store": 3,
|
|
2370
2593
|
"preact": 4,
|
|
2371
2594
|
"solid": 4,
|
|
2372
2595
|
"scoped": 3,
|
|
2373
|
-
"subpath":
|
|
2374
|
-
"dual": 5,
|
|
2375
|
-
"mode": 5,
|
|
2596
|
+
"subpath": 7,
|
|
2376
2597
|
"package": 8,
|
|
2377
2598
|
"checks": 3,
|
|
2378
2599
|
"edge": 2,
|
|
2379
|
-
"
|
|
2600
|
+
"conditioned": 3,
|
|
2601
|
+
"lib": 4,
|
|
2602
|
+
"dual": 4,
|
|
2603
|
+
"mode": 4,
|
|
2380
2604
|
"real": 7,
|
|
2381
|
-
"npm": 12,
|
|
2382
2605
|
"using": 1,
|
|
2383
2606
|
"installed": 1,
|
|
2384
2607
|
"dependencies": 4,
|
|
2385
2608
|
"acorn": 6,
|
|
2386
2609
|
"walk": 3,
|
|
2387
2610
|
"astring": 3,
|
|
2388
|
-
"node": 14,
|
|
2389
2611
|
"built": 2,
|
|
2390
2612
|
"commonjs": 2,
|
|
2391
2613
|
"case": 1,
|
|
@@ -2393,21 +2615,27 @@ export const DOC_SEARCH_INDEX = [
|
|
|
2393
2615
|
"status": 1,
|
|
2394
2616
|
"bundle": 1,
|
|
2395
2617
|
"notes": 1,
|
|
2396
|
-
"browser":
|
|
2397
|
-
"module":
|
|
2398
|
-
"imports":
|
|
2399
|
-
"dom": 1,
|
|
2618
|
+
"browser": 8,
|
|
2619
|
+
"module": 14,
|
|
2620
|
+
"imports": 13,
|
|
2400
2621
|
"client": 1,
|
|
2622
|
+
"rendering": 1,
|
|
2401
2623
|
"shape": 1,
|
|
2624
|
+
"redirect": 1,
|
|
2625
|
+
"notfound": 1,
|
|
2402
2626
|
"createapp": 1,
|
|
2403
2627
|
"h": 2,
|
|
2628
|
+
"createrouter": 1,
|
|
2629
|
+
"history": 1,
|
|
2404
2630
|
"writable": 1,
|
|
2405
2631
|
"render": 1,
|
|
2406
2632
|
"signals": 1,
|
|
2407
|
-
"
|
|
2633
|
+
"resolves": 1,
|
|
2634
|
+
"with": 1,
|
|
2635
|
+
"default": 1,
|
|
2636
|
+
"conditions": 1,
|
|
2408
2637
|
"through": 1,
|
|
2409
2638
|
"esm": 1,
|
|
2410
|
-
"condition": 1,
|
|
2411
2639
|
"cjs": 1,
|
|
2412
2640
|
"left": 1,
|
|
2413
2641
|
"pad": 1,
|
|
@@ -3056,89 +3284,352 @@ export const DOC_SEARCH_INDEX = [
|
|
|
3056
3284
|
},
|
|
3057
3285
|
{
|
|
3058
3286
|
"id": "support_matrix",
|
|
3059
|
-
"title": "
|
|
3060
|
-
"path": "/docs/
|
|
3061
|
-
"summary": "-
|
|
3287
|
+
"title": "FastScript Compatibility Matrix",
|
|
3288
|
+
"path": "/docs/support",
|
|
3289
|
+
"summary": "- Generated: 2026-04-15T19:21:33.048Z",
|
|
3062
3290
|
"terms": {
|
|
3063
|
-
"0":
|
|
3064
|
-
"
|
|
3065
|
-
"
|
|
3066
|
-
"
|
|
3067
|
-
"
|
|
3068
|
-
"
|
|
3069
|
-
"
|
|
3070
|
-
"
|
|
3071
|
-
"
|
|
3072
|
-
"
|
|
3073
|
-
"
|
|
3074
|
-
"
|
|
3075
|
-
"
|
|
3076
|
-
"
|
|
3077
|
-
"
|
|
3078
|
-
"
|
|
3079
|
-
"
|
|
3080
|
-
"
|
|
3081
|
-
"
|
|
3082
|
-
"
|
|
3083
|
-
"
|
|
3084
|
-
"
|
|
3085
|
-
"
|
|
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,
|
|
3086
3408
|
"static": 1,
|
|
3087
|
-
"
|
|
3088
|
-
"
|
|
3089
|
-
"
|
|
3090
|
-
"
|
|
3091
|
-
"
|
|
3092
|
-
"
|
|
3093
|
-
"
|
|
3094
|
-
"
|
|
3095
|
-
"
|
|
3096
|
-
"
|
|
3097
|
-
"
|
|
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,
|
|
3098
3444
|
"authored": 3,
|
|
3099
|
-
"
|
|
3100
|
-
"
|
|
3101
|
-
"
|
|
3102
|
-
"
|
|
3103
|
-
"
|
|
3104
|
-
"syntax": 2,
|
|
3445
|
+
"typed": 2,
|
|
3446
|
+
"props": 1,
|
|
3447
|
+
"modules": 9,
|
|
3448
|
+
"sugar": 4,
|
|
3449
|
+
"remains": 1,
|
|
3105
3450
|
"optional": 1,
|
|
3106
|
-
"
|
|
3107
|
-
"
|
|
3108
|
-
"
|
|
3109
|
-
"
|
|
3110
|
-
"
|
|
3111
|
-
"
|
|
3112
|
-
"
|
|
3113
|
-
"
|
|
3114
|
-
"
|
|
3115
|
-
"
|
|
3116
|
-
"
|
|
3117
|
-
"
|
|
3118
|
-
"
|
|
3119
|
-
"
|
|
3120
|
-
"
|
|
3121
|
-
"
|
|
3122
|
-
"
|
|
3123
|
-
"
|
|
3124
|
-
"
|
|
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,
|
|
3507
|
+
"targets": 1,
|
|
3508
|
+
"http": 1,
|
|
3509
|
+
"target": 1,
|
|
3510
|
+
"smoke": 2,
|
|
3511
|
+
"start": 1,
|
|
3512
|
+
"app": 3,
|
|
3513
|
+
"routing": 1,
|
|
3514
|
+
"api": 2,
|
|
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,
|
|
3125
3596
|
"cli": 1,
|
|
3126
|
-
"
|
|
3127
|
-
"
|
|
3597
|
+
"lint": 1,
|
|
3598
|
+
"format": 1,
|
|
3128
3599
|
"typecheck": 1,
|
|
3129
|
-
"
|
|
3130
|
-
"under": 1,
|
|
3600
|
+
"stability": 1,
|
|
3131
3601
|
"qa": 1,
|
|
3132
|
-
"gate":
|
|
3133
|
-
"
|
|
3134
|
-
"
|
|
3135
|
-
"
|
|
3136
|
-
"
|
|
3137
|
-
"
|
|
3138
|
-
"
|
|
3139
|
-
"
|
|
3140
|
-
"
|
|
3141
|
-
"
|
|
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
|
|
3142
3633
|
}
|
|
3143
3634
|
},
|
|
3144
3635
|
{
|