@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/Bound.d.cts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import './module-
|
|
2
|
-
export { a as BoundApi, b as BoundApiPublic, m as make } from './Bound-
|
|
1
|
+
import './module-Ds4tarcI.cjs';
|
|
2
|
+
export { a as BoundApi, b as BoundApiPublic, m as make } from './Bound-BMLrtQ1V.cjs';
|
|
3
3
|
import 'effect';
|
|
4
|
+
import './ReadQuery-DXLzCE0E.cjs';
|
|
4
5
|
import 'mutative';
|
|
5
|
-
import './Platform-
|
|
6
|
-
import './action-
|
|
7
|
-
import './ReadQuery-SinbStGF.cjs';
|
|
6
|
+
import './Platform-BV_0MW7g.cjs';
|
|
7
|
+
import './action-BQxjPFEw.cjs';
|
package/dist/Bound.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import './module-
|
|
2
|
-
export { a as BoundApi, b as BoundApiPublic, m as make } from './Bound-
|
|
1
|
+
import './module-Zd1Gn-Nj.js';
|
|
2
|
+
export { a as BoundApi, b as BoundApiPublic, m as make } from './Bound-1OJLzVIS.js';
|
|
3
3
|
import 'effect';
|
|
4
|
+
import './ReadQuery-DXLzCE0E.js';
|
|
4
5
|
import 'mutative';
|
|
5
|
-
import './Platform-
|
|
6
|
-
import './action-
|
|
7
|
-
import './ReadQuery-SinbStGF.js';
|
|
6
|
+
import './Platform-BV_0MW7g.js';
|
|
7
|
+
import './action-BQxjPFEw.js';
|
package/dist/Bound.js
CHANGED
|
@@ -1,23 +1,25 @@
|
|
|
1
1
|
import {
|
|
2
2
|
make
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-WFIIU3YZ.js";
|
|
4
4
|
import "./chunk-LEU6UA5J.js";
|
|
5
|
-
import "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
8
|
-
import "./chunk-
|
|
9
|
-
import "./chunk-
|
|
10
|
-
import "./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-
|
|
5
|
+
import "./chunk-ZBBMZMA6.js";
|
|
6
|
+
import "./chunk-UEFFTVPY.js";
|
|
7
|
+
import "./chunk-AFSB6NKM.js";
|
|
8
|
+
import "./chunk-YZDJMAKL.js";
|
|
9
|
+
import "./chunk-SGTRAXXX.js";
|
|
10
|
+
import "./chunk-6HFAW2MH.js";
|
|
11
|
+
import "./chunk-SOOBFXRR.js";
|
|
12
|
+
import "./chunk-63ZQ5RIN.js";
|
|
13
|
+
import "./chunk-S4S5N4BJ.js";
|
|
14
|
+
import "./chunk-MYKNINNN.js";
|
|
15
|
+
import "./chunk-FBYW3QDI.js";
|
|
16
|
+
import "./chunk-K6JQW266.js";
|
|
17
|
+
import "./chunk-CYYSQMLO.js";
|
|
18
|
+
import "./chunk-R4LFQGP3.js";
|
|
19
|
+
import "./chunk-V2SBGVDO.js";
|
|
20
|
+
import "./chunk-LPPZDFTD.js";
|
|
21
|
+
import "./chunk-PBD7BJUN.js";
|
|
22
|
+
import "./chunk-4MZ7BT3R.js";
|
|
21
23
|
import "./chunk-PZ5AY32C.js";
|
|
22
24
|
export {
|
|
23
25
|
make
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import {
|
|
3
|
-
import { L as ConvergeStaticIrExport, N as TraitProvenance, M as ModuleTag, h as AnyModuleShape, z as ModuleLike, l as ModuleRuntime, x as ModuleTraitsSnapshot } from './module-k7m3txak.js';
|
|
1
|
+
import * as effect_ServiceMap from 'effect/ServiceMap';
|
|
2
|
+
import { o as RuntimeDebugEventRef$1, J as JsonValue, m as DiagnosticsLevel$1, E as Event$1, p as Sink$1, q as DiagnosticsMaterialization$1, r as TraceMode$1, s as TraitConvergeDiagnosticsSamplingConfig$1, t as JsonValueProjectionStats, u as DowngradeReason } from './ReadQuery-DXLzCE0E.js';
|
|
4
3
|
import { Layer, Effect, Logger } from 'effect';
|
|
5
|
-
import {
|
|
4
|
+
import { a5 as TraitProvenance, M as ModuleTag, o as AnyModuleShape, $ as ModuleLike, s as ModuleRuntime, Z as ModuleTraitsSnapshot } from './module-Zd1Gn-Nj.js';
|
|
5
|
+
import { a as StateTraitProgram, b as StateTraitGraph, c as StateTraitPlan } from './StateTrait-CijdwNb6.js';
|
|
6
|
+
import { h as EvidencePackageSource, i as EvidencePackage } from './Observability-Bdhnx2Dv.js';
|
|
6
7
|
|
|
7
8
|
/**
|
|
8
9
|
* DevtoolsHub:
|
|
@@ -41,6 +42,7 @@ interface DevtoolsSnapshot$1 {
|
|
|
41
42
|
}
|
|
42
43
|
interface DevtoolsHubOptions$1 {
|
|
43
44
|
readonly bufferSize?: number;
|
|
45
|
+
readonly diagnosticsLevel?: DiagnosticsLevel$1;
|
|
44
46
|
}
|
|
45
47
|
type SnapshotToken$1 = number;
|
|
46
48
|
|
|
@@ -50,26 +52,30 @@ interface Sink extends Sink$1 {
|
|
|
50
52
|
interface RuntimeDebugEventRef extends RuntimeDebugEventRef$1 {
|
|
51
53
|
}
|
|
52
54
|
type DiagnosticsLevel = DiagnosticsLevel$1;
|
|
55
|
+
type DiagnosticsMaterialization = DiagnosticsMaterialization$1;
|
|
56
|
+
type TraceMode = TraceMode$1;
|
|
53
57
|
type TraitConvergeDiagnosticsSamplingConfig = TraitConvergeDiagnosticsSamplingConfig$1;
|
|
54
58
|
type SnapshotToken = SnapshotToken$1;
|
|
55
59
|
declare const toRuntimeDebugEventRef: (event: Event$1, options?: {
|
|
56
60
|
readonly diagnosticsLevel?: DiagnosticsLevel$1;
|
|
61
|
+
readonly materialization?: DiagnosticsMaterialization$1;
|
|
57
62
|
readonly eventSeq?: number;
|
|
58
|
-
readonly resolveConvergeStaticIr?: (staticIrDigest: string) => ConvergeStaticIrExport | undefined;
|
|
59
63
|
readonly onMetaProjection?: (projection: {
|
|
60
64
|
readonly stats: JsonValueProjectionStats;
|
|
61
65
|
readonly downgrade?: DowngradeReason;
|
|
62
66
|
}) => void;
|
|
63
67
|
}) => RuntimeDebugEventRef$1 | undefined;
|
|
64
68
|
declare const internal: {
|
|
65
|
-
currentDebugSinks:
|
|
66
|
-
currentRuntimeLabel:
|
|
67
|
-
currentDiagnosticsLevel:
|
|
68
|
-
|
|
69
|
+
currentDebugSinks: effect_ServiceMap.Reference<readonly Sink$1[]>;
|
|
70
|
+
currentRuntimeLabel: effect_ServiceMap.Reference<string | undefined>;
|
|
71
|
+
currentDiagnosticsLevel: effect_ServiceMap.Reference<DiagnosticsLevel$1>;
|
|
72
|
+
currentDiagnosticsMaterialization: effect_ServiceMap.Reference<DiagnosticsMaterialization$1>;
|
|
73
|
+
currentTraceMode: effect_ServiceMap.Reference<TraceMode$1>;
|
|
74
|
+
currentTraitConvergeDiagnosticsSampling: effect_ServiceMap.Reference<TraitConvergeDiagnosticsSamplingConfig$1>;
|
|
69
75
|
toRuntimeDebugEventRef: (event: Event$1, options?: {
|
|
70
76
|
readonly diagnosticsLevel?: DiagnosticsLevel$1;
|
|
77
|
+
readonly materialization?: DiagnosticsMaterialization$1;
|
|
71
78
|
readonly eventSeq?: number;
|
|
72
|
-
readonly resolveConvergeStaticIr?: (staticIrDigest: string) => ConvergeStaticIrExport | undefined;
|
|
73
79
|
readonly onMetaProjection?: (projection: {
|
|
74
80
|
readonly stats: JsonValueProjectionStats;
|
|
75
81
|
readonly downgrade?: DowngradeReason;
|
|
@@ -80,12 +86,25 @@ interface DevtoolsSnapshot extends DevtoolsSnapshot$1 {
|
|
|
80
86
|
}
|
|
81
87
|
interface DevtoolsHubOptions extends DevtoolsHubOptions$1 {
|
|
82
88
|
readonly diagnosticsLevel?: DiagnosticsLevel;
|
|
89
|
+
/**
|
|
90
|
+
* Diagnostics materialization mode:
|
|
91
|
+
* - eager: include heavy payloads (e.g. state snapshot) in exportable events.
|
|
92
|
+
* - lazy: keep slim anchors only; heavy payloads must be materialized on-demand by higher layers.
|
|
93
|
+
*/
|
|
94
|
+
readonly materialization?: DiagnosticsMaterialization;
|
|
95
|
+
/**
|
|
96
|
+
* Trace mode:
|
|
97
|
+
* - on: enables `trace:*` events (e.g. trace:tick / trace:effectop).
|
|
98
|
+
* - off: drops trace events at the Debug.record boundary (keeps non-trace diagnostics/events).
|
|
99
|
+
*/
|
|
100
|
+
readonly traceMode?: TraceMode;
|
|
83
101
|
readonly traitConvergeDiagnosticsSampling?: TraitConvergeDiagnosticsSamplingConfig;
|
|
84
102
|
}
|
|
85
103
|
declare const getDevtoolsSnapshot: () => DevtoolsSnapshot$1;
|
|
104
|
+
declare const getDevtoolsSnapshotByRuntimeLabel: (runtimeLabel: string) => DevtoolsSnapshot$1;
|
|
86
105
|
declare const getDevtoolsSnapshotToken: () => SnapshotToken$1;
|
|
87
106
|
declare const subscribeDevtoolsSnapshot: (listener: () => void) => (() => void);
|
|
88
|
-
declare const clearDevtoolsEvents: () => void;
|
|
107
|
+
declare const clearDevtoolsEvents: (runtimeLabel?: string) => void;
|
|
89
108
|
declare const getDevtoolsRunId: () => string;
|
|
90
109
|
declare const setDevtoolsRunId: (runId: string) => void;
|
|
91
110
|
declare const startDevtoolsRun: (runId?: string) => string;
|
|
@@ -102,6 +121,8 @@ declare const exportEvidencePackage: (options?: {
|
|
|
102
121
|
* Controls what DevtoolsHub exports (ring buffer / snapshots), without changing Debug.record's fallback semantics.
|
|
103
122
|
*/
|
|
104
123
|
declare const diagnosticsLevel: (level: DiagnosticsLevel) => Layer.Layer<any, never, never>;
|
|
124
|
+
declare const diagnosticsMaterialization: (mode: DiagnosticsMaterialization) => Layer.Layer<any, never, never>;
|
|
125
|
+
declare const traceMode: (mode: TraceMode) => Layer.Layer<any, never, never>;
|
|
105
126
|
declare const traitConvergeDiagnosticsSampling: (config: TraitConvergeDiagnosticsSamplingConfig) => Layer.Layer<any, never, never>;
|
|
106
127
|
/**
|
|
107
128
|
* Whether Devtools is enabled.
|
|
@@ -197,15 +218,7 @@ interface DebugLayerOptions {
|
|
|
197
218
|
* ```
|
|
198
219
|
*/
|
|
199
220
|
declare const layer: (options?: DebugLayerOptions) => Layer.Layer<any, never, never>;
|
|
200
|
-
|
|
201
|
-
* PrettyLoggerOptions: parameters of Effect.Logger.prettyLogger.
|
|
202
|
-
*/
|
|
203
|
-
type PrettyLoggerOptions = Parameters<typeof Logger.prettyLogger>[0];
|
|
204
|
-
/**
|
|
205
|
-
* Replace the default Effect logger with a pretty logger (as a Layer).
|
|
206
|
-
*
|
|
207
|
-
* Equivalent to `Logger.replace(Logger.defaultLogger, Logger.prettyLogger(options))`.
|
|
208
|
-
*/
|
|
221
|
+
type PrettyLoggerOptions = Parameters<typeof Logger.consolePretty>[0];
|
|
209
222
|
declare const withPrettyLogger: (base: Layer.Layer<any, any, any>, options?: PrettyLoggerOptions) => Layer.Layer<any, any, any>;
|
|
210
223
|
/**
|
|
211
224
|
* Replace Debug sinks with the provided sink set.
|
|
@@ -273,6 +286,7 @@ type Debug_DebugMode = DebugMode;
|
|
|
273
286
|
type Debug_DevtoolsHubOptions = DevtoolsHubOptions;
|
|
274
287
|
type Debug_DevtoolsSnapshot = DevtoolsSnapshot;
|
|
275
288
|
type Debug_DiagnosticsLevel = DiagnosticsLevel;
|
|
289
|
+
type Debug_DiagnosticsMaterialization = DiagnosticsMaterialization;
|
|
276
290
|
type Debug_Event = Event;
|
|
277
291
|
type Debug_ModuleRuntimeCounter = ModuleRuntimeCounter;
|
|
278
292
|
type Debug_ModuleTraitsDebug = ModuleTraitsDebug;
|
|
@@ -282,14 +296,17 @@ type Debug_RingBufferSink = RingBufferSink;
|
|
|
282
296
|
type Debug_RuntimeDebugEventRef = RuntimeDebugEventRef;
|
|
283
297
|
type Debug_Sink = Sink;
|
|
284
298
|
type Debug_SnapshotToken = SnapshotToken;
|
|
299
|
+
type Debug_TraceMode = TraceMode;
|
|
285
300
|
type Debug_TraitConvergeDiagnosticsSamplingConfig = TraitConvergeDiagnosticsSamplingConfig;
|
|
286
301
|
declare const Debug_appendSinks: typeof appendSinks;
|
|
287
302
|
declare const Debug_clearDevtoolsEvents: typeof clearDevtoolsEvents;
|
|
288
303
|
declare const Debug_devtoolsHubLayer: typeof devtoolsHubLayer;
|
|
289
304
|
declare const Debug_diagnosticsLevel: typeof diagnosticsLevel;
|
|
305
|
+
declare const Debug_diagnosticsMaterialization: typeof diagnosticsMaterialization;
|
|
290
306
|
declare const Debug_exportEvidencePackage: typeof exportEvidencePackage;
|
|
291
307
|
declare const Debug_getDevtoolsRunId: typeof getDevtoolsRunId;
|
|
292
308
|
declare const Debug_getDevtoolsSnapshot: typeof getDevtoolsSnapshot;
|
|
309
|
+
declare const Debug_getDevtoolsSnapshotByRuntimeLabel: typeof getDevtoolsSnapshotByRuntimeLabel;
|
|
293
310
|
declare const Debug_getDevtoolsSnapshotToken: typeof getDevtoolsSnapshotToken;
|
|
294
311
|
declare const Debug_getInstanceLabel: typeof getInstanceLabel;
|
|
295
312
|
declare const Debug_getModuleFinalTraits: typeof getModuleFinalTraits;
|
|
@@ -311,10 +328,11 @@ declare const Debug_startDevtoolsRun: typeof startDevtoolsRun;
|
|
|
311
328
|
declare const Debug_subscribeDevtoolsSnapshot: typeof subscribeDevtoolsSnapshot;
|
|
312
329
|
declare const Debug_toRuntimeDebugEventRef: typeof toRuntimeDebugEventRef;
|
|
313
330
|
declare const Debug_traceLayer: typeof traceLayer;
|
|
331
|
+
declare const Debug_traceMode: typeof traceMode;
|
|
314
332
|
declare const Debug_traitConvergeDiagnosticsSampling: typeof traitConvergeDiagnosticsSampling;
|
|
315
333
|
declare const Debug_withPrettyLogger: typeof withPrettyLogger;
|
|
316
334
|
declare namespace Debug {
|
|
317
|
-
export { type Debug_DebugLayerOptions as DebugLayerOptions, type Debug_DebugMode as DebugMode, type Debug_DevtoolsHubOptions as DevtoolsHubOptions, type Debug_DevtoolsSnapshot as DevtoolsSnapshot, type Debug_DiagnosticsLevel as DiagnosticsLevel, type Debug_Event as Event, type Debug_ModuleRuntimeCounter as ModuleRuntimeCounter, type Debug_ModuleTraitsDebug as ModuleTraitsDebug, type Debug_ModuleTraitsFinalItem as ModuleTraitsFinalItem, type Debug_PrettyLoggerOptions as PrettyLoggerOptions, type Debug_RingBufferSink as RingBufferSink, type Debug_RuntimeDebugEventRef as RuntimeDebugEventRef, type Debug_Sink as Sink, type Debug_SnapshotToken as SnapshotToken, type Debug_TraitConvergeDiagnosticsSamplingConfig as TraitConvergeDiagnosticsSamplingConfig, Debug_appendSinks as appendSinks, Debug_clearDevtoolsEvents as clearDevtoolsEvents, Debug_devtoolsHubLayer as devtoolsHubLayer, Debug_diagnosticsLevel as diagnosticsLevel, Debug_exportEvidencePackage as exportEvidencePackage, Debug_getDevtoolsRunId as getDevtoolsRunId, Debug_getDevtoolsSnapshot as getDevtoolsSnapshot, Debug_getDevtoolsSnapshotToken as getDevtoolsSnapshotToken, Debug_getInstanceLabel as getInstanceLabel, Debug_getModuleFinalTraits as getModuleFinalTraits, Debug_getModuleTraits as getModuleTraits, Debug_getModuleTraitsById as getModuleTraitsById, Debug_getModuleTraitsSnapshot as getModuleTraitsSnapshot, Debug_internal as internal, Debug_isDevtoolsEnabled as isDevtoolsEnabled, Debug_layer as layer, Debug_makeModuleRuntimeCounterSink as makeModuleRuntimeCounterSink, Debug_makeRingBufferSink as makeRingBufferSink, Debug_noopLayer as noopLayer, Debug_record as record, Debug_replace as replace, Debug_runtimeLabel as runtimeLabel, Debug_setDevtoolsRunId as setDevtoolsRunId, Debug_setInstanceLabel as setInstanceLabel, Debug_startDevtoolsRun as startDevtoolsRun, Debug_subscribeDevtoolsSnapshot as subscribeDevtoolsSnapshot, Debug_toRuntimeDebugEventRef as toRuntimeDebugEventRef, Debug_traceLayer as traceLayer, Debug_traitConvergeDiagnosticsSampling as traitConvergeDiagnosticsSampling, Debug_withPrettyLogger as withPrettyLogger };
|
|
335
|
+
export { type Debug_DebugLayerOptions as DebugLayerOptions, type Debug_DebugMode as DebugMode, type Debug_DevtoolsHubOptions as DevtoolsHubOptions, type Debug_DevtoolsSnapshot as DevtoolsSnapshot, type Debug_DiagnosticsLevel as DiagnosticsLevel, type Debug_DiagnosticsMaterialization as DiagnosticsMaterialization, type Debug_Event as Event, type Debug_ModuleRuntimeCounter as ModuleRuntimeCounter, type Debug_ModuleTraitsDebug as ModuleTraitsDebug, type Debug_ModuleTraitsFinalItem as ModuleTraitsFinalItem, type Debug_PrettyLoggerOptions as PrettyLoggerOptions, type Debug_RingBufferSink as RingBufferSink, type Debug_RuntimeDebugEventRef as RuntimeDebugEventRef, type Debug_Sink as Sink, type Debug_SnapshotToken as SnapshotToken, type Debug_TraceMode as TraceMode, type Debug_TraitConvergeDiagnosticsSamplingConfig as TraitConvergeDiagnosticsSamplingConfig, Debug_appendSinks as appendSinks, Debug_clearDevtoolsEvents as clearDevtoolsEvents, Debug_devtoolsHubLayer as devtoolsHubLayer, Debug_diagnosticsLevel as diagnosticsLevel, Debug_diagnosticsMaterialization as diagnosticsMaterialization, Debug_exportEvidencePackage as exportEvidencePackage, Debug_getDevtoolsRunId as getDevtoolsRunId, Debug_getDevtoolsSnapshot as getDevtoolsSnapshot, Debug_getDevtoolsSnapshotByRuntimeLabel as getDevtoolsSnapshotByRuntimeLabel, Debug_getDevtoolsSnapshotToken as getDevtoolsSnapshotToken, Debug_getInstanceLabel as getInstanceLabel, Debug_getModuleFinalTraits as getModuleFinalTraits, Debug_getModuleTraits as getModuleTraits, Debug_getModuleTraitsById as getModuleTraitsById, Debug_getModuleTraitsSnapshot as getModuleTraitsSnapshot, Debug_internal as internal, Debug_isDevtoolsEnabled as isDevtoolsEnabled, Debug_layer as layer, Debug_makeModuleRuntimeCounterSink as makeModuleRuntimeCounterSink, Debug_makeRingBufferSink as makeRingBufferSink, Debug_noopLayer as noopLayer, Debug_record as record, Debug_replace as replace, Debug_runtimeLabel as runtimeLabel, Debug_setDevtoolsRunId as setDevtoolsRunId, Debug_setInstanceLabel as setInstanceLabel, Debug_startDevtoolsRun as startDevtoolsRun, Debug_subscribeDevtoolsSnapshot as subscribeDevtoolsSnapshot, Debug_toRuntimeDebugEventRef as toRuntimeDebugEventRef, Debug_traceLayer as traceLayer, Debug_traceMode as traceMode, Debug_traitConvergeDiagnosticsSampling as traitConvergeDiagnosticsSampling, Debug_withPrettyLogger as withPrettyLogger };
|
|
318
336
|
}
|
|
319
337
|
|
|
320
|
-
export {
|
|
338
|
+
export { makeRingBufferSink as A, record as B, noopLayer as C, Debug as D, type Event as E, type DebugMode as F, type DebugLayerOptions as G, layer as H, withPrettyLogger as I, replace as J, appendSinks as K, devtoolsHubLayer as L, type ModuleRuntimeCounter as M, runtimeLabel as N, type ModuleTraitsDebug as O, type PrettyLoggerOptions as P, type ModuleTraitsFinalItem as Q, type RuntimeDebugEventRef as R, type SnapshotToken as S, type TraceMode as T, getModuleTraits as U, getModuleTraitsById as V, getModuleTraitsSnapshot as W, getModuleFinalTraits as X, traceLayer as Y, type Sink as a, type DiagnosticsLevel as b, type DiagnosticsMaterialization as c, type TraitConvergeDiagnosticsSamplingConfig as d, type DevtoolsSnapshot as e, type DevtoolsHubOptions as f, getDevtoolsSnapshotToken as g, getDevtoolsSnapshot as h, internal as i, getDevtoolsSnapshotByRuntimeLabel as j, clearDevtoolsEvents as k, getDevtoolsRunId as l, setDevtoolsRunId as m, startDevtoolsRun as n, setInstanceLabel as o, getInstanceLabel as p, exportEvidencePackage as q, diagnosticsLevel as r, subscribeDevtoolsSnapshot as s, toRuntimeDebugEventRef as t, diagnosticsMaterialization as u, traceMode as v, traitConvergeDiagnosticsSampling as w, isDevtoolsEnabled as x, type RingBufferSink as y, makeModuleRuntimeCounterSink as z };
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import {
|
|
3
|
-
import { L as ConvergeStaticIrExport, N as TraitProvenance, M as ModuleTag, h as AnyModuleShape, z as ModuleLike, l as ModuleRuntime, x as ModuleTraitsSnapshot } from './module-B8CBqIZ_.cjs';
|
|
1
|
+
import * as effect_ServiceMap from 'effect/ServiceMap';
|
|
2
|
+
import { o as RuntimeDebugEventRef$1, J as JsonValue, m as DiagnosticsLevel$1, E as Event$1, p as Sink$1, q as DiagnosticsMaterialization$1, r as TraceMode$1, s as TraitConvergeDiagnosticsSamplingConfig$1, t as JsonValueProjectionStats, u as DowngradeReason } from './ReadQuery-DXLzCE0E.cjs';
|
|
4
3
|
import { Layer, Effect, Logger } from 'effect';
|
|
5
|
-
import {
|
|
4
|
+
import { a5 as TraitProvenance, M as ModuleTag, o as AnyModuleShape, $ as ModuleLike, s as ModuleRuntime, Z as ModuleTraitsSnapshot } from './module-Ds4tarcI.cjs';
|
|
5
|
+
import { a as StateTraitProgram, b as StateTraitGraph, c as StateTraitPlan } from './StateTrait-Dltto6PU.cjs';
|
|
6
|
+
import { h as EvidencePackageSource, i as EvidencePackage } from './Observability-DXGAFBIT.cjs';
|
|
6
7
|
|
|
7
8
|
/**
|
|
8
9
|
* DevtoolsHub:
|
|
@@ -41,6 +42,7 @@ interface DevtoolsSnapshot$1 {
|
|
|
41
42
|
}
|
|
42
43
|
interface DevtoolsHubOptions$1 {
|
|
43
44
|
readonly bufferSize?: number;
|
|
45
|
+
readonly diagnosticsLevel?: DiagnosticsLevel$1;
|
|
44
46
|
}
|
|
45
47
|
type SnapshotToken$1 = number;
|
|
46
48
|
|
|
@@ -50,26 +52,30 @@ interface Sink extends Sink$1 {
|
|
|
50
52
|
interface RuntimeDebugEventRef extends RuntimeDebugEventRef$1 {
|
|
51
53
|
}
|
|
52
54
|
type DiagnosticsLevel = DiagnosticsLevel$1;
|
|
55
|
+
type DiagnosticsMaterialization = DiagnosticsMaterialization$1;
|
|
56
|
+
type TraceMode = TraceMode$1;
|
|
53
57
|
type TraitConvergeDiagnosticsSamplingConfig = TraitConvergeDiagnosticsSamplingConfig$1;
|
|
54
58
|
type SnapshotToken = SnapshotToken$1;
|
|
55
59
|
declare const toRuntimeDebugEventRef: (event: Event$1, options?: {
|
|
56
60
|
readonly diagnosticsLevel?: DiagnosticsLevel$1;
|
|
61
|
+
readonly materialization?: DiagnosticsMaterialization$1;
|
|
57
62
|
readonly eventSeq?: number;
|
|
58
|
-
readonly resolveConvergeStaticIr?: (staticIrDigest: string) => ConvergeStaticIrExport | undefined;
|
|
59
63
|
readonly onMetaProjection?: (projection: {
|
|
60
64
|
readonly stats: JsonValueProjectionStats;
|
|
61
65
|
readonly downgrade?: DowngradeReason;
|
|
62
66
|
}) => void;
|
|
63
67
|
}) => RuntimeDebugEventRef$1 | undefined;
|
|
64
68
|
declare const internal: {
|
|
65
|
-
currentDebugSinks:
|
|
66
|
-
currentRuntimeLabel:
|
|
67
|
-
currentDiagnosticsLevel:
|
|
68
|
-
|
|
69
|
+
currentDebugSinks: effect_ServiceMap.Reference<readonly Sink$1[]>;
|
|
70
|
+
currentRuntimeLabel: effect_ServiceMap.Reference<string | undefined>;
|
|
71
|
+
currentDiagnosticsLevel: effect_ServiceMap.Reference<DiagnosticsLevel$1>;
|
|
72
|
+
currentDiagnosticsMaterialization: effect_ServiceMap.Reference<DiagnosticsMaterialization$1>;
|
|
73
|
+
currentTraceMode: effect_ServiceMap.Reference<TraceMode$1>;
|
|
74
|
+
currentTraitConvergeDiagnosticsSampling: effect_ServiceMap.Reference<TraitConvergeDiagnosticsSamplingConfig$1>;
|
|
69
75
|
toRuntimeDebugEventRef: (event: Event$1, options?: {
|
|
70
76
|
readonly diagnosticsLevel?: DiagnosticsLevel$1;
|
|
77
|
+
readonly materialization?: DiagnosticsMaterialization$1;
|
|
71
78
|
readonly eventSeq?: number;
|
|
72
|
-
readonly resolveConvergeStaticIr?: (staticIrDigest: string) => ConvergeStaticIrExport | undefined;
|
|
73
79
|
readonly onMetaProjection?: (projection: {
|
|
74
80
|
readonly stats: JsonValueProjectionStats;
|
|
75
81
|
readonly downgrade?: DowngradeReason;
|
|
@@ -80,12 +86,25 @@ interface DevtoolsSnapshot extends DevtoolsSnapshot$1 {
|
|
|
80
86
|
}
|
|
81
87
|
interface DevtoolsHubOptions extends DevtoolsHubOptions$1 {
|
|
82
88
|
readonly diagnosticsLevel?: DiagnosticsLevel;
|
|
89
|
+
/**
|
|
90
|
+
* Diagnostics materialization mode:
|
|
91
|
+
* - eager: include heavy payloads (e.g. state snapshot) in exportable events.
|
|
92
|
+
* - lazy: keep slim anchors only; heavy payloads must be materialized on-demand by higher layers.
|
|
93
|
+
*/
|
|
94
|
+
readonly materialization?: DiagnosticsMaterialization;
|
|
95
|
+
/**
|
|
96
|
+
* Trace mode:
|
|
97
|
+
* - on: enables `trace:*` events (e.g. trace:tick / trace:effectop).
|
|
98
|
+
* - off: drops trace events at the Debug.record boundary (keeps non-trace diagnostics/events).
|
|
99
|
+
*/
|
|
100
|
+
readonly traceMode?: TraceMode;
|
|
83
101
|
readonly traitConvergeDiagnosticsSampling?: TraitConvergeDiagnosticsSamplingConfig;
|
|
84
102
|
}
|
|
85
103
|
declare const getDevtoolsSnapshot: () => DevtoolsSnapshot$1;
|
|
104
|
+
declare const getDevtoolsSnapshotByRuntimeLabel: (runtimeLabel: string) => DevtoolsSnapshot$1;
|
|
86
105
|
declare const getDevtoolsSnapshotToken: () => SnapshotToken$1;
|
|
87
106
|
declare const subscribeDevtoolsSnapshot: (listener: () => void) => (() => void);
|
|
88
|
-
declare const clearDevtoolsEvents: () => void;
|
|
107
|
+
declare const clearDevtoolsEvents: (runtimeLabel?: string) => void;
|
|
89
108
|
declare const getDevtoolsRunId: () => string;
|
|
90
109
|
declare const setDevtoolsRunId: (runId: string) => void;
|
|
91
110
|
declare const startDevtoolsRun: (runId?: string) => string;
|
|
@@ -102,6 +121,8 @@ declare const exportEvidencePackage: (options?: {
|
|
|
102
121
|
* Controls what DevtoolsHub exports (ring buffer / snapshots), without changing Debug.record's fallback semantics.
|
|
103
122
|
*/
|
|
104
123
|
declare const diagnosticsLevel: (level: DiagnosticsLevel) => Layer.Layer<any, never, never>;
|
|
124
|
+
declare const diagnosticsMaterialization: (mode: DiagnosticsMaterialization) => Layer.Layer<any, never, never>;
|
|
125
|
+
declare const traceMode: (mode: TraceMode) => Layer.Layer<any, never, never>;
|
|
105
126
|
declare const traitConvergeDiagnosticsSampling: (config: TraitConvergeDiagnosticsSamplingConfig) => Layer.Layer<any, never, never>;
|
|
106
127
|
/**
|
|
107
128
|
* Whether Devtools is enabled.
|
|
@@ -197,15 +218,7 @@ interface DebugLayerOptions {
|
|
|
197
218
|
* ```
|
|
198
219
|
*/
|
|
199
220
|
declare const layer: (options?: DebugLayerOptions) => Layer.Layer<any, never, never>;
|
|
200
|
-
|
|
201
|
-
* PrettyLoggerOptions: parameters of Effect.Logger.prettyLogger.
|
|
202
|
-
*/
|
|
203
|
-
type PrettyLoggerOptions = Parameters<typeof Logger.prettyLogger>[0];
|
|
204
|
-
/**
|
|
205
|
-
* Replace the default Effect logger with a pretty logger (as a Layer).
|
|
206
|
-
*
|
|
207
|
-
* Equivalent to `Logger.replace(Logger.defaultLogger, Logger.prettyLogger(options))`.
|
|
208
|
-
*/
|
|
221
|
+
type PrettyLoggerOptions = Parameters<typeof Logger.consolePretty>[0];
|
|
209
222
|
declare const withPrettyLogger: (base: Layer.Layer<any, any, any>, options?: PrettyLoggerOptions) => Layer.Layer<any, any, any>;
|
|
210
223
|
/**
|
|
211
224
|
* Replace Debug sinks with the provided sink set.
|
|
@@ -273,6 +286,7 @@ type Debug_DebugMode = DebugMode;
|
|
|
273
286
|
type Debug_DevtoolsHubOptions = DevtoolsHubOptions;
|
|
274
287
|
type Debug_DevtoolsSnapshot = DevtoolsSnapshot;
|
|
275
288
|
type Debug_DiagnosticsLevel = DiagnosticsLevel;
|
|
289
|
+
type Debug_DiagnosticsMaterialization = DiagnosticsMaterialization;
|
|
276
290
|
type Debug_Event = Event;
|
|
277
291
|
type Debug_ModuleRuntimeCounter = ModuleRuntimeCounter;
|
|
278
292
|
type Debug_ModuleTraitsDebug = ModuleTraitsDebug;
|
|
@@ -282,14 +296,17 @@ type Debug_RingBufferSink = RingBufferSink;
|
|
|
282
296
|
type Debug_RuntimeDebugEventRef = RuntimeDebugEventRef;
|
|
283
297
|
type Debug_Sink = Sink;
|
|
284
298
|
type Debug_SnapshotToken = SnapshotToken;
|
|
299
|
+
type Debug_TraceMode = TraceMode;
|
|
285
300
|
type Debug_TraitConvergeDiagnosticsSamplingConfig = TraitConvergeDiagnosticsSamplingConfig;
|
|
286
301
|
declare const Debug_appendSinks: typeof appendSinks;
|
|
287
302
|
declare const Debug_clearDevtoolsEvents: typeof clearDevtoolsEvents;
|
|
288
303
|
declare const Debug_devtoolsHubLayer: typeof devtoolsHubLayer;
|
|
289
304
|
declare const Debug_diagnosticsLevel: typeof diagnosticsLevel;
|
|
305
|
+
declare const Debug_diagnosticsMaterialization: typeof diagnosticsMaterialization;
|
|
290
306
|
declare const Debug_exportEvidencePackage: typeof exportEvidencePackage;
|
|
291
307
|
declare const Debug_getDevtoolsRunId: typeof getDevtoolsRunId;
|
|
292
308
|
declare const Debug_getDevtoolsSnapshot: typeof getDevtoolsSnapshot;
|
|
309
|
+
declare const Debug_getDevtoolsSnapshotByRuntimeLabel: typeof getDevtoolsSnapshotByRuntimeLabel;
|
|
293
310
|
declare const Debug_getDevtoolsSnapshotToken: typeof getDevtoolsSnapshotToken;
|
|
294
311
|
declare const Debug_getInstanceLabel: typeof getInstanceLabel;
|
|
295
312
|
declare const Debug_getModuleFinalTraits: typeof getModuleFinalTraits;
|
|
@@ -311,10 +328,11 @@ declare const Debug_startDevtoolsRun: typeof startDevtoolsRun;
|
|
|
311
328
|
declare const Debug_subscribeDevtoolsSnapshot: typeof subscribeDevtoolsSnapshot;
|
|
312
329
|
declare const Debug_toRuntimeDebugEventRef: typeof toRuntimeDebugEventRef;
|
|
313
330
|
declare const Debug_traceLayer: typeof traceLayer;
|
|
331
|
+
declare const Debug_traceMode: typeof traceMode;
|
|
314
332
|
declare const Debug_traitConvergeDiagnosticsSampling: typeof traitConvergeDiagnosticsSampling;
|
|
315
333
|
declare const Debug_withPrettyLogger: typeof withPrettyLogger;
|
|
316
334
|
declare namespace Debug {
|
|
317
|
-
export { type Debug_DebugLayerOptions as DebugLayerOptions, type Debug_DebugMode as DebugMode, type Debug_DevtoolsHubOptions as DevtoolsHubOptions, type Debug_DevtoolsSnapshot as DevtoolsSnapshot, type Debug_DiagnosticsLevel as DiagnosticsLevel, type Debug_Event as Event, type Debug_ModuleRuntimeCounter as ModuleRuntimeCounter, type Debug_ModuleTraitsDebug as ModuleTraitsDebug, type Debug_ModuleTraitsFinalItem as ModuleTraitsFinalItem, type Debug_PrettyLoggerOptions as PrettyLoggerOptions, type Debug_RingBufferSink as RingBufferSink, type Debug_RuntimeDebugEventRef as RuntimeDebugEventRef, type Debug_Sink as Sink, type Debug_SnapshotToken as SnapshotToken, type Debug_TraitConvergeDiagnosticsSamplingConfig as TraitConvergeDiagnosticsSamplingConfig, Debug_appendSinks as appendSinks, Debug_clearDevtoolsEvents as clearDevtoolsEvents, Debug_devtoolsHubLayer as devtoolsHubLayer, Debug_diagnosticsLevel as diagnosticsLevel, Debug_exportEvidencePackage as exportEvidencePackage, Debug_getDevtoolsRunId as getDevtoolsRunId, Debug_getDevtoolsSnapshot as getDevtoolsSnapshot, Debug_getDevtoolsSnapshotToken as getDevtoolsSnapshotToken, Debug_getInstanceLabel as getInstanceLabel, Debug_getModuleFinalTraits as getModuleFinalTraits, Debug_getModuleTraits as getModuleTraits, Debug_getModuleTraitsById as getModuleTraitsById, Debug_getModuleTraitsSnapshot as getModuleTraitsSnapshot, Debug_internal as internal, Debug_isDevtoolsEnabled as isDevtoolsEnabled, Debug_layer as layer, Debug_makeModuleRuntimeCounterSink as makeModuleRuntimeCounterSink, Debug_makeRingBufferSink as makeRingBufferSink, Debug_noopLayer as noopLayer, Debug_record as record, Debug_replace as replace, Debug_runtimeLabel as runtimeLabel, Debug_setDevtoolsRunId as setDevtoolsRunId, Debug_setInstanceLabel as setInstanceLabel, Debug_startDevtoolsRun as startDevtoolsRun, Debug_subscribeDevtoolsSnapshot as subscribeDevtoolsSnapshot, Debug_toRuntimeDebugEventRef as toRuntimeDebugEventRef, Debug_traceLayer as traceLayer, Debug_traitConvergeDiagnosticsSampling as traitConvergeDiagnosticsSampling, Debug_withPrettyLogger as withPrettyLogger };
|
|
335
|
+
export { type Debug_DebugLayerOptions as DebugLayerOptions, type Debug_DebugMode as DebugMode, type Debug_DevtoolsHubOptions as DevtoolsHubOptions, type Debug_DevtoolsSnapshot as DevtoolsSnapshot, type Debug_DiagnosticsLevel as DiagnosticsLevel, type Debug_DiagnosticsMaterialization as DiagnosticsMaterialization, type Debug_Event as Event, type Debug_ModuleRuntimeCounter as ModuleRuntimeCounter, type Debug_ModuleTraitsDebug as ModuleTraitsDebug, type Debug_ModuleTraitsFinalItem as ModuleTraitsFinalItem, type Debug_PrettyLoggerOptions as PrettyLoggerOptions, type Debug_RingBufferSink as RingBufferSink, type Debug_RuntimeDebugEventRef as RuntimeDebugEventRef, type Debug_Sink as Sink, type Debug_SnapshotToken as SnapshotToken, type Debug_TraceMode as TraceMode, type Debug_TraitConvergeDiagnosticsSamplingConfig as TraitConvergeDiagnosticsSamplingConfig, Debug_appendSinks as appendSinks, Debug_clearDevtoolsEvents as clearDevtoolsEvents, Debug_devtoolsHubLayer as devtoolsHubLayer, Debug_diagnosticsLevel as diagnosticsLevel, Debug_diagnosticsMaterialization as diagnosticsMaterialization, Debug_exportEvidencePackage as exportEvidencePackage, Debug_getDevtoolsRunId as getDevtoolsRunId, Debug_getDevtoolsSnapshot as getDevtoolsSnapshot, Debug_getDevtoolsSnapshotByRuntimeLabel as getDevtoolsSnapshotByRuntimeLabel, Debug_getDevtoolsSnapshotToken as getDevtoolsSnapshotToken, Debug_getInstanceLabel as getInstanceLabel, Debug_getModuleFinalTraits as getModuleFinalTraits, Debug_getModuleTraits as getModuleTraits, Debug_getModuleTraitsById as getModuleTraitsById, Debug_getModuleTraitsSnapshot as getModuleTraitsSnapshot, Debug_internal as internal, Debug_isDevtoolsEnabled as isDevtoolsEnabled, Debug_layer as layer, Debug_makeModuleRuntimeCounterSink as makeModuleRuntimeCounterSink, Debug_makeRingBufferSink as makeRingBufferSink, Debug_noopLayer as noopLayer, Debug_record as record, Debug_replace as replace, Debug_runtimeLabel as runtimeLabel, Debug_setDevtoolsRunId as setDevtoolsRunId, Debug_setInstanceLabel as setInstanceLabel, Debug_startDevtoolsRun as startDevtoolsRun, Debug_subscribeDevtoolsSnapshot as subscribeDevtoolsSnapshot, Debug_toRuntimeDebugEventRef as toRuntimeDebugEventRef, Debug_traceLayer as traceLayer, Debug_traceMode as traceMode, Debug_traitConvergeDiagnosticsSampling as traitConvergeDiagnosticsSampling, Debug_withPrettyLogger as withPrettyLogger };
|
|
318
336
|
}
|
|
319
337
|
|
|
320
|
-
export {
|
|
338
|
+
export { makeRingBufferSink as A, record as B, noopLayer as C, Debug as D, type Event as E, type DebugMode as F, type DebugLayerOptions as G, layer as H, withPrettyLogger as I, replace as J, appendSinks as K, devtoolsHubLayer as L, type ModuleRuntimeCounter as M, runtimeLabel as N, type ModuleTraitsDebug as O, type PrettyLoggerOptions as P, type ModuleTraitsFinalItem as Q, type RuntimeDebugEventRef as R, type SnapshotToken as S, type TraceMode as T, getModuleTraits as U, getModuleTraitsById as V, getModuleTraitsSnapshot as W, getModuleFinalTraits as X, traceLayer as Y, type Sink as a, type DiagnosticsLevel as b, type DiagnosticsMaterialization as c, type TraitConvergeDiagnosticsSamplingConfig as d, type DevtoolsSnapshot as e, type DevtoolsHubOptions as f, getDevtoolsSnapshotToken as g, getDevtoolsSnapshot as h, internal as i, getDevtoolsSnapshotByRuntimeLabel as j, clearDevtoolsEvents as k, getDevtoolsRunId as l, setDevtoolsRunId as m, startDevtoolsRun as n, setInstanceLabel as o, getInstanceLabel as p, exportEvidencePackage as q, diagnosticsLevel as r, subscribeDevtoolsSnapshot as s, toRuntimeDebugEventRef as t, diagnosticsMaterialization as u, traceMode as v, traitConvergeDiagnosticsSampling as w, isDevtoolsEnabled as x, type RingBufferSink as y, makeModuleRuntimeCounterSink as z };
|