@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/Observability.d.cts
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { J as JsonValue } from './ReadQuery-DXLzCE0E.cjs';
|
|
2
|
+
export { A as ArtifactEnvelope, m as ArtifactKey, w as EnvironmentIr, i as EvidencePackage, h as EvidencePackageSource, j as ObservationEnvelope, n as TrialRunArtifactExporter, o as TrialRunArtifactInspectionContext, T as TrialRunArtifacts, x as TrialRunModuleOptions, q as TrialRunOptions, v as TrialRunReport, u as TrialRunReportBudgets, s as TrialRunResult, k as exportEvidencePackage, l as importEvidencePackage, p as protocolVersion, r as registerTrialRunArtifactExporter, t as trialRun, y as trialRunModule } from './Observability-DXGAFBIT.cjs';
|
|
2
3
|
import 'effect';
|
|
3
|
-
import './module-
|
|
4
|
+
import './module-Ds4tarcI.cjs';
|
|
4
5
|
import 'mutative';
|
|
5
|
-
import './Platform-
|
|
6
|
-
import './action-
|
|
7
|
-
import './
|
|
8
|
-
import './protocol-g_1897M2.cjs';
|
|
9
|
-
import './ir-BMP7yxJJ.cjs';
|
|
6
|
+
import './Platform-BV_0MW7g.cjs';
|
|
7
|
+
import './action-BQxjPFEw.cjs';
|
|
8
|
+
import './ir-BSosEwc8.cjs';
|
package/dist/Observability.d.ts
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { J as JsonValue } from './ReadQuery-DXLzCE0E.js';
|
|
2
|
+
export { A as ArtifactEnvelope, m as ArtifactKey, w as EnvironmentIr, i as EvidencePackage, h as EvidencePackageSource, j as ObservationEnvelope, n as TrialRunArtifactExporter, o as TrialRunArtifactInspectionContext, T as TrialRunArtifacts, x as TrialRunModuleOptions, q as TrialRunOptions, v as TrialRunReport, u as TrialRunReportBudgets, s as TrialRunResult, k as exportEvidencePackage, l as importEvidencePackage, p as protocolVersion, r as registerTrialRunArtifactExporter, t as trialRun, y as trialRunModule } from './Observability-Bdhnx2Dv.js';
|
|
2
3
|
import 'effect';
|
|
3
|
-
import './module-
|
|
4
|
+
import './module-Zd1Gn-Nj.js';
|
|
4
5
|
import 'mutative';
|
|
5
|
-
import './Platform-
|
|
6
|
-
import './action-
|
|
7
|
-
import './
|
|
8
|
-
import './protocol-g_1897M2.js';
|
|
9
|
-
import './ir-DUOz6H-5.js';
|
|
6
|
+
import './Platform-BV_0MW7g.js';
|
|
7
|
+
import './action-BQxjPFEw.js';
|
|
8
|
+
import './ir-D-uqwL_4.js';
|
package/dist/Observability.js
CHANGED
|
@@ -2,33 +2,38 @@ import {
|
|
|
2
2
|
exportEvidencePackage,
|
|
3
3
|
importEvidencePackage,
|
|
4
4
|
protocolVersion
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-SJAE5PB5.js";
|
|
6
6
|
import {
|
|
7
7
|
registerTrialRunArtifactExporter,
|
|
8
8
|
trialRun,
|
|
9
9
|
trialRunModule
|
|
10
|
-
} from "./chunk-
|
|
11
|
-
import "./chunk-
|
|
12
|
-
import "./chunk-
|
|
13
|
-
import "./chunk-
|
|
14
|
-
import "./chunk-
|
|
15
|
-
import "./chunk-
|
|
16
|
-
import "./chunk-
|
|
17
|
-
import "./chunk-
|
|
18
|
-
import "./chunk-
|
|
19
|
-
import "./chunk-
|
|
20
|
-
import "./chunk-
|
|
21
|
-
import "./chunk-
|
|
22
|
-
import "./chunk-
|
|
23
|
-
import "./chunk-
|
|
24
|
-
import "./chunk-
|
|
25
|
-
import "./chunk-
|
|
26
|
-
import "./chunk-
|
|
27
|
-
import "./chunk-
|
|
28
|
-
import "./chunk-
|
|
29
|
-
import "./chunk-
|
|
30
|
-
import "./chunk-
|
|
31
|
-
import "./chunk-
|
|
10
|
+
} from "./chunk-67DIEA53.js";
|
|
11
|
+
import "./chunk-PBIUCQY3.js";
|
|
12
|
+
import "./chunk-MYB2B5WX.js";
|
|
13
|
+
import "./chunk-VJLWD47W.js";
|
|
14
|
+
import "./chunk-IOZ3VKPK.js";
|
|
15
|
+
import "./chunk-ZBBMZMA6.js";
|
|
16
|
+
import "./chunk-UEFFTVPY.js";
|
|
17
|
+
import "./chunk-AFSB6NKM.js";
|
|
18
|
+
import "./chunk-YZDJMAKL.js";
|
|
19
|
+
import "./chunk-SGTRAXXX.js";
|
|
20
|
+
import "./chunk-6HFAW2MH.js";
|
|
21
|
+
import "./chunk-HJM5Y5NU.js";
|
|
22
|
+
import "./chunk-RHJIGDUE.js";
|
|
23
|
+
import "./chunk-J3CWXIPV.js";
|
|
24
|
+
import "./chunk-SOOBFXRR.js";
|
|
25
|
+
import "./chunk-63ZQ5RIN.js";
|
|
26
|
+
import "./chunk-S4S5N4BJ.js";
|
|
27
|
+
import "./chunk-NZMWWDAY.js";
|
|
28
|
+
import "./chunk-MYKNINNN.js";
|
|
29
|
+
import "./chunk-FBYW3QDI.js";
|
|
30
|
+
import "./chunk-K6JQW266.js";
|
|
31
|
+
import "./chunk-CYYSQMLO.js";
|
|
32
|
+
import "./chunk-R4LFQGP3.js";
|
|
33
|
+
import "./chunk-V2SBGVDO.js";
|
|
34
|
+
import "./chunk-LPPZDFTD.js";
|
|
35
|
+
import "./chunk-PBD7BJUN.js";
|
|
36
|
+
import "./chunk-4MZ7BT3R.js";
|
|
32
37
|
import "./chunk-PZ5AY32C.js";
|
|
33
38
|
export {
|
|
34
39
|
exportEvidencePackage,
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import * as effect_Context from 'effect/Context';
|
|
2
1
|
import { Effect, Layer } from 'effect';
|
|
3
|
-
import { S as Service$1 } from './Platform-
|
|
2
|
+
import { S as Service$1, T as Tag } from './Platform-BV_0MW7g.cjs';
|
|
4
3
|
|
|
5
4
|
/**
|
|
6
5
|
* Platform.Service: platform service interface.
|
|
@@ -9,7 +8,7 @@ type Service = Service$1;
|
|
|
9
8
|
/**
|
|
10
9
|
* Platform.tag: platform service Tag.
|
|
11
10
|
*/
|
|
12
|
-
declare const tag:
|
|
11
|
+
declare const tag: typeof Tag;
|
|
13
12
|
/**
|
|
14
13
|
* NoopPlatform:
|
|
15
14
|
* - The core engine ships with a single no-op platform implementation by default.
|
|
@@ -30,13 +29,13 @@ declare class NoopPlatform implements Service {
|
|
|
30
29
|
* - Mounts NoopPlatform on Platform.tag.
|
|
31
30
|
* - The default `@logixjs/core` layer; apps typically override it with a real platform implementation.
|
|
32
31
|
*/
|
|
33
|
-
declare const NoopPlatformLayer: Layer.Layer<
|
|
32
|
+
declare const NoopPlatformLayer: Layer.Layer<Tag, never, never>;
|
|
34
33
|
/**
|
|
35
34
|
* defaultLayer:
|
|
36
35
|
* - Currently equivalent to NoopPlatformLayer.
|
|
37
36
|
* - Reserved for future upgrades; callers should depend on defaultLayer.
|
|
38
37
|
*/
|
|
39
|
-
declare const defaultLayer: Layer.Layer<
|
|
38
|
+
declare const defaultLayer: Layer.Layer<Tag, never, never>;
|
|
40
39
|
|
|
41
40
|
type Platform_NoopPlatform = NoopPlatform;
|
|
42
41
|
declare const Platform_NoopPlatform: typeof NoopPlatform;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Effect } from 'effect';
|
|
1
|
+
import { Effect, ServiceMap } from 'effect';
|
|
2
2
|
|
|
3
3
|
interface Service {
|
|
4
4
|
readonly lifecycle: {
|
|
@@ -17,5 +17,8 @@ interface Service {
|
|
|
17
17
|
readonly emitResume: () => Effect.Effect<void, never, any>;
|
|
18
18
|
readonly emitReset: () => Effect.Effect<void, never, any>;
|
|
19
19
|
}
|
|
20
|
+
declare const Tag_base: ServiceMap.ServiceClass<Tag, "@logixjs/Platform", Service>;
|
|
21
|
+
declare class Tag extends Tag_base {
|
|
22
|
+
}
|
|
20
23
|
|
|
21
|
-
export type
|
|
24
|
+
export { type Service as S, Tag as T };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Effect } from 'effect';
|
|
1
|
+
import { Effect, ServiceMap } from 'effect';
|
|
2
2
|
|
|
3
3
|
interface Service {
|
|
4
4
|
readonly lifecycle: {
|
|
@@ -17,5 +17,8 @@ interface Service {
|
|
|
17
17
|
readonly emitResume: () => Effect.Effect<void, never, any>;
|
|
18
18
|
readonly emitReset: () => Effect.Effect<void, never, any>;
|
|
19
19
|
}
|
|
20
|
+
declare const Tag_base: ServiceMap.ServiceClass<Tag, "@logixjs/Platform", Service>;
|
|
21
|
+
declare class Tag extends Tag_base {
|
|
22
|
+
}
|
|
20
23
|
|
|
21
|
-
export type
|
|
24
|
+
export { type Service as S, Tag as T };
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import * as effect_Context from 'effect/Context';
|
|
2
1
|
import { Effect, Layer } from 'effect';
|
|
3
|
-
import { S as Service$1 } from './Platform-
|
|
2
|
+
import { S as Service$1, T as Tag } from './Platform-BV_0MW7g.js';
|
|
4
3
|
|
|
5
4
|
/**
|
|
6
5
|
* Platform.Service: platform service interface.
|
|
@@ -9,7 +8,7 @@ type Service = Service$1;
|
|
|
9
8
|
/**
|
|
10
9
|
* Platform.tag: platform service Tag.
|
|
11
10
|
*/
|
|
12
|
-
declare const tag:
|
|
11
|
+
declare const tag: typeof Tag;
|
|
13
12
|
/**
|
|
14
13
|
* NoopPlatform:
|
|
15
14
|
* - The core engine ships with a single no-op platform implementation by default.
|
|
@@ -30,13 +29,13 @@ declare class NoopPlatform implements Service {
|
|
|
30
29
|
* - Mounts NoopPlatform on Platform.tag.
|
|
31
30
|
* - The default `@logixjs/core` layer; apps typically override it with a real platform implementation.
|
|
32
31
|
*/
|
|
33
|
-
declare const NoopPlatformLayer: Layer.Layer<
|
|
32
|
+
declare const NoopPlatformLayer: Layer.Layer<Tag, never, never>;
|
|
34
33
|
/**
|
|
35
34
|
* defaultLayer:
|
|
36
35
|
* - Currently equivalent to NoopPlatformLayer.
|
|
37
36
|
* - Reserved for future upgrades; callers should depend on defaultLayer.
|
|
38
37
|
*/
|
|
39
|
-
declare const defaultLayer: Layer.Layer<
|
|
38
|
+
declare const defaultLayer: Layer.Layer<Tag, never, never>;
|
|
40
39
|
|
|
41
40
|
type Platform_NoopPlatform = NoopPlatform;
|
|
42
41
|
declare const Platform_NoopPlatform: typeof NoopPlatform;
|
package/dist/Platform.cjs
CHANGED
|
@@ -30,7 +30,8 @@ var import_effect2 = require("effect");
|
|
|
30
30
|
|
|
31
31
|
// src/internal/runtime/core/Platform.ts
|
|
32
32
|
var import_effect = require("effect");
|
|
33
|
-
var Tag = import_effect.
|
|
33
|
+
var Tag = class extends import_effect.ServiceMap.Service()("@logixjs/Platform") {
|
|
34
|
+
};
|
|
34
35
|
|
|
35
36
|
// src/Platform.ts
|
|
36
37
|
var tag = Tag;
|
package/dist/Platform.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/Platform.ts","../src/internal/runtime/core/Platform.ts"],"sourcesContent":["import { Effect, Layer } from 'effect'\nimport * as Internal from './internal/platform/Platform.js'\n\n/**\n * Platform.Service: platform service interface.\n */\nexport type Service = Internal.Service\n\n/**\n * Platform.tag: platform service Tag.\n */\nexport const tag = Internal.Tag\n\n/**\n * NoopPlatform:\n * - The core engine ships with a single no-op platform implementation by default.\n * - Real implementations are provided by platform adapters (React / Native, etc.).\n */\nexport class NoopPlatform implements Service {\n readonly lifecycle = {\n onSuspend: (_eff: Effect.Effect<void, never, any>) => Effect.void,\n onResume: (_eff: Effect.Effect<void, never, any>) => Effect.void,\n onReset: (_eff: Effect.Effect<void, never, any>) => Effect.void,\n }\n\n readonly emitSuspend = (): Effect.Effect<void, never, any> => Effect.void\n readonly emitResume = (): Effect.Effect<void, never, any> => Effect.void\n readonly emitReset = (): Effect.Effect<void, never, any> => Effect.void\n}\n\n/**\n * NoopPlatformLayer:\n * - Mounts NoopPlatform on Platform.tag.\n * - The default `@logixjs/core` layer; apps typically override it with a real platform implementation.\n */\nexport const NoopPlatformLayer = Layer.succeed(tag, new NoopPlatform())\n\n/**\n * defaultLayer:\n * - Currently equivalent to NoopPlatformLayer.\n * - Reserved for future upgrades; callers should depend on defaultLayer.\n */\nexport const defaultLayer = NoopPlatformLayer\n","import {
|
|
1
|
+
{"version":3,"sources":["../src/Platform.ts","../src/internal/runtime/core/Platform.ts"],"sourcesContent":["import { Effect, Layer } from 'effect'\nimport * as Internal from './internal/platform/Platform.js'\n\n/**\n * Platform.Service: platform service interface.\n */\nexport type Service = Internal.Service\n\n/**\n * Platform.tag: platform service Tag.\n */\nexport const tag = Internal.Tag\n\n/**\n * NoopPlatform:\n * - The core engine ships with a single no-op platform implementation by default.\n * - Real implementations are provided by platform adapters (React / Native, etc.).\n */\nexport class NoopPlatform implements Service {\n readonly lifecycle = {\n onSuspend: (_eff: Effect.Effect<void, never, any>) => Effect.void,\n onResume: (_eff: Effect.Effect<void, never, any>) => Effect.void,\n onReset: (_eff: Effect.Effect<void, never, any>) => Effect.void,\n }\n\n readonly emitSuspend = (): Effect.Effect<void, never, any> => Effect.void\n readonly emitResume = (): Effect.Effect<void, never, any> => Effect.void\n readonly emitReset = (): Effect.Effect<void, never, any> => Effect.void\n}\n\n/**\n * NoopPlatformLayer:\n * - Mounts NoopPlatform on Platform.tag.\n * - The default `@logixjs/core` layer; apps typically override it with a real platform implementation.\n */\nexport const NoopPlatformLayer = Layer.succeed(tag, new NoopPlatform())\n\n/**\n * defaultLayer:\n * - Currently equivalent to NoopPlatformLayer.\n * - Reserved for future upgrades; callers should depend on defaultLayer.\n */\nexport const defaultLayer = NoopPlatformLayer\n","import { Effect, ServiceMap } from 'effect'\n\nexport interface Service {\n readonly lifecycle: {\n readonly onSuspend: (eff: Effect.Effect<void, never, any>) => Effect.Effect<void, never, any>\n readonly onResume: (eff: Effect.Effect<void, never, any>) => Effect.Effect<void, never, any>\n readonly onReset?: (eff: Effect.Effect<void, never, any>) => Effect.Effect<void, never, any>\n }\n\n /**\n * Platform signal broadcaster (for host integration and tests): triggers registered lifecycle handlers.\n *\n * Notes:\n * - The default implementation should be a safe no-op.\n * - Failure policy is decided by the platform implementation; the runtime should ensure \"do not terminate the instance by default\".\n */\n readonly emitSuspend: () => Effect.Effect<void, never, any>\n readonly emitResume: () => Effect.Effect<void, never, any>\n readonly emitReset: () => Effect.Effect<void, never, any>\n}\n\nexport class Tag extends ServiceMap.Service<Tag, Service>()('@logixjs/Platform') {}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAAAA,iBAA8B;;;ACA9B,oBAAmC;AAqB5B,IAAM,MAAN,cAAkB,yBAAW,QAAsB,EAAE,mBAAmB,EAAE;AAAC;;;ADV3E,IAAM,MAAe;AAOrB,IAAM,eAAN,MAAsC;AAAA,EAAtC;AACL,SAAS,YAAY;AAAA,MACnB,WAAW,CAAC,SAA0C,sBAAO;AAAA,MAC7D,UAAU,CAAC,SAA0C,sBAAO;AAAA,MAC5D,SAAS,CAAC,SAA0C,sBAAO;AAAA,IAC7D;AAEA,SAAS,cAAc,MAAuC,sBAAO;AACrE,SAAS,aAAa,MAAuC,sBAAO;AACpE,SAAS,YAAY,MAAuC,sBAAO;AAAA;AACrE;AAOO,IAAM,oBAAoB,qBAAM,QAAQ,KAAK,IAAI,aAAa,CAAC;AAO/D,IAAM,eAAe;","names":["import_effect"]}
|
package/dist/Platform.d.cts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import 'effect/Context';
|
|
2
1
|
import 'effect';
|
|
3
|
-
import './Platform-
|
|
4
|
-
export { N as NoopPlatform, a as NoopPlatformLayer, S as Service, d as defaultLayer, t as tag } from './Platform-
|
|
2
|
+
import './Platform-BV_0MW7g.cjs';
|
|
3
|
+
export { N as NoopPlatform, a as NoopPlatformLayer, S as Service, d as defaultLayer, t as tag } from './Platform-B4s8tg6C.cjs';
|
package/dist/Platform.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import 'effect/Context';
|
|
2
1
|
import 'effect';
|
|
3
|
-
import './Platform-
|
|
4
|
-
export { N as NoopPlatform, a as NoopPlatformLayer, S as Service, d as defaultLayer, t as tag } from './Platform-
|
|
2
|
+
import './Platform-BV_0MW7g.js';
|
|
3
|
+
export { N as NoopPlatform, a as NoopPlatformLayer, S as Service, d as defaultLayer, t as tag } from './Platform-W0Mefy_e.js';
|
package/dist/Platform.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Effect } from 'effect';
|
|
2
|
-
import { f as ProcessDefinition$1, P as ProcessScope$1, D as DiagnosticsLevel$1, g as ProcessIdentity$1, h as ProcessInstanceIdentity$1, i as ProcessTriggerSpec$1, j as ProcessTrigger$1, k as ProcessConcurrencyPolicy$1, l as ProcessErrorPolicy$1, a as ProcessInstallation$1, S as SerializableErrorSummary$1, b as ProcessInstanceStatus$1, e as ProcessEvent$1, c as ProcessControlRequest$1, d as ProcessPlatformEvent$1 } from './
|
|
3
|
-
import {
|
|
2
|
+
import { f as ProcessDefinition$1, P as ProcessScope$1, D as DiagnosticsLevel$1, g as ProcessIdentity$1, h as ProcessInstanceIdentity$1, i as ProcessTriggerSpec$1, j as ProcessTrigger$1, k as ProcessConcurrencyPolicy$1, l as ProcessErrorPolicy$1, a as ProcessInstallation$1, S as SerializableErrorSummary$1, b as ProcessInstanceStatus$1, e as ProcessEvent$1, c as ProcessControlRequest$1, d as ProcessPlatformEvent$1 } from './ReadQuery-DXLzCE0E.cjs';
|
|
3
|
+
import { o as AnyModuleShape, M as ModuleTag, $ as ModuleLike, u as ModuleHandle } from './module-Ds4tarcI.cjs';
|
|
4
|
+
import { a as ReadQueryInput, b as ReadQueryCompiled } from './ReadQuery-Yve1lmUo.cjs';
|
|
4
5
|
|
|
5
6
|
type ProcessMeta = {
|
|
6
7
|
readonly definition: ProcessDefinition$1;
|
|
@@ -10,7 +11,7 @@ type ProcessMeta = {
|
|
|
10
11
|
* - This field is for export/diagnostics only; it does not participate in stable identity derivation (see identity.ts).
|
|
11
12
|
*/
|
|
12
13
|
readonly installationScope?: ProcessScope$1;
|
|
13
|
-
readonly kind?: 'process' | 'link';
|
|
14
|
+
readonly kind?: 'process' | 'link' | 'declarativeLink';
|
|
14
15
|
};
|
|
15
16
|
declare const PROCESS_META: unique symbol;
|
|
16
17
|
type ProcessEffect$1<E = never, R = never> = Effect.Effect<void, E, R> & {
|
|
@@ -60,6 +61,29 @@ type LinkHandles<Ms extends readonly LinkModuleToken<string, AnyModuleShape>[]>
|
|
|
60
61
|
[M in Ms[number] as LinkModuleIdOf<M>]: ModuleHandle<LinkModuleShapeOf<M>>;
|
|
61
62
|
};
|
|
62
63
|
declare function link<Ms extends readonly LinkModuleToken<string, AnyModuleShape>[], E = never, R = never>(config: LinkConfig<Ms>, logic: ($: LinkHandles<Ms>) => Effect.Effect<void, E, R>): ProcessEffect<E, R>;
|
|
64
|
+
type DeclarativeReadNode = {
|
|
65
|
+
readonly _tag: 'readNode';
|
|
66
|
+
readonly moduleId: string;
|
|
67
|
+
readonly tag: ModuleTag<string, AnyModuleShape>;
|
|
68
|
+
readonly readQuery: ReadQueryCompiled<any, any>;
|
|
69
|
+
};
|
|
70
|
+
type DeclarativeDispatchNode = {
|
|
71
|
+
readonly _tag: 'dispatchNode';
|
|
72
|
+
readonly moduleId: string;
|
|
73
|
+
readonly tag: ModuleTag<string, AnyModuleShape>;
|
|
74
|
+
readonly actionTag: string;
|
|
75
|
+
};
|
|
76
|
+
type DeclarativeLinkEdgeSpec = {
|
|
77
|
+
readonly from: DeclarativeReadNode;
|
|
78
|
+
readonly to: DeclarativeDispatchNode;
|
|
79
|
+
};
|
|
80
|
+
type DeclarativeLinkHandles<Ms extends readonly LinkModuleToken<string, AnyModuleShape>[]> = {
|
|
81
|
+
[M in Ms[number] as LinkModuleIdOf<M>]: {
|
|
82
|
+
readonly read: <S, V>(selector: ReadQueryInput<S, V>) => DeclarativeReadNode;
|
|
83
|
+
readonly dispatch: (actionTag: string) => DeclarativeDispatchNode;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
86
|
+
declare function linkDeclarative<Ms extends readonly LinkModuleToken<string, AnyModuleShape>[]>(config: LinkConfig<Ms>, build: ($: DeclarativeLinkHandles<Ms>) => ReadonlyArray<DeclarativeLinkEdgeSpec>): ProcessEffect<never, never>;
|
|
63
87
|
|
|
64
88
|
type Process_DiagnosticsLevel = DiagnosticsLevel;
|
|
65
89
|
type Process_LinkConfig<Ms extends readonly LinkModuleToken<string, AnyModuleShape>[]> = LinkConfig<Ms>;
|
|
@@ -84,9 +108,10 @@ declare const Process_attachMeta: typeof attachMeta;
|
|
|
84
108
|
declare const Process_getDefinition: typeof getDefinition;
|
|
85
109
|
declare const Process_getMeta: typeof getMeta;
|
|
86
110
|
declare const Process_link: typeof link;
|
|
111
|
+
declare const Process_linkDeclarative: typeof linkDeclarative;
|
|
87
112
|
declare const Process_make: typeof make;
|
|
88
113
|
declare namespace Process {
|
|
89
|
-
export { type Process_DiagnosticsLevel as DiagnosticsLevel, type Process_LinkConfig as LinkConfig, type Process_LinkHandles as LinkHandles, type Process_ProcessConcurrencyPolicy as ProcessConcurrencyPolicy, type Process_ProcessControlRequest as ProcessControlRequest, type Process_ProcessDefinition as ProcessDefinition, type Process_ProcessEffect as ProcessEffect, type Process_ProcessErrorPolicy as ProcessErrorPolicy, type Process_ProcessEvent as ProcessEvent, type Process_ProcessIdentity as ProcessIdentity, type Process_ProcessInstallation as ProcessInstallation, type Process_ProcessInstanceIdentity as ProcessInstanceIdentity, type Process_ProcessInstanceStatus as ProcessInstanceStatus, type Process_ProcessMakeDefinition as ProcessMakeDefinition, type Process_ProcessPlatformEvent as ProcessPlatformEvent, type Process_ProcessScope as ProcessScope, type Process_ProcessTrigger as ProcessTrigger, type Process_ProcessTriggerSpec as ProcessTriggerSpec, type Process_SerializableErrorSummary as SerializableErrorSummary, Process_attachMeta as attachMeta, Process_getDefinition as getDefinition, Process_getMeta as getMeta, Process_link as link, Process_make as make };
|
|
114
|
+
export { type Process_DiagnosticsLevel as DiagnosticsLevel, type Process_LinkConfig as LinkConfig, type Process_LinkHandles as LinkHandles, type Process_ProcessConcurrencyPolicy as ProcessConcurrencyPolicy, type Process_ProcessControlRequest as ProcessControlRequest, type Process_ProcessDefinition as ProcessDefinition, type Process_ProcessEffect as ProcessEffect, type Process_ProcessErrorPolicy as ProcessErrorPolicy, type Process_ProcessEvent as ProcessEvent, type Process_ProcessIdentity as ProcessIdentity, type Process_ProcessInstallation as ProcessInstallation, type Process_ProcessInstanceIdentity as ProcessInstanceIdentity, type Process_ProcessInstanceStatus as ProcessInstanceStatus, type Process_ProcessMakeDefinition as ProcessMakeDefinition, type Process_ProcessPlatformEvent as ProcessPlatformEvent, type Process_ProcessScope as ProcessScope, type Process_ProcessTrigger as ProcessTrigger, type Process_ProcessTriggerSpec as ProcessTriggerSpec, type Process_SerializableErrorSummary as SerializableErrorSummary, Process_attachMeta as attachMeta, Process_getDefinition as getDefinition, Process_getMeta as getMeta, Process_link as link, Process_linkDeclarative as linkDeclarative, Process_make as make };
|
|
90
115
|
}
|
|
91
116
|
|
|
92
|
-
export { type DiagnosticsLevel as D, type LinkConfig as L, Process as P, type SerializableErrorSummary as S, type ProcessScope as a, type ProcessIdentity as b, type ProcessInstanceIdentity as c, type ProcessTriggerSpec as d, type ProcessTrigger as e, type ProcessConcurrencyPolicy as f, type ProcessErrorPolicy as g, type ProcessDefinition as h, type ProcessInstallation as i, type ProcessInstanceStatus as j, type ProcessEvent as k, type ProcessControlRequest as l, type ProcessPlatformEvent as m, type ProcessEffect as n, type ProcessMakeDefinition as o, make as p, getDefinition as q, getMeta as r, attachMeta as s, type LinkHandles as t, link as u };
|
|
117
|
+
export { type DiagnosticsLevel as D, type LinkConfig as L, Process as P, type SerializableErrorSummary as S, type ProcessScope as a, type ProcessIdentity as b, type ProcessInstanceIdentity as c, type ProcessTriggerSpec as d, type ProcessTrigger as e, type ProcessConcurrencyPolicy as f, type ProcessErrorPolicy as g, type ProcessDefinition as h, type ProcessInstallation as i, type ProcessInstanceStatus as j, type ProcessEvent as k, type ProcessControlRequest as l, type ProcessPlatformEvent as m, type ProcessEffect as n, type ProcessMakeDefinition as o, make as p, getDefinition as q, getMeta as r, attachMeta as s, type LinkHandles as t, link as u, linkDeclarative as v };
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Effect } from 'effect';
|
|
2
|
-
import { f as ProcessDefinition$1, P as ProcessScope$1, D as DiagnosticsLevel$1, g as ProcessIdentity$1, h as ProcessInstanceIdentity$1, i as ProcessTriggerSpec$1, j as ProcessTrigger$1, k as ProcessConcurrencyPolicy$1, l as ProcessErrorPolicy$1, a as ProcessInstallation$1, S as SerializableErrorSummary$1, b as ProcessInstanceStatus$1, e as ProcessEvent$1, c as ProcessControlRequest$1, d as ProcessPlatformEvent$1 } from './
|
|
3
|
-
import {
|
|
2
|
+
import { f as ProcessDefinition$1, P as ProcessScope$1, D as DiagnosticsLevel$1, g as ProcessIdentity$1, h as ProcessInstanceIdentity$1, i as ProcessTriggerSpec$1, j as ProcessTrigger$1, k as ProcessConcurrencyPolicy$1, l as ProcessErrorPolicy$1, a as ProcessInstallation$1, S as SerializableErrorSummary$1, b as ProcessInstanceStatus$1, e as ProcessEvent$1, c as ProcessControlRequest$1, d as ProcessPlatformEvent$1 } from './ReadQuery-DXLzCE0E.js';
|
|
3
|
+
import { o as AnyModuleShape, M as ModuleTag, $ as ModuleLike, u as ModuleHandle } from './module-Zd1Gn-Nj.js';
|
|
4
|
+
import { a as ReadQueryInput, b as ReadQueryCompiled } from './ReadQuery-C_or5nLC.js';
|
|
4
5
|
|
|
5
6
|
type ProcessMeta = {
|
|
6
7
|
readonly definition: ProcessDefinition$1;
|
|
@@ -10,7 +11,7 @@ type ProcessMeta = {
|
|
|
10
11
|
* - This field is for export/diagnostics only; it does not participate in stable identity derivation (see identity.ts).
|
|
11
12
|
*/
|
|
12
13
|
readonly installationScope?: ProcessScope$1;
|
|
13
|
-
readonly kind?: 'process' | 'link';
|
|
14
|
+
readonly kind?: 'process' | 'link' | 'declarativeLink';
|
|
14
15
|
};
|
|
15
16
|
declare const PROCESS_META: unique symbol;
|
|
16
17
|
type ProcessEffect$1<E = never, R = never> = Effect.Effect<void, E, R> & {
|
|
@@ -60,6 +61,29 @@ type LinkHandles<Ms extends readonly LinkModuleToken<string, AnyModuleShape>[]>
|
|
|
60
61
|
[M in Ms[number] as LinkModuleIdOf<M>]: ModuleHandle<LinkModuleShapeOf<M>>;
|
|
61
62
|
};
|
|
62
63
|
declare function link<Ms extends readonly LinkModuleToken<string, AnyModuleShape>[], E = never, R = never>(config: LinkConfig<Ms>, logic: ($: LinkHandles<Ms>) => Effect.Effect<void, E, R>): ProcessEffect<E, R>;
|
|
64
|
+
type DeclarativeReadNode = {
|
|
65
|
+
readonly _tag: 'readNode';
|
|
66
|
+
readonly moduleId: string;
|
|
67
|
+
readonly tag: ModuleTag<string, AnyModuleShape>;
|
|
68
|
+
readonly readQuery: ReadQueryCompiled<any, any>;
|
|
69
|
+
};
|
|
70
|
+
type DeclarativeDispatchNode = {
|
|
71
|
+
readonly _tag: 'dispatchNode';
|
|
72
|
+
readonly moduleId: string;
|
|
73
|
+
readonly tag: ModuleTag<string, AnyModuleShape>;
|
|
74
|
+
readonly actionTag: string;
|
|
75
|
+
};
|
|
76
|
+
type DeclarativeLinkEdgeSpec = {
|
|
77
|
+
readonly from: DeclarativeReadNode;
|
|
78
|
+
readonly to: DeclarativeDispatchNode;
|
|
79
|
+
};
|
|
80
|
+
type DeclarativeLinkHandles<Ms extends readonly LinkModuleToken<string, AnyModuleShape>[]> = {
|
|
81
|
+
[M in Ms[number] as LinkModuleIdOf<M>]: {
|
|
82
|
+
readonly read: <S, V>(selector: ReadQueryInput<S, V>) => DeclarativeReadNode;
|
|
83
|
+
readonly dispatch: (actionTag: string) => DeclarativeDispatchNode;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
86
|
+
declare function linkDeclarative<Ms extends readonly LinkModuleToken<string, AnyModuleShape>[]>(config: LinkConfig<Ms>, build: ($: DeclarativeLinkHandles<Ms>) => ReadonlyArray<DeclarativeLinkEdgeSpec>): ProcessEffect<never, never>;
|
|
63
87
|
|
|
64
88
|
type Process_DiagnosticsLevel = DiagnosticsLevel;
|
|
65
89
|
type Process_LinkConfig<Ms extends readonly LinkModuleToken<string, AnyModuleShape>[]> = LinkConfig<Ms>;
|
|
@@ -84,9 +108,10 @@ declare const Process_attachMeta: typeof attachMeta;
|
|
|
84
108
|
declare const Process_getDefinition: typeof getDefinition;
|
|
85
109
|
declare const Process_getMeta: typeof getMeta;
|
|
86
110
|
declare const Process_link: typeof link;
|
|
111
|
+
declare const Process_linkDeclarative: typeof linkDeclarative;
|
|
87
112
|
declare const Process_make: typeof make;
|
|
88
113
|
declare namespace Process {
|
|
89
|
-
export { type Process_DiagnosticsLevel as DiagnosticsLevel, type Process_LinkConfig as LinkConfig, type Process_LinkHandles as LinkHandles, type Process_ProcessConcurrencyPolicy as ProcessConcurrencyPolicy, type Process_ProcessControlRequest as ProcessControlRequest, type Process_ProcessDefinition as ProcessDefinition, type Process_ProcessEffect as ProcessEffect, type Process_ProcessErrorPolicy as ProcessErrorPolicy, type Process_ProcessEvent as ProcessEvent, type Process_ProcessIdentity as ProcessIdentity, type Process_ProcessInstallation as ProcessInstallation, type Process_ProcessInstanceIdentity as ProcessInstanceIdentity, type Process_ProcessInstanceStatus as ProcessInstanceStatus, type Process_ProcessMakeDefinition as ProcessMakeDefinition, type Process_ProcessPlatformEvent as ProcessPlatformEvent, type Process_ProcessScope as ProcessScope, type Process_ProcessTrigger as ProcessTrigger, type Process_ProcessTriggerSpec as ProcessTriggerSpec, type Process_SerializableErrorSummary as SerializableErrorSummary, Process_attachMeta as attachMeta, Process_getDefinition as getDefinition, Process_getMeta as getMeta, Process_link as link, Process_make as make };
|
|
114
|
+
export { type Process_DiagnosticsLevel as DiagnosticsLevel, type Process_LinkConfig as LinkConfig, type Process_LinkHandles as LinkHandles, type Process_ProcessConcurrencyPolicy as ProcessConcurrencyPolicy, type Process_ProcessControlRequest as ProcessControlRequest, type Process_ProcessDefinition as ProcessDefinition, type Process_ProcessEffect as ProcessEffect, type Process_ProcessErrorPolicy as ProcessErrorPolicy, type Process_ProcessEvent as ProcessEvent, type Process_ProcessIdentity as ProcessIdentity, type Process_ProcessInstallation as ProcessInstallation, type Process_ProcessInstanceIdentity as ProcessInstanceIdentity, type Process_ProcessInstanceStatus as ProcessInstanceStatus, type Process_ProcessMakeDefinition as ProcessMakeDefinition, type Process_ProcessPlatformEvent as ProcessPlatformEvent, type Process_ProcessScope as ProcessScope, type Process_ProcessTrigger as ProcessTrigger, type Process_ProcessTriggerSpec as ProcessTriggerSpec, type Process_SerializableErrorSummary as SerializableErrorSummary, Process_attachMeta as attachMeta, Process_getDefinition as getDefinition, Process_getMeta as getMeta, Process_link as link, Process_linkDeclarative as linkDeclarative, Process_make as make };
|
|
90
115
|
}
|
|
91
116
|
|
|
92
|
-
export { type DiagnosticsLevel as D, type LinkConfig as L, Process as P, type SerializableErrorSummary as S, type ProcessScope as a, type ProcessIdentity as b, type ProcessInstanceIdentity as c, type ProcessTriggerSpec as d, type ProcessTrigger as e, type ProcessConcurrencyPolicy as f, type ProcessErrorPolicy as g, type ProcessDefinition as h, type ProcessInstallation as i, type ProcessInstanceStatus as j, type ProcessEvent as k, type ProcessControlRequest as l, type ProcessPlatformEvent as m, type ProcessEffect as n, type ProcessMakeDefinition as o, make as p, getDefinition as q, getMeta as r, attachMeta as s, type LinkHandles as t, link as u };
|
|
117
|
+
export { type DiagnosticsLevel as D, type LinkConfig as L, Process as P, type SerializableErrorSummary as S, type ProcessScope as a, type ProcessIdentity as b, type ProcessInstanceIdentity as c, type ProcessTriggerSpec as d, type ProcessTrigger as e, type ProcessConcurrencyPolicy as f, type ProcessErrorPolicy as g, type ProcessDefinition as h, type ProcessInstallation as i, type ProcessInstanceStatus as j, type ProcessEvent as k, type ProcessControlRequest as l, type ProcessPlatformEvent as m, type ProcessEffect as n, type ProcessMakeDefinition as o, make as p, getDefinition as q, getMeta as r, attachMeta as s, type LinkHandles as t, link as u, linkDeclarative as v };
|