@logixjs/core 0.0.1 → 1.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/LICENSE +201 -0
- package/dist/{Action-mqVvtEHt.d.ts → Action-DYl88bwj.d.ts} +1 -1
- package/dist/{Action-BkRHy2vg.d.cts → Action-DkxsI_DK.d.cts} +1 -1
- package/dist/Action.cjs.map +1 -1
- package/dist/Action.d.cts +1 -1
- package/dist/Action.d.ts +1 -1
- package/dist/Action.js +2 -2
- package/dist/{Actions-AsQ07yTP.d.cts → Actions-Dicm7jdc.d.cts} +2 -2
- package/dist/{Actions-AsQ07yTP.d.ts → Actions-Dicm7jdc.d.ts} +2 -2
- package/dist/Actions.cjs.map +1 -1
- package/dist/Actions.d.cts +1 -1
- package/dist/Actions.d.ts +1 -1
- package/dist/Actions.js +1 -1
- package/dist/{Bound-BN1DQ_lM.d.ts → Bound-1OJLzVIS.d.ts} +2 -2
- package/dist/{Bound-BPIfH9SS.d.cts → Bound-BMLrtQ1V.d.cts} +2 -2
- package/dist/Bound.cjs +1737 -399
- package/dist/Bound.cjs.map +1 -1
- package/dist/Bound.d.cts +5 -5
- package/dist/Bound.d.ts +5 -5
- package/dist/Bound.js +19 -17
- package/dist/{Debug-B5q5Bkzx.d.ts → Debug-DKrWP5H1.d.ts} +40 -22
- package/dist/{Debug-Bq8Sqjcr.d.cts → Debug-hIT44XsY.d.cts} +40 -22
- package/dist/Debug.cjs +1348 -318
- package/dist/Debug.cjs.map +1 -1
- package/dist/Debug.d.cts +12 -11
- package/dist/Debug.d.ts +12 -11
- package/dist/Debug.js +20 -11
- package/dist/EffectOp.cjs +15 -6
- package/dist/EffectOp.cjs.map +1 -1
- package/dist/EffectOp.js +3 -3
- package/dist/Env.cjs +772 -6
- package/dist/Env.cjs.map +1 -1
- package/dist/Env.js +5 -2
- package/dist/ExternalStore-DqJKKRJ4.d.ts +61 -0
- package/dist/ExternalStore-JC-gAgEI.d.cts +61 -0
- package/dist/ExternalStore.cjs +774 -0
- package/dist/ExternalStore.cjs.map +1 -0
- package/dist/ExternalStore.d.cts +8 -0
- package/dist/ExternalStore.d.ts +8 -0
- package/dist/ExternalStore.js +19 -0
- package/dist/ExternalStore.js.map +1 -0
- package/dist/{Flow-BhpjE22E.d.ts → Flow-CZmXRDqp.d.cts} +13 -4
- package/dist/{Flow-1fZT8MpX.d.cts → Flow-DIVDxz7R.d.ts} +13 -4
- package/dist/Flow.cjs +765 -148
- package/dist/Flow.cjs.map +1 -1
- package/dist/Flow.d.cts +6 -6
- package/dist/Flow.d.ts +6 -6
- package/dist/Flow.js +9 -8
- package/dist/{Handle-D_cLW1Z3.d.ts → Handle-Bo6cAFut.d.ts} +1 -1
- package/dist/{Handle-D8D1zPb_.d.cts → Handle-CfDvSqN7.d.cts} +1 -1
- package/dist/Handle.d.cts +5 -5
- package/dist/Handle.d.ts +5 -5
- package/dist/{Kernel-8kC-jOda.d.cts → Kernel-CuXBF9S_.d.cts} +16 -7
- package/dist/{Kernel-CnGE1Fyk.d.ts → Kernel-D9guNwRL.d.ts} +16 -7
- package/dist/Kernel.cjs +814 -26
- package/dist/Kernel.cjs.map +1 -1
- package/dist/Kernel.d.cts +13 -12
- package/dist/Kernel.d.ts +13 -12
- package/dist/Kernel.js +7 -4
- package/dist/{Link-Db7975nU.d.ts → Link-CUM0yUCH.d.ts} +10 -3
- package/dist/{Link-fX8x1eCK.d.cts → Link-NAfR6uGD.d.cts} +10 -3
- package/dist/Link.cjs +1294 -121
- package/dist/Link.cjs.map +1 -1
- package/dist/Link.d.cts +5 -5
- package/dist/Link.d.ts +5 -5
- package/dist/Link.js +37 -29
- package/dist/{Logic-DRh4sDZj.d.cts → Logic-09VQpIj3.d.cts} +7 -4
- package/dist/{Logic-BRjEMr-W.d.ts → Logic-DKg7ghGy.d.ts} +7 -4
- package/dist/Logic.cjs +2 -1
- package/dist/Logic.cjs.map +1 -1
- package/dist/Logic.d.cts +5 -5
- package/dist/Logic.d.ts +5 -5
- package/dist/Logic.js +1 -1
- package/dist/{MatchBuilder-CJk5oCkR.d.cts → MatchBuilder-CsW5jgrL.d.ts} +1 -1
- package/dist/{MatchBuilder-0QOc-nlU.d.ts → MatchBuilder-Dksk07F4.d.cts} +1 -1
- package/dist/MatchBuilder.cjs +2 -2
- package/dist/MatchBuilder.cjs.map +1 -1
- package/dist/MatchBuilder.d.cts +6 -6
- package/dist/MatchBuilder.d.ts +6 -6
- package/dist/MatchBuilder.js +2 -2
- package/dist/Middleware-D8tUDLv_.d.cts +100 -0
- package/dist/Middleware-DS7CbTTN.d.ts +100 -0
- package/dist/Middleware.cjs +678 -58
- package/dist/Middleware.cjs.map +1 -1
- package/dist/Middleware.d.cts +2 -86
- package/dist/Middleware.d.ts +2 -86
- package/dist/Middleware.js +15 -12
- package/dist/{Module-DnzluX2J.d.ts → Module-B_Cntyms.d.ts} +54 -25
- package/dist/{Module-B_0xRDMR.d.cts → Module-CmNOVXzf.d.cts} +54 -25
- package/dist/Module.cjs +9331 -3317
- package/dist/Module.cjs.map +1 -1
- package/dist/Module.d.cts +7 -6
- package/dist/Module.d.ts +7 -6
- package/dist/Module.js +39 -31
- package/dist/ModuleTag-CGho_InD.d.ts +113 -0
- package/dist/ModuleTag-CITb8L_G.d.cts +113 -0
- package/dist/ModuleTag.cjs +7248 -2847
- package/dist/ModuleTag.cjs.map +1 -1
- package/dist/ModuleTag.d.cts +6 -6
- package/dist/ModuleTag.d.ts +6 -6
- package/dist/ModuleTag.js +35 -29
- package/dist/Observability-Bdhnx2Dv.d.ts +385 -0
- package/dist/Observability-DXGAFBIT.d.cts +385 -0
- package/dist/Observability.cjs +5093 -1556
- package/dist/Observability.cjs.map +1 -1
- package/dist/Observability.d.cts +6 -7
- package/dist/Observability.d.ts +6 -7
- package/dist/Observability.js +28 -23
- package/dist/{Platform-CHX8o-U4.d.ts → Platform-B4s8tg6C.d.cts} +4 -5
- package/dist/{Platform-C49Pv956.d.cts → Platform-BV_0MW7g.d.cts} +5 -2
- package/dist/{Platform-C49Pv956.d.ts → Platform-BV_0MW7g.d.ts} +5 -2
- package/dist/{Platform-CVlv0xLQ.d.cts → Platform-W0Mefy_e.d.ts} +4 -5
- package/dist/Platform.cjs +2 -1
- package/dist/Platform.cjs.map +1 -1
- package/dist/Platform.d.cts +2 -3
- package/dist/Platform.d.ts +2 -3
- package/dist/Platform.js +2 -2
- package/dist/{Process-CM9xbMdP.d.ts → Process-CO8G7HO9.d.cts} +30 -5
- package/dist/{Process-mL8fHDSB.d.cts → Process-Cyf6VNDR.d.ts} +30 -5
- package/dist/Process.cjs +1288 -120
- package/dist/Process.cjs.map +1 -1
- package/dist/Process.d.cts +6 -6
- package/dist/Process.d.ts +6 -6
- package/dist/Process.js +34 -26
- package/dist/ReadQuery-C_or5nLC.d.ts +128 -0
- package/dist/ReadQuery-DXLzCE0E.d.cts +614 -0
- package/dist/ReadQuery-DXLzCE0E.d.ts +614 -0
- package/dist/ReadQuery-Yve1lmUo.d.cts +128 -0
- package/dist/ReadQuery.cjs +290 -5
- package/dist/ReadQuery.cjs.map +1 -1
- package/dist/ReadQuery.d.cts +3 -2
- package/dist/ReadQuery.d.ts +3 -2
- package/dist/ReadQuery.js +23 -5
- package/dist/{Reflection-CQnKwPXj.d.ts → Reflection-B2Xi1e4Q.d.ts} +89 -7
- package/dist/{Reflection-Kabo1mlU.d.cts → Reflection-DNB4V4_e.d.cts} +89 -7
- package/dist/Reflection.cjs +3227 -1617
- package/dist/Reflection.cjs.map +1 -1
- package/dist/Reflection.d.cts +17 -15
- package/dist/Reflection.d.ts +17 -15
- package/dist/Reflection.js +33 -25
- package/dist/{Resource-Dy1xD_DG.d.cts → Resource-pKvQQ4x5.d.cts} +3 -3
- package/dist/{Resource-Dy1xD_DG.d.ts → Resource-pKvQQ4x5.d.ts} +3 -3
- package/dist/Resource.cjs +781 -15
- package/dist/Resource.cjs.map +1 -1
- package/dist/Resource.d.cts +1 -1
- package/dist/Resource.d.ts +1 -1
- package/dist/Resource.js +6 -3
- package/dist/{Root-7ADUMk4t.d.cts → Root-CCVuFHB6.d.cts} +3 -3
- package/dist/{Root-7ADUMk4t.d.ts → Root-CCVuFHB6.d.ts} +3 -3
- package/dist/Root.cjs +786 -20
- package/dist/Root.cjs.map +1 -1
- package/dist/Root.d.cts +2 -2
- package/dist/Root.d.ts +2 -2
- package/dist/Root.js +7 -3
- package/dist/{Runtime-CtyzZG4i.d.ts → Runtime-CRmvwK4I.d.ts} +70 -14
- package/dist/{Runtime-B-aL-f29.d.cts → Runtime-C_wJM9mN.d.cts} +70 -14
- package/dist/Runtime.cjs +4942 -1601
- package/dist/Runtime.cjs.map +1 -1
- package/dist/Runtime.d.cts +17 -15
- package/dist/Runtime.d.ts +17 -15
- package/dist/Runtime.js +44 -32
- package/dist/{ScopeRegistry-D1owDNSm.d.cts → ScopeRegistry-BhYzqWri.d.cts} +6 -6
- package/dist/{ScopeRegistry-D1owDNSm.d.ts → ScopeRegistry-BhYzqWri.d.ts} +6 -6
- package/dist/ScopeRegistry.cjs +776 -10
- package/dist/ScopeRegistry.cjs.map +1 -1
- package/dist/ScopeRegistry.d.cts +1 -1
- package/dist/ScopeRegistry.d.ts +1 -1
- package/dist/ScopeRegistry.js +6 -3
- package/dist/{State-CU50R26M.d.cts → State-rNFsFPTl.d.cts} +2 -2
- package/dist/{State-CU50R26M.d.ts → State-rNFsFPTl.d.ts} +2 -2
- package/dist/State.cjs.map +1 -1
- package/dist/State.d.cts +1 -1
- package/dist/State.d.ts +1 -1
- package/dist/State.js +1 -1
- package/dist/{StateTrait-BGsZghTz.d.ts → StateTrait-CijdwNb6.d.ts} +25 -8
- package/dist/{StateTrait-OWhbj12c.d.cts → StateTrait-Dltto6PU.d.cts} +25 -8
- package/dist/StateTrait.cjs +1890 -528
- package/dist/StateTrait.cjs.map +1 -1
- package/dist/StateTrait.d.cts +9 -7
- package/dist/StateTrait.d.ts +9 -7
- package/dist/StateTrait.js +18 -14
- package/dist/{TraitLifecycle-CwV5WPFX.d.cts → TraitLifecycle-BKzDqzLu.d.cts} +2 -2
- package/dist/{TraitLifecycle-LdIWmKlg.d.ts → TraitLifecycle-Cvo94uDB.d.ts} +2 -2
- package/dist/TraitLifecycle.cjs +630 -67
- package/dist/TraitLifecycle.cjs.map +1 -1
- package/dist/TraitLifecycle.d.cts +6 -6
- package/dist/TraitLifecycle.d.ts +6 -6
- package/dist/TraitLifecycle.js +8 -7
- package/dist/Workflow-C_OWr4dV.d.ts +415 -0
- package/dist/Workflow-DmydkHO8.d.cts +415 -0
- package/dist/Workflow.cjs +3150 -0
- package/dist/Workflow.cjs.map +1 -0
- package/dist/Workflow.d.cts +7 -0
- package/dist/Workflow.d.ts +7 -0
- package/dist/Workflow.js +58 -0
- package/dist/Workflow.js.map +1 -0
- package/dist/{action-DiMDD_0v.d.cts → action-BQxjPFEw.d.cts} +5 -5
- package/dist/{action-DiMDD_0v.d.ts → action-BQxjPFEw.d.ts} +5 -5
- package/dist/chunk-2XRLXDWR.js +276 -0
- package/dist/chunk-2XRLXDWR.js.map +1 -0
- package/dist/chunk-3L6QGFMM.js +701 -0
- package/dist/chunk-3L6QGFMM.js.map +1 -0
- package/dist/{chunk-GMPEOUP2.js → chunk-4MZ7BT3R.js} +2 -2
- package/dist/chunk-4MZ7BT3R.js.map +1 -0
- package/dist/{chunk-3IYZ5IGG.js → chunk-5WKUGEBY.js} +2 -2
- package/dist/{chunk-3RMKLXHX.js → chunk-63ZQ5RIN.js} +2 -2
- package/dist/{chunk-M3WTHJHJ.js → chunk-67DIEA53.js} +385 -148
- package/dist/chunk-67DIEA53.js.map +1 -0
- package/dist/{chunk-YS3AZQ2G.js → chunk-6HFAW2MH.js} +1 -1
- package/dist/chunk-6HFAW2MH.js.map +1 -0
- package/dist/{chunk-EY4NZKDR.js → chunk-6Y2TKCNY.js} +2 -2
- package/dist/{chunk-76WT3HOR.js → chunk-6YZOXFPQ.js} +25 -24
- package/dist/chunk-6YZOXFPQ.js.map +1 -0
- package/dist/{chunk-G5ZBFPNU.js → chunk-A2RQOJC7.js} +2 -2
- package/dist/{chunk-AUIR5O6W.js → chunk-AFSB6NKM.js} +13 -19
- package/dist/chunk-AFSB6NKM.js.map +1 -0
- package/dist/{chunk-JCXGZRMU.js → chunk-AO4JEOKD.js} +22 -23
- package/dist/chunk-AO4JEOKD.js.map +1 -0
- package/dist/{chunk-TAAPQVZN.js → chunk-AYELIQXR.js} +2 -2
- package/dist/{chunk-QMM6O4CD.js → chunk-BLHZW7DG.js} +15 -3
- package/dist/{chunk-QMM6O4CD.js.map → chunk-BLHZW7DG.js.map} +1 -1
- package/dist/{chunk-TQOBJYDP.js → chunk-CD4N74YC.js} +1 -1
- package/dist/chunk-CD4N74YC.js.map +1 -0
- package/dist/{chunk-ANLBCBDC.js → chunk-CGE2HBTH.js} +11 -11
- package/dist/chunk-CGE2HBTH.js.map +1 -0
- package/dist/{chunk-OFADUJWJ.js → chunk-CYYSQMLO.js} +5 -5
- package/dist/chunk-CYYSQMLO.js.map +1 -0
- package/dist/{chunk-66ALHVEX.js → chunk-EB46EYI7.js} +3 -3
- package/dist/{chunk-NZJKFF45.js → chunk-EKCDHWRK.js} +4 -4
- package/dist/chunk-EKCDHWRK.js.map +1 -0
- package/dist/{chunk-BABLDP24.js → chunk-EPQFNJU3.js} +152 -7
- package/dist/chunk-EPQFNJU3.js.map +1 -0
- package/dist/{chunk-OGWBVHB3.js → chunk-ESR6HGOY.js} +73 -14
- package/dist/chunk-ESR6HGOY.js.map +1 -0
- package/dist/{chunk-NBD3KUOZ.js → chunk-F6RP62H3.js} +150 -98
- package/dist/chunk-F6RP62H3.js.map +1 -0
- package/dist/chunk-FBYW3QDI.js +252 -0
- package/dist/chunk-FBYW3QDI.js.map +1 -0
- package/dist/{chunk-IPF7E66P.js → chunk-FYAODKVP.js} +2 -2
- package/dist/chunk-GNEN7NKO.js +908 -0
- package/dist/chunk-GNEN7NKO.js.map +1 -0
- package/dist/chunk-GWSM4KLB.js +763 -0
- package/dist/chunk-GWSM4KLB.js.map +1 -0
- package/dist/{chunk-4SO6JMZL.js → chunk-HDMXCUZL.js} +1 -1
- package/dist/chunk-HDMXCUZL.js.map +1 -0
- package/dist/{chunk-ZFY7U2FR.js → chunk-HJM5Y5NU.js} +43 -3
- package/dist/chunk-HJM5Y5NU.js.map +1 -0
- package/dist/{chunk-ZGDVUPTM.js → chunk-IOZ3VKPK.js} +129 -68
- package/dist/chunk-IOZ3VKPK.js.map +1 -0
- package/dist/{chunk-PYOE4VSI.js → chunk-IVXSVHO4.js} +303 -247
- package/dist/chunk-IVXSVHO4.js.map +1 -0
- package/dist/chunk-J3CWXIPV.js +242 -0
- package/dist/chunk-J3CWXIPV.js.map +1 -0
- package/dist/chunk-K6JQW266.js +42 -0
- package/dist/chunk-K6JQW266.js.map +1 -0
- package/dist/chunk-KMZYQF6Q.js +202 -0
- package/dist/chunk-KMZYQF6Q.js.map +1 -0
- package/dist/{chunk-JWOYLO27.js → chunk-LPPZDFTD.js} +22 -12
- package/dist/chunk-LPPZDFTD.js.map +1 -0
- package/dist/{chunk-PAYXCY6A.js → chunk-MYB2B5WX.js} +997 -576
- package/dist/chunk-MYB2B5WX.js.map +1 -0
- package/dist/chunk-MYKNINNN.js +228 -0
- package/dist/chunk-MYKNINNN.js.map +1 -0
- package/dist/chunk-NSQIRMVF.js +27 -0
- package/dist/{chunk-QCHIQWAJ.js.map → chunk-NSQIRMVF.js.map} +1 -1
- package/dist/chunk-NUDBM4MM.js +30 -0
- package/dist/chunk-NUDBM4MM.js.map +1 -0
- package/dist/chunk-NZMWWDAY.js +23 -0
- package/dist/chunk-NZMWWDAY.js.map +1 -0
- package/dist/{chunk-RNFE3ML2.js → chunk-OCUV2Y25.js} +4 -3
- package/dist/chunk-OCUV2Y25.js.map +1 -0
- package/dist/chunk-P4ZJOQA7.js +271 -0
- package/dist/chunk-P4ZJOQA7.js.map +1 -0
- package/dist/chunk-P6C5EZ3D.js +342 -0
- package/dist/chunk-P6C5EZ3D.js.map +1 -0
- package/dist/{chunk-CW6T36TN.js → chunk-PBD7BJUN.js} +62 -4
- package/dist/chunk-PBD7BJUN.js.map +1 -0
- package/dist/chunk-PBIUCQY3.js +696 -0
- package/dist/chunk-PBIUCQY3.js.map +1 -0
- package/dist/chunk-PD6YECQH.js +845 -0
- package/dist/chunk-PD6YECQH.js.map +1 -0
- package/dist/{chunk-M7IYCTJV.js → chunk-R4LFQGP3.js} +2 -2
- package/dist/chunk-RHJIGDUE.js +21 -0
- package/dist/chunk-RHJIGDUE.js.map +1 -0
- package/dist/{chunk-KP7MUZNX.js → chunk-RLXO27MW.js} +30 -8
- package/dist/chunk-RLXO27MW.js.map +1 -0
- package/dist/{chunk-DFNM3WX2.js → chunk-S44BEV4B.js} +168 -45
- package/dist/chunk-S44BEV4B.js.map +1 -0
- package/dist/chunk-S4S5N4BJ.js +1461 -0
- package/dist/chunk-S4S5N4BJ.js.map +1 -0
- package/dist/{chunk-BZ2SHDN2.js → chunk-SGTRAXXX.js} +3 -3
- package/dist/chunk-SGTRAXXX.js.map +1 -0
- package/dist/{chunk-M2RGJPXX.js → chunk-SJAE5PB5.js} +3 -3
- package/dist/{chunk-JGIWG6SR.js → chunk-SNPNHU3H.js} +3937 -1776
- package/dist/chunk-SNPNHU3H.js.map +1 -0
- package/dist/{chunk-IHVBV5C2.js → chunk-SOOBFXRR.js} +94 -71
- package/dist/chunk-SOOBFXRR.js.map +1 -0
- package/dist/{chunk-ZDTRWK5F.js → chunk-TAHFWKS6.js} +2 -2
- package/dist/chunk-UEFFTVPY.js +9 -0
- package/dist/chunk-UEFFTVPY.js.map +1 -0
- package/dist/{chunk-24VULZ7A.js → chunk-UR5BXLBP.js} +3 -3
- package/dist/chunk-UR5BXLBP.js.map +1 -0
- package/dist/{chunk-DMBALCE2.js → chunk-V2SBGVDO.js} +471 -186
- package/dist/chunk-V2SBGVDO.js.map +1 -0
- package/dist/chunk-VJLWD47W.js +23 -0
- package/dist/chunk-VJLWD47W.js.map +1 -0
- package/dist/{chunk-4CQAV7YB.js → chunk-W647DX5Z.js} +2 -2
- package/dist/{chunk-THATMZXD.js → chunk-WFIIU3YZ.js} +2 -2
- package/dist/{chunk-THATMZXD.js.map → chunk-WFIIU3YZ.js.map} +1 -1
- package/dist/chunk-YZDJMAKL.js +82 -0
- package/dist/chunk-YZDJMAKL.js.map +1 -0
- package/dist/{chunk-3TMODYZV.js → chunk-Z5XH6VHY.js} +5 -5
- package/dist/chunk-Z5XH6VHY.js.map +1 -0
- package/dist/{chunk-BE3HW4FY.js → chunk-ZBBMZMA6.js} +377 -170
- package/dist/chunk-ZBBMZMA6.js.map +1 -0
- package/dist/index.cjs +21224 -11714
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +195 -49
- package/dist/index.d.ts +195 -49
- package/dist/index.js +150 -74
- package/dist/index.js.map +1 -1
- package/dist/{ir-BMP7yxJJ.d.cts → ir-BSosEwc8.d.cts} +1 -1
- package/dist/{ir-DUOz6H-5.d.ts → ir-D-uqwL_4.d.ts} +1 -1
- package/dist/{module-B8CBqIZ_.d.cts → module-Ds4tarcI.d.cts} +230 -140
- package/dist/{module-k7m3txak.d.ts → module-Zd1Gn-Nj.d.ts} +230 -140
- package/package.json +20 -4
- package/dist/ModuleTag-C8FHY_sY.d.ts +0 -93
- package/dist/ModuleTag-EGbgBMpZ.d.cts +0 -93
- package/dist/Observability-COqEvp2C.d.cts +0 -713
- package/dist/Observability-cY4kLn0S.d.ts +0 -713
- package/dist/ReadQuery-BlMwhe-F.d.ts +0 -30
- package/dist/ReadQuery-CL5XlXts.d.cts +0 -30
- package/dist/ReadQuery-SinbStGF.d.cts +0 -38
- package/dist/ReadQuery-SinbStGF.d.ts +0 -38
- package/dist/chunk-24VULZ7A.js.map +0 -1
- package/dist/chunk-3QMIVH35.js +0 -43
- package/dist/chunk-3QMIVH35.js.map +0 -1
- package/dist/chunk-3TMODYZV.js.map +0 -1
- package/dist/chunk-4SO6JMZL.js.map +0 -1
- package/dist/chunk-76WT3HOR.js.map +0 -1
- package/dist/chunk-ANLBCBDC.js.map +0 -1
- package/dist/chunk-AUIR5O6W.js.map +0 -1
- package/dist/chunk-BABLDP24.js.map +0 -1
- package/dist/chunk-BE3HW4FY.js.map +0 -1
- package/dist/chunk-BZ2SHDN2.js.map +0 -1
- package/dist/chunk-CW6T36TN.js.map +0 -1
- package/dist/chunk-DFNM3WX2.js.map +0 -1
- package/dist/chunk-DMBALCE2.js.map +0 -1
- package/dist/chunk-EGK3KN7B.js +0 -406
- package/dist/chunk-EGK3KN7B.js.map +0 -1
- package/dist/chunk-GMPEOUP2.js.map +0 -1
- package/dist/chunk-IHVBV5C2.js.map +0 -1
- package/dist/chunk-JCXGZRMU.js.map +0 -1
- package/dist/chunk-JGIWG6SR.js.map +0 -1
- package/dist/chunk-JWOYLO27.js.map +0 -1
- package/dist/chunk-KIXAU3GM.js +0 -137
- package/dist/chunk-KIXAU3GM.js.map +0 -1
- package/dist/chunk-KL5ACTCT.js +0 -8
- package/dist/chunk-KL5ACTCT.js.map +0 -1
- package/dist/chunk-KP7MUZNX.js.map +0 -1
- package/dist/chunk-M3BFQ7HK.js +0 -13
- package/dist/chunk-M3BFQ7HK.js.map +0 -1
- package/dist/chunk-M3WTHJHJ.js.map +0 -1
- package/dist/chunk-NBD3KUOZ.js.map +0 -1
- package/dist/chunk-NQZ2OSGR.js +0 -151
- package/dist/chunk-NQZ2OSGR.js.map +0 -1
- package/dist/chunk-NZJKFF45.js.map +0 -1
- package/dist/chunk-OFADUJWJ.js.map +0 -1
- package/dist/chunk-OGWBVHB3.js.map +0 -1
- package/dist/chunk-PAYXCY6A.js.map +0 -1
- package/dist/chunk-PYOE4VSI.js.map +0 -1
- package/dist/chunk-QCHIQWAJ.js +0 -21
- package/dist/chunk-RNFE3ML2.js.map +0 -1
- package/dist/chunk-TKZ7MEIA.js +0 -27
- package/dist/chunk-TKZ7MEIA.js.map +0 -1
- package/dist/chunk-TQOBJYDP.js.map +0 -1
- package/dist/chunk-VZB726PE.js +0 -93
- package/dist/chunk-VZB726PE.js.map +0 -1
- package/dist/chunk-W3TEWHLO.js +0 -568
- package/dist/chunk-W3TEWHLO.js.map +0 -1
- package/dist/chunk-YS3AZQ2G.js.map +0 -1
- package/dist/chunk-ZFLHVFUC.js +0 -192
- package/dist/chunk-ZFLHVFUC.js.map +0 -1
- package/dist/chunk-ZFY7U2FR.js.map +0 -1
- package/dist/chunk-ZGDVUPTM.js.map +0 -1
- package/dist/protocol-g_1897M2.d.cts +0 -127
- package/dist/protocol-g_1897M2.d.ts +0 -127
- /package/dist/{chunk-3IYZ5IGG.js.map → chunk-5WKUGEBY.js.map} +0 -0
- /package/dist/{chunk-3RMKLXHX.js.map → chunk-63ZQ5RIN.js.map} +0 -0
- /package/dist/{chunk-EY4NZKDR.js.map → chunk-6Y2TKCNY.js.map} +0 -0
- /package/dist/{chunk-G5ZBFPNU.js.map → chunk-A2RQOJC7.js.map} +0 -0
- /package/dist/{chunk-TAAPQVZN.js.map → chunk-AYELIQXR.js.map} +0 -0
- /package/dist/{chunk-66ALHVEX.js.map → chunk-EB46EYI7.js.map} +0 -0
- /package/dist/{chunk-IPF7E66P.js.map → chunk-FYAODKVP.js.map} +0 -0
- /package/dist/{chunk-M7IYCTJV.js.map → chunk-R4LFQGP3.js.map} +0 -0
- /package/dist/{chunk-M2RGJPXX.js.map → chunk-SJAE5PB5.js.map} +0 -0
- /package/dist/{chunk-ZDTRWK5F.js.map → chunk-TAHFWKS6.js.map} +0 -0
- /package/dist/{chunk-4CQAV7YB.js.map → chunk-W647DX5Z.js.map} +0 -0
package/dist/index.d.cts
CHANGED
|
@@ -1,45 +1,172 @@
|
|
|
1
|
-
export { A as AnyModule, D as DevSource, H as HandleExtendFn, L as LogicUnitOptions,
|
|
2
|
-
export { M as ModuleTag } from './ModuleTag-
|
|
3
|
-
import {
|
|
4
|
-
export {
|
|
5
|
-
export { S as State } from './State-
|
|
6
|
-
export { A as Actions } from './Actions-
|
|
7
|
-
export { A as Action } from './Action-
|
|
8
|
-
export { L as Logic } from './Logic-
|
|
9
|
-
export { B as Bound } from './Bound-
|
|
10
|
-
export { L as Link } from './Link-
|
|
11
|
-
export { P as Process } from './Process-
|
|
12
|
-
export { H as Handle } from './Handle-
|
|
13
|
-
import { R as RuntimeInternalsResolvedConcurrencyPolicy, I as ImportsScope } from './Flow-
|
|
14
|
-
export { F as Flow } from './Flow-
|
|
15
|
-
export {
|
|
16
|
-
export {
|
|
17
|
-
export {
|
|
18
|
-
export {
|
|
19
|
-
export {
|
|
20
|
-
export {
|
|
21
|
-
export {
|
|
22
|
-
export {
|
|
23
|
-
export {
|
|
1
|
+
export { n as ActionSchemaOf, l as ActionTokenMap, m as ActionUnionOf, A as AnyModule, D as DevSource, H as HandleExtendFn, L as LogicUnitOptions, k as MakeExtendDef, p as Manage, M as Module, f as ModuleDef, c as ModuleDescriptor, a as ModuleDev, e as ModuleLogicApi, d as ModuleSelfHandleEffect, b as MountedLogicUnitSummary, R as Reducer, S as Shape, j as descriptor, h as hasImpl, i as is, o as make, g as unwrapImpl, u as unwrapTag } from './Module-CmNOVXzf.cjs';
|
|
2
|
+
export { M as ModuleTag } from './ModuleTag-CITb8L_G.cjs';
|
|
3
|
+
import { S as StateCommitPriority, a as StateCommitMeta, b as SchedulingPolicyLimit, c as StateTransactionInstrumentation, d as StatePatchPath, P as PatchReason, D as DirtyAllReason, e as DirtySet, F as FieldPath, f as FieldPathId, n as normalizeFieldPath } from './module-Ds4tarcI.cjs';
|
|
4
|
+
export { E as ActionForTag, w as ActionOf, x as ActionsFromMap, o as AnyModuleShape, A as AnySchema, B as BoundApi, J as BoundApiDispatchApi, I as BoundApiDispatchersApi, K as BoundApiLifecycleApi, Q as BoundApiReducerApi, G as BoundApiRootApi, H as BoundApiStateApi, O as BoundApiTraitsApi, N as BoundApiUseApi, C as ConcurrencyLimit, k as ConcurrencyPolicy, l as ConcurrencyPolicyOverrides, m as ConcurrencyPolicyPatch, z as DispatchEffect, L as LogicEffect, u as ModuleHandle, r as ModuleImpl, q as ModuleLogic, s as ModuleRuntime, t as ModuleRuntimeOfShape, g as ModuleRuntimeTag, p as ModuleShape, M as ModuleTagType, y as MutatorsFromMap, V as ReadonlySubscriptionRef, R as ReducersFromMap, h as SchedulingPolicySurface, i as SchedulingPolicySurfaceOverrides, j as SchedulingPolicySurfacePatch, U as StateChangeWithMeta, T as StateCommitMode, v as StateOf } from './module-Ds4tarcI.cjs';
|
|
5
|
+
export { S as State } from './State-rNFsFPTl.cjs';
|
|
6
|
+
export { A as Actions } from './Actions-Dicm7jdc.cjs';
|
|
7
|
+
export { A as Action } from './Action-DkxsI_DK.cjs';
|
|
8
|
+
export { L as Logic } from './Logic-09VQpIj3.cjs';
|
|
9
|
+
export { B as Bound } from './Bound-BMLrtQ1V.cjs';
|
|
10
|
+
export { L as Link } from './Link-NAfR6uGD.cjs';
|
|
11
|
+
export { P as Process } from './Process-CO8G7HO9.cjs';
|
|
12
|
+
export { H as Handle } from './Handle-CfDvSqN7.cjs';
|
|
13
|
+
import { R as RuntimeInternalsResolvedConcurrencyPolicy, I as ImportsScope } from './Flow-CZmXRDqp.cjs';
|
|
14
|
+
export { F as Flow } from './Flow-CZmXRDqp.cjs';
|
|
15
|
+
export { W as Workflow } from './Workflow-DmydkHO8.cjs';
|
|
16
|
+
export { M as MatchBuilder } from './MatchBuilder-Dksk07F4.cjs';
|
|
17
|
+
export { R as ReadQuery } from './ReadQuery-Yve1lmUo.cjs';
|
|
18
|
+
export { E as ExternalStore } from './ExternalStore-JC-gAgEI.cjs';
|
|
19
|
+
export { S as StateTrait } from './StateTrait-Dltto6PU.cjs';
|
|
20
|
+
export { T as TraitLifecycle } from './TraitLifecycle-BKzDqzLu.cjs';
|
|
21
|
+
export { R as Resource } from './Resource-pKvQQ4x5.cjs';
|
|
22
|
+
export { R as Runtime } from './Runtime-C_wJM9mN.cjs';
|
|
23
|
+
export { K as Kernel } from './Kernel-CuXBF9S_.cjs';
|
|
24
|
+
export { S as ScopeRegistry } from './ScopeRegistry-BhYzqWri.cjs';
|
|
25
|
+
export { R as Root } from './Root-CCVuFHB6.cjs';
|
|
24
26
|
export { E as Env } from './Env-DuJ6JrU2.cjs';
|
|
25
|
-
export { D as Debug,
|
|
26
|
-
export {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
export {
|
|
30
|
-
|
|
31
|
-
import {
|
|
32
|
-
import '
|
|
27
|
+
export { D as Debug, G as DebugLayerOptions, F as DebugMode, f as DevtoolsHubOptions, e as DevtoolsSnapshot, b as DiagnosticsLevel, c as DiagnosticsMaterialization, E as Event, M as ModuleRuntimeCounter, O as ModuleTraitsDebug, Q as ModuleTraitsFinalItem, P as PrettyLoggerOptions, y as RingBufferSink, R as RuntimeDebugEventRef, a as Sink, S as SnapshotToken, T as TraceMode, d as TraitConvergeDiagnosticsSamplingConfig, K as appendSinks, k as clearDevtoolsEvents, L as devtoolsHubLayer, r as diagnosticsLevel, u as diagnosticsMaterialization, q as exportEvidencePackage, l as getDevtoolsRunId, h as getDevtoolsSnapshot, j as getDevtoolsSnapshotByRuntimeLabel, g as getDevtoolsSnapshotToken, p as getInstanceLabel, X as getModuleFinalTraits, U as getModuleTraits, V as getModuleTraitsById, W as getModuleTraitsSnapshot, i as internal, x as isDevtoolsEnabled, H as layer, z as makeModuleRuntimeCounterSink, A as makeRingBufferSink, C as noopLayer, B as record, J as replace, N as runtimeLabel, m as setDevtoolsRunId, o as setInstanceLabel, n as startDevtoolsRun, s as subscribeDevtoolsSnapshot, t as toRuntimeDebugEventRef, Y as traceLayer, v as traceMode, w as traitConvergeDiagnosticsSampling, I as withPrettyLogger } from './Debug-hIT44XsY.cjs';
|
|
28
|
+
export { M as Middleware } from './Middleware-D8tUDLv_.cjs';
|
|
29
|
+
export { P as Platform } from './Platform-B4s8tg6C.cjs';
|
|
30
|
+
import { B as BuildEnv, C as ConstructionGuard, R as RuntimeHost } from './Observability-DXGAFBIT.cjs';
|
|
31
|
+
export { O as Observability } from './Observability-DXGAFBIT.cjs';
|
|
32
|
+
export { R as Reflection } from './Reflection-DNB4V4_e.cjs';
|
|
33
|
+
import { P as ProcessScope, a as ProcessInstallation, b as ProcessInstanceStatus, c as ProcessControlRequest, d as ProcessPlatformEvent, e as ProcessEvent, T as TriggerRef, R as ReplayLog } from './ReadQuery-DXLzCE0E.cjs';
|
|
34
|
+
import { ServiceMap, Effect, Stream, Scope, ManagedRuntime, Layer } from 'effect';
|
|
35
|
+
import './action-BQxjPFEw.cjs';
|
|
33
36
|
import 'mutative';
|
|
34
|
-
import './Platform-
|
|
35
|
-
import './
|
|
36
|
-
import './ir-BMP7yxJJ.cjs';
|
|
37
|
+
import './Platform-BV_0MW7g.cjs';
|
|
38
|
+
import './ir-BSosEwc8.cjs';
|
|
37
39
|
import 'effect/Layer';
|
|
38
40
|
import './EffectOp.cjs';
|
|
39
41
|
import 'effect/Effect';
|
|
40
|
-
import '
|
|
41
|
-
|
|
42
|
-
|
|
42
|
+
import 'effect/ServiceMap';
|
|
43
|
+
|
|
44
|
+
type Cancel = () => void;
|
|
45
|
+
type HostScheduler = {
|
|
46
|
+
readonly nowMs: () => number;
|
|
47
|
+
readonly scheduleMicrotask: (cb: () => void) => void;
|
|
48
|
+
readonly scheduleMacrotask: (cb: () => void) => Cancel;
|
|
49
|
+
readonly scheduleAnimationFrame: (cb: () => void) => Cancel;
|
|
50
|
+
readonly scheduleTimeout: (ms: number, cb: () => void) => Cancel;
|
|
51
|
+
};
|
|
52
|
+
type DeterministicHostScheduler = HostScheduler & {
|
|
53
|
+
readonly flushMicrotasks: (options?: {
|
|
54
|
+
readonly max?: number;
|
|
55
|
+
}) => number;
|
|
56
|
+
readonly flushOneMacrotask: () => boolean;
|
|
57
|
+
readonly flushAll: (options?: {
|
|
58
|
+
readonly maxTurns?: number;
|
|
59
|
+
}) => {
|
|
60
|
+
readonly turns: number;
|
|
61
|
+
readonly ran: number;
|
|
62
|
+
};
|
|
63
|
+
readonly getQueueSize: () => {
|
|
64
|
+
readonly microtasks: number;
|
|
65
|
+
readonly macrotasks: number;
|
|
66
|
+
};
|
|
67
|
+
};
|
|
68
|
+
|
|
69
|
+
type ModuleInstanceKey = `${string}::${string}`;
|
|
70
|
+
type TopicKey = string;
|
|
71
|
+
interface RuntimeStoreModuleCommit {
|
|
72
|
+
readonly moduleId: string;
|
|
73
|
+
readonly instanceId: string;
|
|
74
|
+
readonly moduleInstanceKey: ModuleInstanceKey;
|
|
75
|
+
readonly state: unknown;
|
|
76
|
+
readonly meta: StateCommitMeta;
|
|
77
|
+
readonly opSeq?: number;
|
|
78
|
+
readonly schedulingPolicy?: {
|
|
79
|
+
readonly configScope: 'builtin' | 'runtime_default' | 'runtime_module' | 'provider';
|
|
80
|
+
readonly concurrencyLimit: number | 'unbounded';
|
|
81
|
+
readonly allowUnbounded: boolean;
|
|
82
|
+
readonly losslessBackpressureCapacity: number;
|
|
83
|
+
readonly pressureWarningThreshold: {
|
|
84
|
+
readonly backlogCount: number;
|
|
85
|
+
readonly backlogDurationMs: number;
|
|
86
|
+
};
|
|
87
|
+
readonly warningCooldownMs: number;
|
|
88
|
+
readonly resolvedAtTxnSeq: number;
|
|
89
|
+
};
|
|
90
|
+
}
|
|
91
|
+
interface RuntimeStorePendingDrain {
|
|
92
|
+
readonly modules: ReadonlyMap<ModuleInstanceKey, RuntimeStoreModuleCommit>;
|
|
93
|
+
readonly dirtyTopics: ReadonlyMap<TopicKey, StateCommitPriority>;
|
|
94
|
+
}
|
|
95
|
+
interface RuntimeStoreCommitResult {
|
|
96
|
+
readonly changedTopicListeners: ReadonlyArray<() => void>;
|
|
97
|
+
}
|
|
98
|
+
type RuntimeStoreListenerCallback = (listener: () => void) => void;
|
|
99
|
+
interface RuntimeStore {
|
|
100
|
+
readonly getTickSeq: () => number;
|
|
101
|
+
readonly getModuleState: (moduleInstanceKey: ModuleInstanceKey) => unknown;
|
|
102
|
+
readonly getTopicVersion: (topicKey: TopicKey) => number;
|
|
103
|
+
readonly getTopicPriority: (topicKey: TopicKey) => StateCommitPriority;
|
|
104
|
+
readonly subscribeTopic: (topicKey: TopicKey, listener: () => void) => () => void;
|
|
105
|
+
readonly getTopicSubscriberCount: (topicKey: TopicKey) => number;
|
|
106
|
+
readonly getModuleSubscriberCount: (moduleInstanceKey: ModuleInstanceKey) => number;
|
|
107
|
+
readonly registerModuleInstance: (args: {
|
|
108
|
+
readonly moduleId: string;
|
|
109
|
+
readonly instanceId: string;
|
|
110
|
+
readonly moduleInstanceKey: ModuleInstanceKey;
|
|
111
|
+
readonly initialState: unknown;
|
|
112
|
+
}) => void;
|
|
113
|
+
readonly unregisterModuleInstance: (moduleInstanceKey: ModuleInstanceKey) => void;
|
|
114
|
+
readonly commitTick: (args: {
|
|
115
|
+
readonly tickSeq: number;
|
|
116
|
+
readonly accepted: RuntimeStorePendingDrain;
|
|
117
|
+
readonly onListener?: RuntimeStoreListenerCallback;
|
|
118
|
+
}) => RuntimeStoreCommitResult;
|
|
119
|
+
readonly dispose: () => void;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
type TickDegradeReason = 'budget_steps' | 'cycle_detected' | 'unknown';
|
|
123
|
+
interface TickSchedulerConfig {
|
|
124
|
+
/**
|
|
125
|
+
* Fixpoint step cap:
|
|
126
|
+
* - Steps count "work acceptance units" within a single tick, not time.
|
|
127
|
+
* - Exceeding the budget triggers a soft degrade (stable=false), deferring nonUrgent backlog to the next tick.
|
|
128
|
+
*/
|
|
129
|
+
readonly maxSteps?: number;
|
|
130
|
+
/**
|
|
131
|
+
* Urgent safety cap:
|
|
132
|
+
* - Even urgent work may be cut when the system appears to be in a cycle (avoid freezing).
|
|
133
|
+
*/
|
|
134
|
+
readonly urgentStepCap?: number;
|
|
135
|
+
/**
|
|
136
|
+
* Drain-round cap:
|
|
137
|
+
* - Bounds the number of drain rounds while capturing concurrent commits before committing the tick snapshot.
|
|
138
|
+
* - Exceeding the cap is treated as a cycle (stable=false, degradeReason=cycle_detected).
|
|
139
|
+
*/
|
|
140
|
+
readonly maxDrainRounds?: number;
|
|
141
|
+
/**
|
|
142
|
+
* Microtask starvation protection threshold:
|
|
143
|
+
* - Counts consecutive ticks scheduled on microtask boundaries without yielding to host (best-effort).
|
|
144
|
+
* - Exceeding the limit forces the next tick to start on a macrotask boundary.
|
|
145
|
+
*/
|
|
146
|
+
readonly microtaskChainDepthLimit?: number;
|
|
147
|
+
/**
|
|
148
|
+
* Optional degraded-tick telemetry (opt-in, sampled):
|
|
149
|
+
* - Runs even when diagnostics=off (Devtools disabled).
|
|
150
|
+
* - Intended for production health signals (frequency of stable=false / forced yield).
|
|
151
|
+
*/
|
|
152
|
+
readonly telemetry?: TickSchedulerTelemetryConfig;
|
|
153
|
+
}
|
|
154
|
+
interface TickSchedulerTelemetryEvent {
|
|
155
|
+
readonly tickSeq: number;
|
|
156
|
+
readonly stable: boolean;
|
|
157
|
+
readonly degradeReason?: TickDegradeReason;
|
|
158
|
+
readonly forcedMacrotask?: boolean;
|
|
159
|
+
readonly scheduleReason?: TickScheduleReason;
|
|
160
|
+
readonly microtaskChainDepth?: number;
|
|
161
|
+
readonly deferredWorkCount?: number;
|
|
162
|
+
}
|
|
163
|
+
interface TickSchedulerTelemetryConfig {
|
|
164
|
+
/** Sample rate in [0, 1]. Default: 0 (disabled). */
|
|
165
|
+
readonly sampleRate?: number;
|
|
166
|
+
/** Called for ticks that are degraded (stable=false) and/or started on a forced macrotask boundary. */
|
|
167
|
+
readonly onTickDegraded?: (event: TickSchedulerTelemetryEvent) => void;
|
|
168
|
+
}
|
|
169
|
+
type TickScheduleReason = 'budget' | 'cycle_detected' | 'microtask_starvation' | 'unknown';
|
|
43
170
|
|
|
44
171
|
type ProcessInstallMode = 'switch' | 'exhaust';
|
|
45
172
|
interface ProcessRuntime {
|
|
@@ -59,7 +186,7 @@ interface ProcessRuntime {
|
|
|
59
186
|
readonly events: Stream.Stream<ProcessEvent>;
|
|
60
187
|
readonly getEventsSnapshot: () => Effect.Effect<ReadonlyArray<ProcessEvent>>;
|
|
61
188
|
}
|
|
62
|
-
declare const ProcessRuntimeTag_base:
|
|
189
|
+
declare const ProcessRuntimeTag_base: ServiceMap.ServiceClass<ProcessRuntimeTag, "@logixjs/core/ProcessRuntime", ProcessRuntime>;
|
|
63
190
|
declare class ProcessRuntimeTag extends ProcessRuntimeTag_base {
|
|
64
191
|
}
|
|
65
192
|
|
|
@@ -77,9 +204,9 @@ interface ConcurrencyDiagnostics {
|
|
|
77
204
|
}) => Effect.Effect<void>;
|
|
78
205
|
}
|
|
79
206
|
|
|
80
|
-
type
|
|
81
|
-
type
|
|
82
|
-
readonly concurrencyLimit:
|
|
207
|
+
type SchedulingPolicySurfaceConfigScope = 'builtin' | 'runtime_default' | 'runtime_module' | 'provider';
|
|
208
|
+
type ResolvedSchedulingPolicySurface = {
|
|
209
|
+
readonly concurrencyLimit: SchedulingPolicyLimit;
|
|
83
210
|
readonly losslessBackpressureCapacity: number;
|
|
84
211
|
readonly allowUnbounded: boolean;
|
|
85
212
|
readonly pressureWarningThreshold: {
|
|
@@ -87,16 +214,17 @@ type ResolvedConcurrencyPolicy = {
|
|
|
87
214
|
readonly backlogDurationMs: number;
|
|
88
215
|
};
|
|
89
216
|
readonly warningCooldownMs: number;
|
|
90
|
-
readonly configScope:
|
|
217
|
+
readonly configScope: SchedulingPolicySurfaceConfigScope;
|
|
91
218
|
/** Field-level scope for the effective concurrency limit. */
|
|
92
|
-
readonly concurrencyLimitScope:
|
|
219
|
+
readonly concurrencyLimitScope: SchedulingPolicySurfaceConfigScope;
|
|
93
220
|
/** The originally requested concurrency limit (for explaining the unbounded gate). */
|
|
94
|
-
readonly requestedConcurrencyLimit:
|
|
221
|
+
readonly requestedConcurrencyLimit: SchedulingPolicyLimit;
|
|
95
222
|
/** Field-level scope for the originally requested concurrency limit. */
|
|
96
|
-
readonly requestedConcurrencyLimitScope:
|
|
223
|
+
readonly requestedConcurrencyLimitScope: SchedulingPolicySurfaceConfigScope;
|
|
97
224
|
/** Field-level scope for allowUnbounded. */
|
|
98
|
-
readonly allowUnboundedScope:
|
|
225
|
+
readonly allowUnboundedScope: SchedulingPolicySurfaceConfigScope;
|
|
99
226
|
};
|
|
227
|
+
type ResolvedConcurrencyPolicy = ResolvedSchedulingPolicySurface;
|
|
100
228
|
|
|
101
229
|
type TxnLane = 'urgent' | 'nonUrgent';
|
|
102
230
|
interface EnqueueTransaction {
|
|
@@ -128,6 +256,14 @@ declare const makeEnqueueTransaction: (args: {
|
|
|
128
256
|
* - Exposes only minimal capabilities (ISP) to avoid leaking RuntimeInternals as a public dependency.
|
|
129
257
|
*/
|
|
130
258
|
declare const getImportsScope: (runtime: object) => ImportsScope;
|
|
259
|
+
declare const getRuntimeStore: (runtime: ManagedRuntime.ManagedRuntime<any, any>) => RuntimeStore;
|
|
260
|
+
declare const getHostScheduler: (runtime: ManagedRuntime.ManagedRuntime<any, any>) => HostScheduler;
|
|
261
|
+
|
|
262
|
+
declare const makeDeterministicHostScheduler: () => DeterministicHostScheduler;
|
|
263
|
+
declare const hostSchedulerTestLayer: (scheduler: HostScheduler) => Layer.Layer<any, never, never>;
|
|
264
|
+
declare const tickSchedulerTestLayer: (config?: TickSchedulerConfig) => Layer.Layer<any, never, never>;
|
|
265
|
+
declare const __unsafeSetGlobalHostScheduler: (next: HostScheduler | undefined) => void;
|
|
266
|
+
declare const tickServicesLayer: Layer.Layer<any, never, never>;
|
|
131
267
|
declare const getStateTransactionInstrumentation: (runtime: object) => StateTransactionInstrumentation;
|
|
132
268
|
declare const getRowIdStore: (runtime: object) => unknown;
|
|
133
269
|
declare const getStateTraitListConfigs: (runtime: object) => ReadonlyArray<unknown>;
|
|
@@ -141,7 +277,7 @@ declare const runWithStateTransaction: <E, R>(runtime: object, origin: {
|
|
|
141
277
|
readonly details?: unknown;
|
|
142
278
|
}, body: () => Effect.Effect<void, E, R>) => Effect.Effect<void, E, R>;
|
|
143
279
|
declare const applyTransactionSnapshot: (runtime: object, txnId: string, mode: "before" | "after") => Effect.Effect<void, never, any>;
|
|
144
|
-
declare const withCurrentLinkId:
|
|
280
|
+
declare const withCurrentLinkId: <A, E, R>(effect: Effect.Effect<A, E, R>, linkId: string) => Effect.Effect<A, E, R>;
|
|
145
281
|
/** 049: Exec VM (core-ng) switch: enable the Exec VM hot path within the current Effect scope. */
|
|
146
282
|
declare const withExecVmMode: <A, E, R>(effect: Effect.Effect<A, E, R>) => Effect.Effect<A, E, R>;
|
|
147
283
|
/** 049: Exec VM (core-ng) switch: enable/disable the Exec VM hot path within the current runtime scope. */
|
|
@@ -163,33 +299,43 @@ declare const installProcess: <E, R>(process: Effect.Effect<void, E, R>, options
|
|
|
163
299
|
|
|
164
300
|
declare const InternalContracts_BuildEnv: typeof BuildEnv;
|
|
165
301
|
declare const InternalContracts_ConstructionGuard: typeof ConstructionGuard;
|
|
302
|
+
type InternalContracts_DeterministicHostScheduler = DeterministicHostScheduler;
|
|
166
303
|
declare const InternalContracts_DirtyAllReason: typeof DirtyAllReason;
|
|
167
304
|
declare const InternalContracts_DirtySet: typeof DirtySet;
|
|
168
305
|
declare const InternalContracts_FieldPath: typeof FieldPath;
|
|
169
306
|
declare const InternalContracts_FieldPathId: typeof FieldPathId;
|
|
307
|
+
type InternalContracts_HostScheduler = HostScheduler;
|
|
170
308
|
declare const InternalContracts_ReplayLog: typeof ReplayLog;
|
|
171
309
|
declare const InternalContracts_RuntimeHost: typeof RuntimeHost;
|
|
310
|
+
type InternalContracts_TickSchedulerConfig = TickSchedulerConfig;
|
|
311
|
+
declare const InternalContracts___unsafeSetGlobalHostScheduler: typeof __unsafeSetGlobalHostScheduler;
|
|
172
312
|
declare const InternalContracts_applyTransactionSnapshot: typeof applyTransactionSnapshot;
|
|
173
313
|
declare const InternalContracts_controlProcessInstance: typeof controlProcessInstance;
|
|
174
314
|
declare const InternalContracts_deliverProcessPlatformEvent: typeof deliverProcessPlatformEvent;
|
|
175
315
|
declare const InternalContracts_execVmModeLayer: typeof execVmModeLayer;
|
|
316
|
+
declare const InternalContracts_getHostScheduler: typeof getHostScheduler;
|
|
176
317
|
declare const InternalContracts_getImportsScope: typeof getImportsScope;
|
|
177
318
|
declare const InternalContracts_getProcessEvents: typeof getProcessEvents;
|
|
178
319
|
declare const InternalContracts_getProcessInstallations: typeof getProcessInstallations;
|
|
179
320
|
declare const InternalContracts_getProcessInstanceStatus: typeof getProcessInstanceStatus;
|
|
180
321
|
declare const InternalContracts_getRowIdStore: typeof getRowIdStore;
|
|
322
|
+
declare const InternalContracts_getRuntimeStore: typeof getRuntimeStore;
|
|
181
323
|
declare const InternalContracts_getStateTraitListConfigs: typeof getStateTraitListConfigs;
|
|
182
324
|
declare const InternalContracts_getStateTransactionInstrumentation: typeof getStateTransactionInstrumentation;
|
|
325
|
+
declare const InternalContracts_hostSchedulerTestLayer: typeof hostSchedulerTestLayer;
|
|
183
326
|
declare const InternalContracts_installProcess: typeof installProcess;
|
|
327
|
+
declare const InternalContracts_makeDeterministicHostScheduler: typeof makeDeterministicHostScheduler;
|
|
184
328
|
declare const InternalContracts_makeEnqueueTransaction: typeof makeEnqueueTransaction;
|
|
185
329
|
declare const InternalContracts_normalizeFieldPath: typeof normalizeFieldPath;
|
|
186
330
|
declare const InternalContracts_recordStatePatch: typeof recordStatePatch;
|
|
187
331
|
declare const InternalContracts_registerStateTraitProgram: typeof registerStateTraitProgram;
|
|
188
332
|
declare const InternalContracts_runWithStateTransaction: typeof runWithStateTransaction;
|
|
333
|
+
declare const InternalContracts_tickSchedulerTestLayer: typeof tickSchedulerTestLayer;
|
|
334
|
+
declare const InternalContracts_tickServicesLayer: typeof tickServicesLayer;
|
|
189
335
|
declare const InternalContracts_withCurrentLinkId: typeof withCurrentLinkId;
|
|
190
336
|
declare const InternalContracts_withExecVmMode: typeof withExecVmMode;
|
|
191
337
|
declare namespace InternalContracts {
|
|
192
|
-
export { InternalContracts_BuildEnv as BuildEnv, InternalContracts_ConstructionGuard as ConstructionGuard, InternalContracts_DirtyAllReason as DirtyAllReason, InternalContracts_DirtySet as DirtySet, InternalContracts_FieldPath as FieldPath, InternalContracts_FieldPathId as FieldPathId, InternalContracts_ReplayLog as ReplayLog, InternalContracts_RuntimeHost as RuntimeHost, InternalContracts_applyTransactionSnapshot as applyTransactionSnapshot, InternalContracts_controlProcessInstance as controlProcessInstance, InternalContracts_deliverProcessPlatformEvent as deliverProcessPlatformEvent, InternalContracts_execVmModeLayer as execVmModeLayer, InternalContracts_getImportsScope as getImportsScope, InternalContracts_getProcessEvents as getProcessEvents, InternalContracts_getProcessInstallations as getProcessInstallations, InternalContracts_getProcessInstanceStatus as getProcessInstanceStatus, InternalContracts_getRowIdStore as getRowIdStore, InternalContracts_getStateTraitListConfigs as getStateTraitListConfigs, InternalContracts_getStateTransactionInstrumentation as getStateTransactionInstrumentation, InternalContracts_installProcess as installProcess, InternalContracts_makeEnqueueTransaction as makeEnqueueTransaction, InternalContracts_normalizeFieldPath as normalizeFieldPath, InternalContracts_recordStatePatch as recordStatePatch, InternalContracts_registerStateTraitProgram as registerStateTraitProgram, InternalContracts_runWithStateTransaction as runWithStateTransaction, InternalContracts_withCurrentLinkId as withCurrentLinkId, InternalContracts_withExecVmMode as withExecVmMode };
|
|
338
|
+
export { InternalContracts_BuildEnv as BuildEnv, InternalContracts_ConstructionGuard as ConstructionGuard, type InternalContracts_DeterministicHostScheduler as DeterministicHostScheduler, InternalContracts_DirtyAllReason as DirtyAllReason, InternalContracts_DirtySet as DirtySet, InternalContracts_FieldPath as FieldPath, InternalContracts_FieldPathId as FieldPathId, type InternalContracts_HostScheduler as HostScheduler, InternalContracts_ReplayLog as ReplayLog, InternalContracts_RuntimeHost as RuntimeHost, type InternalContracts_TickSchedulerConfig as TickSchedulerConfig, InternalContracts___unsafeSetGlobalHostScheduler as __unsafeSetGlobalHostScheduler, InternalContracts_applyTransactionSnapshot as applyTransactionSnapshot, InternalContracts_controlProcessInstance as controlProcessInstance, InternalContracts_deliverProcessPlatformEvent as deliverProcessPlatformEvent, InternalContracts_execVmModeLayer as execVmModeLayer, InternalContracts_getHostScheduler as getHostScheduler, InternalContracts_getImportsScope as getImportsScope, InternalContracts_getProcessEvents as getProcessEvents, InternalContracts_getProcessInstallations as getProcessInstallations, InternalContracts_getProcessInstanceStatus as getProcessInstanceStatus, InternalContracts_getRowIdStore as getRowIdStore, InternalContracts_getRuntimeStore as getRuntimeStore, InternalContracts_getStateTraitListConfigs as getStateTraitListConfigs, InternalContracts_getStateTransactionInstrumentation as getStateTransactionInstrumentation, InternalContracts_hostSchedulerTestLayer as hostSchedulerTestLayer, InternalContracts_installProcess as installProcess, InternalContracts_makeDeterministicHostScheduler as makeDeterministicHostScheduler, InternalContracts_makeEnqueueTransaction as makeEnqueueTransaction, InternalContracts_normalizeFieldPath as normalizeFieldPath, InternalContracts_recordStatePatch as recordStatePatch, InternalContracts_registerStateTraitProgram as registerStateTraitProgram, InternalContracts_runWithStateTransaction as runWithStateTransaction, InternalContracts_tickSchedulerTestLayer as tickSchedulerTestLayer, InternalContracts_tickServicesLayer as tickServicesLayer, InternalContracts_withCurrentLinkId as withCurrentLinkId, InternalContracts_withExecVmMode as withExecVmMode };
|
|
193
339
|
}
|
|
194
340
|
|
|
195
|
-
export {
|
|
341
|
+
export { InternalContracts, SchedulingPolicyLimit, StateCommitMeta, StateCommitPriority };
|