@effect/platform 0.18.1 → 0.18.3
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/Command/dist/effect-platform-Command.cjs.d.mts +2 -0
- package/Command/dist/effect-platform-Command.cjs.d.mts.map +1 -0
- package/Command/dist/effect-platform-Command.cjs.d.ts +2 -0
- package/Command/dist/effect-platform-Command.cjs.d.ts.map +1 -0
- package/Command/dist/effect-platform-Command.cjs.dev.js +36 -0
- package/Command/dist/effect-platform-Command.cjs.js +7 -0
- package/Command/dist/effect-platform-Command.cjs.mjs +19 -0
- package/Command/dist/effect-platform-Command.cjs.prod.js +36 -0
- package/{mjs/Command.mjs → Command/dist/effect-platform-Command.esm.js} +80 -19
- package/Command/package.json +4 -0
- package/CommandExecutor/dist/effect-platform-CommandExecutor.cjs.d.mts +2 -0
- package/CommandExecutor/dist/effect-platform-CommandExecutor.cjs.d.mts.map +1 -0
- package/CommandExecutor/dist/effect-platform-CommandExecutor.cjs.d.ts +2 -0
- package/CommandExecutor/dist/effect-platform-CommandExecutor.cjs.d.ts.map +1 -0
- package/CommandExecutor/dist/effect-platform-CommandExecutor.cjs.dev.js +21 -0
- package/CommandExecutor/dist/effect-platform-CommandExecutor.cjs.js +7 -0
- package/CommandExecutor/dist/effect-platform-CommandExecutor.cjs.mjs +7 -0
- package/CommandExecutor/dist/effect-platform-CommandExecutor.cjs.prod.js +21 -0
- package/CommandExecutor/dist/effect-platform-CommandExecutor.esm.js +71 -0
- package/CommandExecutor/package.json +4 -0
- package/Effectify/dist/effect-platform-Effectify.cjs.d.mts +2 -0
- package/Effectify/dist/effect-platform-Effectify.cjs.d.mts.map +1 -0
- package/Effectify/dist/effect-platform-Effectify.cjs.d.ts +2 -0
- package/Effectify/dist/effect-platform-Effectify.cjs.d.ts.map +1 -0
- package/Effectify/dist/effect-platform-Effectify.cjs.dev.js +10 -0
- package/Effectify/dist/effect-platform-Effectify.cjs.js +7 -0
- package/Effectify/dist/effect-platform-Effectify.cjs.mjs +3 -0
- package/Effectify/dist/effect-platform-Effectify.cjs.prod.js +10 -0
- package/Effectify/dist/effect-platform-Effectify.esm.js +23 -0
- package/Effectify/package.json +4 -0
- package/Error/dist/effect-platform-Error.cjs.d.mts +2 -0
- package/Error/dist/effect-platform-Error.cjs.d.mts.map +1 -0
- package/Error/dist/effect-platform-Error.cjs.d.ts +2 -0
- package/Error/dist/effect-platform-Error.cjs.d.ts.map +1 -0
- package/Error/dist/effect-platform-Error.cjs.dev.js +12 -0
- package/Error/dist/effect-platform-Error.cjs.js +7 -0
- package/Error/dist/effect-platform-Error.cjs.mjs +5 -0
- package/Error/dist/effect-platform-Error.cjs.prod.js +12 -0
- package/Error/dist/effect-platform-Error.esm.js +54 -0
- package/Error/package.json +4 -0
- package/FileSystem/dist/effect-platform-FileSystem.cjs.d.mts +2 -0
- package/FileSystem/dist/effect-platform-FileSystem.cjs.d.mts.map +1 -0
- package/FileSystem/dist/effect-platform-FileSystem.cjs.d.ts +2 -0
- package/FileSystem/dist/effect-platform-FileSystem.cjs.d.ts.map +1 -0
- package/FileSystem/dist/effect-platform-FileSystem.cjs.dev.js +28 -0
- package/FileSystem/dist/effect-platform-FileSystem.cjs.js +7 -0
- package/FileSystem/dist/effect-platform-FileSystem.cjs.mjs +13 -0
- package/FileSystem/dist/effect-platform-FileSystem.cjs.prod.js +28 -0
- package/FileSystem/dist/effect-platform-FileSystem.esm.js +177 -0
- package/FileSystem/package.json +4 -0
- package/Http/App/dist/effect-platform-Http-App.cjs.d.mts +2 -0
- package/Http/App/dist/effect-platform-Http-App.cjs.d.mts.map +1 -0
- package/Http/App/dist/effect-platform-Http-App.cjs.d.ts +2 -0
- package/Http/App/dist/effect-platform-Http-App.cjs.d.ts.map +1 -0
- package/Http/App/dist/effect-platform-Http-App.cjs.dev.js +2 -0
- package/Http/App/dist/effect-platform-Http-App.cjs.js +7 -0
- package/Http/App/dist/effect-platform-Http-App.cjs.mjs +1 -0
- package/Http/App/dist/effect-platform-Http-App.cjs.prod.js +2 -0
- package/Http/App/package.json +4 -0
- package/Http/Body/dist/effect-platform-Http-Body.cjs.d.mts +2 -0
- package/Http/Body/dist/effect-platform-Http-Body.cjs.d.mts.map +1 -0
- package/Http/Body/dist/effect-platform-Http-Body.cjs.d.ts +2 -0
- package/Http/Body/dist/effect-platform-Http-Body.cjs.d.ts.map +1 -0
- package/Http/Body/dist/effect-platform-Http-Body.cjs.dev.js +35 -0
- package/Http/Body/dist/effect-platform-Http-Body.cjs.js +7 -0
- package/Http/Body/dist/effect-platform-Http-Body.cjs.mjs +17 -0
- package/Http/Body/dist/effect-platform-Http-Body.cjs.prod.js +35 -0
- package/Http/Body/package.json +4 -0
- package/Http/Client/dist/effect-platform-Http-Client.cjs.d.mts +2 -0
- package/Http/Client/dist/effect-platform-Http-Client.cjs.d.mts.map +1 -0
- package/Http/Client/dist/effect-platform-Http-Client.cjs.d.ts +2 -0
- package/Http/Client/dist/effect-platform-Http-Client.cjs.d.ts.map +1 -0
- package/Http/Client/dist/effect-platform-Http-Client.cjs.dev.js +59 -0
- package/Http/Client/dist/effect-platform-Http-Client.cjs.js +7 -0
- package/Http/Client/dist/effect-platform-Http-Client.cjs.mjs +26 -0
- package/Http/Client/dist/effect-platform-Http-Client.cjs.prod.js +59 -0
- package/Http/Client/package.json +4 -0
- package/Http/ClientError/dist/effect-platform-Http-ClientError.cjs.d.mts +2 -0
- package/Http/ClientError/dist/effect-platform-Http-ClientError.cjs.d.mts.map +1 -0
- package/Http/ClientError/dist/effect-platform-Http-ClientError.cjs.d.ts +2 -0
- package/Http/ClientError/dist/effect-platform-Http-ClientError.cjs.d.ts.map +1 -0
- package/Http/ClientError/dist/effect-platform-Http-ClientError.cjs.dev.js +13 -0
- package/Http/ClientError/dist/effect-platform-Http-ClientError.cjs.js +7 -0
- package/Http/ClientError/dist/effect-platform-Http-ClientError.cjs.mjs +5 -0
- package/Http/ClientError/dist/effect-platform-Http-ClientError.cjs.prod.js +13 -0
- package/Http/ClientError/package.json +4 -0
- package/Http/ClientRequest/dist/effect-platform-Http-ClientRequest.cjs.d.mts +2 -0
- package/Http/ClientRequest/dist/effect-platform-Http-ClientRequest.cjs.d.mts.map +1 -0
- package/Http/ClientRequest/dist/effect-platform-Http-ClientRequest.cjs.d.ts +2 -0
- package/Http/ClientRequest/dist/effect-platform-Http-ClientRequest.cjs.d.ts.map +1 -0
- package/Http/ClientRequest/dist/effect-platform-Http-ClientRequest.cjs.dev.js +63 -0
- package/Http/ClientRequest/dist/effect-platform-Http-ClientRequest.cjs.js +7 -0
- package/Http/ClientRequest/dist/effect-platform-Http-ClientRequest.cjs.mjs +38 -0
- package/Http/ClientRequest/dist/effect-platform-Http-ClientRequest.cjs.prod.js +63 -0
- package/Http/ClientRequest/package.json +4 -0
- package/Http/ClientResponse/dist/effect-platform-Http-ClientResponse.cjs.d.mts +2 -0
- package/Http/ClientResponse/dist/effect-platform-Http-ClientResponse.cjs.d.mts.map +1 -0
- package/Http/ClientResponse/dist/effect-platform-Http-ClientResponse.cjs.d.ts +2 -0
- package/Http/ClientResponse/dist/effect-platform-Http-ClientResponse.cjs.d.ts.map +1 -0
- package/Http/ClientResponse/dist/effect-platform-Http-ClientResponse.cjs.dev.js +36 -0
- package/Http/ClientResponse/dist/effect-platform-Http-ClientResponse.cjs.js +7 -0
- package/Http/ClientResponse/dist/effect-platform-Http-ClientResponse.cjs.mjs +8 -0
- package/Http/ClientResponse/dist/effect-platform-Http-ClientResponse.cjs.prod.js +36 -0
- package/Http/ClientResponse/package.json +4 -0
- package/Http/Etag/dist/effect-platform-Http-Etag.cjs.d.mts +2 -0
- package/Http/Etag/dist/effect-platform-Http-Etag.cjs.d.mts.map +1 -0
- package/Http/Etag/dist/effect-platform-Http-Etag.cjs.d.ts +2 -0
- package/Http/Etag/dist/effect-platform-Http-Etag.cjs.d.ts.map +1 -0
- package/Http/Etag/dist/effect-platform-Http-Etag.cjs.dev.js +92 -0
- package/Http/Etag/dist/effect-platform-Http-Etag.cjs.js +7 -0
- package/Http/Etag/dist/effect-platform-Http-Etag.cjs.mjs +5 -0
- package/Http/Etag/dist/effect-platform-Http-Etag.cjs.prod.js +92 -0
- package/Http/Etag/package.json +4 -0
- package/Http/FormData/dist/effect-platform-Http-FormData.cjs.d.mts +2 -0
- package/Http/FormData/dist/effect-platform-Http-FormData.cjs.d.mts.map +1 -0
- package/Http/FormData/dist/effect-platform-Http-FormData.cjs.d.ts +2 -0
- package/Http/FormData/dist/effect-platform-Http-FormData.cjs.d.ts.map +1 -0
- package/Http/FormData/dist/effect-platform-Http-FormData.cjs.dev.js +43 -0
- package/Http/FormData/dist/effect-platform-Http-FormData.cjs.js +7 -0
- package/Http/FormData/dist/effect-platform-Http-FormData.cjs.mjs +21 -0
- package/Http/FormData/dist/effect-platform-Http-FormData.cjs.prod.js +43 -0
- package/Http/FormData/package.json +4 -0
- package/Http/Headers/dist/effect-platform-Http-Headers.cjs.d.mts +2 -0
- package/Http/Headers/dist/effect-platform-Http-Headers.cjs.d.mts.map +1 -0
- package/Http/Headers/dist/effect-platform-Http-Headers.cjs.d.ts +2 -0
- package/Http/Headers/dist/effect-platform-Http-Headers.cjs.d.ts.map +1 -0
- package/Http/Headers/dist/effect-platform-Http-Headers.cjs.dev.js +18 -0
- package/Http/Headers/dist/effect-platform-Http-Headers.cjs.js +7 -0
- package/Http/Headers/dist/effect-platform-Http-Headers.cjs.mjs +9 -0
- package/Http/Headers/dist/effect-platform-Http-Headers.cjs.prod.js +18 -0
- package/Http/Headers/package.json +4 -0
- package/Http/Http/App/dist/effect-platform-Http-App.esm.js +1 -0
- package/Http/Http/Body/dist/effect-platform-Http-Body.esm.js +151 -0
- package/Http/Http/Client/dist/effect-platform-Http-Client.esm.js +164 -0
- package/Http/Http/ClientError/dist/effect-platform-Http-ClientError.esm.js +48 -0
- package/Http/Http/ClientRequest/dist/effect-platform-Http-ClientRequest.esm.js +241 -0
- package/Http/Http/ClientResponse/dist/effect-platform-Http-ClientResponse.esm.js +36 -0
- package/Http/Http/Etag/dist/effect-platform-Http-Etag.esm.js +50 -0
- package/Http/Http/FormData/dist/effect-platform-Http-FormData.esm.js +155 -0
- package/Http/Http/Headers/dist/effect-platform-Http-Headers.esm.js +74 -0
- package/{mjs/Http/IncomingMessage.mjs → Http/Http/IncomingMessage/dist/effect-platform-Http-IncomingMessage.esm.js} +35 -17
- package/Http/Http/Method/dist/effect-platform-Http-Method.esm.js +11 -0
- package/Http/Http/Middleware/dist/effect-platform-Http-Middleware.esm.js +52 -0
- package/Http/Http/Platform/dist/effect-platform-Http-Platform.esm.js +34 -0
- package/Http/Http/Router/dist/effect-platform-Http-Router.esm.js +224 -0
- package/Http/Http/Server/dist/effect-platform-Http-Server.esm.js +60 -0
- package/Http/Http/ServerError/dist/effect-platform-Http-ServerError.esm.js +70 -0
- package/Http/Http/ServerRequest/dist/effect-platform-Http-ServerRequest.esm.js +66 -0
- package/Http/Http/ServerResponse/dist/effect-platform-Http-ServerResponse.esm.js +126 -0
- package/{mjs/Http/UrlParams.mjs → Http/Http/UrlParams/dist/effect-platform-Http-UrlParams.esm.js} +34 -13
- package/Http/IncomingMessage/dist/effect-platform-Http-IncomingMessage.cjs.d.mts +2 -0
- package/Http/IncomingMessage/dist/effect-platform-Http-IncomingMessage.cjs.d.mts.map +1 -0
- package/Http/IncomingMessage/dist/effect-platform-Http-IncomingMessage.cjs.d.ts +2 -0
- package/Http/IncomingMessage/dist/effect-platform-Http-IncomingMessage.cjs.d.ts.map +1 -0
- package/Http/IncomingMessage/dist/effect-platform-Http-IncomingMessage.cjs.dev.js +150 -0
- package/Http/IncomingMessage/dist/effect-platform-Http-IncomingMessage.cjs.js +7 -0
- package/Http/IncomingMessage/dist/effect-platform-Http-IncomingMessage.cjs.mjs +9 -0
- package/Http/IncomingMessage/dist/effect-platform-Http-IncomingMessage.cjs.prod.js +150 -0
- package/Http/IncomingMessage/package.json +4 -0
- package/Http/Method/dist/effect-platform-Http-Method.cjs.d.mts +2 -0
- package/Http/Method/dist/effect-platform-Http-Method.cjs.d.mts.map +1 -0
- package/Http/Method/dist/effect-platform-Http-Method.cjs.d.ts +2 -0
- package/Http/Method/dist/effect-platform-Http-Method.cjs.d.ts.map +1 -0
- package/Http/Method/dist/effect-platform-Http-Method.cjs.dev.js +15 -0
- package/Http/Method/dist/effect-platform-Http-Method.cjs.js +7 -0
- package/Http/Method/dist/effect-platform-Http-Method.cjs.mjs +3 -0
- package/Http/Method/dist/effect-platform-Http-Method.cjs.prod.js +15 -0
- package/Http/Method/package.json +4 -0
- package/Http/Middleware/dist/effect-platform-Http-Middleware.cjs.d.mts +2 -0
- package/Http/Middleware/dist/effect-platform-Http-Middleware.cjs.d.mts.map +1 -0
- package/Http/Middleware/dist/effect-platform-Http-Middleware.cjs.d.ts +2 -0
- package/Http/Middleware/dist/effect-platform-Http-Middleware.cjs.d.ts.map +1 -0
- package/Http/Middleware/dist/effect-platform-Http-Middleware.cjs.dev.js +43 -0
- package/Http/Middleware/dist/effect-platform-Http-Middleware.cjs.js +7 -0
- package/Http/Middleware/dist/effect-platform-Http-Middleware.cjs.mjs +8 -0
- package/Http/Middleware/dist/effect-platform-Http-Middleware.cjs.prod.js +43 -0
- package/Http/Middleware/package.json +4 -0
- package/Http/Platform/dist/effect-platform-Http-Platform.cjs.d.mts +2 -0
- package/Http/Platform/dist/effect-platform-Http-Platform.cjs.d.mts.map +1 -0
- package/Http/Platform/dist/effect-platform-Http-Platform.cjs.d.ts +2 -0
- package/Http/Platform/dist/effect-platform-Http-Platform.cjs.d.ts.map +1 -0
- package/Http/Platform/dist/effect-platform-Http-Platform.cjs.dev.js +116 -0
- package/Http/Platform/dist/effect-platform-Http-Platform.cjs.js +7 -0
- package/Http/Platform/dist/effect-platform-Http-Platform.cjs.mjs +5 -0
- package/Http/Platform/dist/effect-platform-Http-Platform.cjs.prod.js +116 -0
- package/Http/Platform/package.json +4 -0
- package/Http/Router/dist/effect-platform-Http-Router.cjs.d.mts +2 -0
- package/Http/Router/dist/effect-platform-Http-Router.cjs.d.mts.map +1 -0
- package/Http/Router/dist/effect-platform-Http-Router.cjs.d.ts +2 -0
- package/Http/Router/dist/effect-platform-Http-Router.cjs.d.ts.map +1 -0
- package/Http/Router/dist/effect-platform-Http-Router.cjs.dev.js +62 -0
- package/Http/Router/dist/effect-platform-Http-Router.cjs.js +7 -0
- package/Http/Router/dist/effect-platform-Http-Router.cjs.mjs +32 -0
- package/Http/Router/dist/effect-platform-Http-Router.cjs.prod.js +62 -0
- package/Http/Router/package.json +4 -0
- package/Http/Server/dist/effect-platform-Http-Server.cjs.d.mts +2 -0
- package/Http/Server/dist/effect-platform-Http-Server.cjs.d.mts.map +1 -0
- package/Http/Server/dist/effect-platform-Http-Server.cjs.d.ts +2 -0
- package/Http/Server/dist/effect-platform-Http-Server.cjs.d.ts.map +1 -0
- package/Http/Server/dist/effect-platform-Http-Server.cjs.dev.js +105 -0
- package/Http/Server/dist/effect-platform-Http-Server.cjs.js +7 -0
- package/Http/Server/dist/effect-platform-Http-Server.cjs.mjs +6 -0
- package/Http/Server/dist/effect-platform-Http-Server.cjs.prod.js +105 -0
- package/Http/Server/package.json +4 -0
- package/Http/ServerError/dist/effect-platform-Http-ServerError.cjs.d.mts +2 -0
- package/Http/ServerError/dist/effect-platform-Http-ServerError.cjs.d.mts.map +1 -0
- package/Http/ServerError/dist/effect-platform-Http-ServerError.cjs.d.ts +2 -0
- package/Http/ServerError/dist/effect-platform-Http-ServerError.cjs.d.ts.map +1 -0
- package/Http/ServerError/dist/effect-platform-Http-ServerError.cjs.dev.js +14 -0
- package/Http/ServerError/dist/effect-platform-Http-ServerError.cjs.js +7 -0
- package/Http/ServerError/dist/effect-platform-Http-ServerError.cjs.mjs +7 -0
- package/Http/ServerError/dist/effect-platform-Http-ServerError.cjs.prod.js +14 -0
- package/Http/ServerError/package.json +4 -0
- package/Http/ServerRequest/dist/effect-platform-Http-ServerRequest.cjs.d.mts +2 -0
- package/Http/ServerRequest/dist/effect-platform-Http-ServerRequest.cjs.d.mts.map +1 -0
- package/Http/ServerRequest/dist/effect-platform-Http-ServerRequest.cjs.d.ts +2 -0
- package/Http/ServerRequest/dist/effect-platform-Http-ServerRequest.cjs.d.ts.map +1 -0
- package/Http/ServerRequest/dist/effect-platform-Http-ServerRequest.cjs.dev.js +37 -0
- package/Http/ServerRequest/dist/effect-platform-Http-ServerRequest.cjs.js +7 -0
- package/Http/ServerRequest/dist/effect-platform-Http-ServerRequest.cjs.mjs +11 -0
- package/Http/ServerRequest/dist/effect-platform-Http-ServerRequest.cjs.prod.js +37 -0
- package/Http/ServerRequest/package.json +4 -0
- package/Http/ServerResponse/dist/effect-platform-Http-ServerResponse.cjs.d.mts +2 -0
- package/Http/ServerResponse/dist/effect-platform-Http-ServerResponse.cjs.d.mts.map +1 -0
- package/Http/ServerResponse/dist/effect-platform-Http-ServerResponse.cjs.d.ts +2 -0
- package/Http/ServerResponse/dist/effect-platform-Http-ServerResponse.cjs.d.ts.map +1 -0
- package/Http/ServerResponse/dist/effect-platform-Http-ServerResponse.cjs.dev.js +45 -0
- package/Http/ServerResponse/dist/effect-platform-Http-ServerResponse.cjs.js +7 -0
- package/Http/ServerResponse/dist/effect-platform-Http-ServerResponse.cjs.mjs +19 -0
- package/Http/ServerResponse/dist/effect-platform-Http-ServerResponse.cjs.prod.js +45 -0
- package/Http/ServerResponse/package.json +4 -0
- package/Http/UrlParams/dist/effect-platform-Http-UrlParams.cjs.d.mts +2 -0
- package/Http/UrlParams/dist/effect-platform-Http-UrlParams.cjs.d.mts.map +1 -0
- package/Http/UrlParams/dist/effect-platform-Http-UrlParams.cjs.d.ts +2 -0
- package/Http/UrlParams/dist/effect-platform-Http-UrlParams.cjs.d.ts.map +1 -0
- package/Http/UrlParams/dist/effect-platform-Http-UrlParams.cjs.dev.js +20 -0
- package/Http/UrlParams/dist/effect-platform-Http-UrlParams.cjs.js +7 -0
- package/Http/UrlParams/dist/effect-platform-Http-UrlParams.cjs.mjs +11 -0
- package/Http/UrlParams/dist/effect-platform-Http-UrlParams.cjs.prod.js +20 -0
- package/Http/UrlParams/package.json +4 -0
- package/HttpClient/dist/effect-platform-HttpClient.cjs.d.mts +2 -0
- package/HttpClient/dist/effect-platform-HttpClient.cjs.d.mts.map +1 -0
- package/HttpClient/dist/effect-platform-HttpClient.cjs.d.ts +2 -0
- package/HttpClient/dist/effect-platform-HttpClient.cjs.d.ts.map +1 -0
- package/HttpClient/dist/effect-platform-HttpClient.cjs.dev.js +46 -0
- package/HttpClient/dist/effect-platform-HttpClient.cjs.js +7 -0
- package/HttpClient/dist/effect-platform-HttpClient.cjs.mjs +9 -0
- package/HttpClient/dist/effect-platform-HttpClient.cjs.prod.js +46 -0
- package/HttpClient/dist/effect-platform-HttpClient.esm.js +18 -0
- package/HttpClient/package.json +4 -0
- package/HttpServer/dist/effect-platform-HttpServer.cjs.d.mts +2 -0
- package/HttpServer/dist/effect-platform-HttpServer.cjs.d.mts.map +1 -0
- package/HttpServer/dist/effect-platform-HttpServer.cjs.d.ts +2 -0
- package/HttpServer/dist/effect-platform-HttpServer.cjs.d.ts.map +1 -0
- package/HttpServer/dist/effect-platform-HttpServer.cjs.dev.js +53 -0
- package/HttpServer/dist/effect-platform-HttpServer.cjs.js +7 -0
- package/HttpServer/dist/effect-platform-HttpServer.cjs.mjs +12 -0
- package/HttpServer/dist/effect-platform-HttpServer.cjs.prod.js +53 -0
- package/HttpServer/dist/effect-platform-HttpServer.esm.js +24 -0
- package/HttpServer/package.json +4 -0
- package/KeyValueStore/dist/effect-platform-KeyValueStore.cjs.d.mts +2 -0
- package/KeyValueStore/dist/effect-platform-KeyValueStore.cjs.d.mts.map +1 -0
- package/KeyValueStore/dist/effect-platform-KeyValueStore.cjs.d.ts +2 -0
- package/KeyValueStore/dist/effect-platform-KeyValueStore.cjs.d.ts.map +1 -0
- package/KeyValueStore/dist/effect-platform-KeyValueStore.cjs.dev.js +30 -0
- package/KeyValueStore/dist/effect-platform-KeyValueStore.cjs.js +7 -0
- package/KeyValueStore/dist/effect-platform-KeyValueStore.cjs.mjs +10 -0
- package/KeyValueStore/dist/effect-platform-KeyValueStore.cjs.prod.js +30 -0
- package/KeyValueStore/dist/effect-platform-KeyValueStore.esm.js +78 -0
- package/KeyValueStore/package.json +4 -0
- package/Path/dist/effect-platform-Path.cjs.d.mts +2 -0
- package/Path/dist/effect-platform-Path.cjs.d.mts.map +1 -0
- package/Path/dist/effect-platform-Path.cjs.d.ts +2 -0
- package/Path/dist/effect-platform-Path.cjs.d.ts.map +1 -0
- package/Path/dist/effect-platform-Path.cjs.dev.js +17 -0
- package/Path/dist/effect-platform-Path.cjs.js +7 -0
- package/Path/dist/effect-platform-Path.cjs.mjs +4 -0
- package/Path/dist/effect-platform-Path.cjs.prod.js +17 -0
- package/{mjs/Path.mjs → Path/dist/effect-platform-Path.esm.js} +17 -4
- package/Path/package.json +4 -0
- package/Runtime/dist/effect-platform-Runtime.cjs.d.mts +2 -0
- package/Runtime/dist/effect-platform-Runtime.cjs.d.mts.map +1 -0
- package/Runtime/dist/effect-platform-Runtime.cjs.d.ts +2 -0
- package/Runtime/dist/effect-platform-Runtime.cjs.d.ts.map +1 -0
- package/Runtime/dist/effect-platform-Runtime.cjs.dev.js +11 -0
- package/Runtime/dist/effect-platform-Runtime.cjs.js +7 -0
- package/Runtime/dist/effect-platform-Runtime.cjs.mjs +3 -0
- package/Runtime/dist/effect-platform-Runtime.cjs.prod.js +11 -0
- package/Runtime/dist/effect-platform-Runtime.esm.js +26 -0
- package/Runtime/package.json +4 -0
- package/dist/App-0916639a.cjs.prod.js +7 -0
- package/dist/App-44aa3275.cjs.dev.js +7 -0
- package/dist/Body-86ef2922.cjs.dev.js +187 -0
- package/dist/Body-b77eac75.cjs.prod.js +187 -0
- package/dist/Client-15671ed6.cjs.dev.js +397 -0
- package/dist/Client-6b3e3de8.cjs.prod.js +397 -0
- package/dist/ClientError-22781879.cjs.prod.js +60 -0
- package/dist/ClientError-b7828377.cjs.dev.js +60 -0
- package/dist/ClientRequest-00e89da8.cjs.dev.js +319 -0
- package/dist/ClientRequest-750d8d59.cjs.prod.js +319 -0
- package/dist/ClientResponse-8f65511e.cjs.prod.js +51 -0
- package/dist/ClientResponse-a1d64ab8.cjs.dev.js +51 -0
- package/dist/Command-032c414c.cjs.dev.js +446 -0
- package/dist/Command-25ef5e94.cjs.prod.js +446 -0
- package/dist/CommandExecutor-158ea1d3.cjs.dev.js +87 -0
- package/dist/CommandExecutor-7fcae408.cjs.prod.js +87 -0
- package/dist/Effectify-2d8c3af9.cjs.dev.js +66 -0
- package/dist/Effectify-38757ba5.cjs.prod.js +66 -0
- package/dist/Error-09496a70.cjs.dev.js +100 -0
- package/dist/Error-2c4e6ce2.cjs.prod.js +100 -0
- package/dist/FileSystem-3d439a05.cjs.prod.js +308 -0
- package/dist/FileSystem-4c7daaf0.cjs.dev.js +308 -0
- package/dist/FormData-902afd18.cjs.prod.js +318 -0
- package/dist/FormData-ee0b1cf2.cjs.dev.js +318 -0
- package/dist/Headers-122cb877.cjs.prod.js +115 -0
- package/dist/Headers-f56bc667.cjs.dev.js +115 -0
- package/dist/HttpClient-cefc7da9.cjs.dev.js +26 -0
- package/dist/HttpClient-d3c69877.cjs.prod.js +26 -0
- package/dist/HttpServer-5b9d992e.cjs.dev.js +32 -0
- package/dist/HttpServer-60325fb0.cjs.prod.js +32 -0
- package/dist/KeyValueStore-f6c5b981.cjs.prod.js +244 -0
- package/dist/KeyValueStore-f9c93610.cjs.dev.js +244 -0
- package/dist/Middleware-8e7cd600.cjs.dev.js +133 -0
- package/dist/Middleware-d4f1a1cd.cjs.prod.js +133 -0
- package/dist/Path-3574641f.cjs.prod.js +154 -0
- package/dist/Path-7ba7e370.cjs.dev.js +154 -0
- package/dist/Router-6c80a4c9.cjs.prod.js +515 -0
- package/dist/Router-bd2b3014.cjs.dev.js +515 -0
- package/dist/Runtime-1edd577a.cjs.dev.js +55 -0
- package/dist/Runtime-515efccf.cjs.prod.js +55 -0
- package/dist/ServerError-55c5e24b.cjs.dev.js +126 -0
- package/dist/ServerError-605b2fa2.cjs.prod.js +126 -0
- package/dist/ServerRequest-8d9c2c6b.cjs.dev.js +156 -0
- package/dist/ServerRequest-938f3ed0.cjs.prod.js +156 -0
- package/dist/ServerResponse-7d60c7d1.cjs.dev.js +288 -0
- package/dist/ServerResponse-830f1052.cjs.prod.js +288 -0
- package/dist/UrlParams-1228a686.cjs.prod.js +146 -0
- package/dist/UrlParams-5e0910f1.cjs.dev.js +146 -0
- package/dist/body-33521da5.cjs.prod.js +150 -0
- package/dist/body-c7d7a944.cjs.dev.js +150 -0
- package/dist/clientError-52d24cd8.cjs.dev.js +41 -0
- package/dist/clientError-de103d6a.cjs.prod.js +41 -0
- package/dist/clientRequest-3e72ec54.cjs.prod.js +240 -0
- package/dist/clientRequest-423fd562.cjs.dev.js +240 -0
- package/dist/clientResponse-2c6a83f1.cjs.prod.js +138 -0
- package/dist/clientResponse-c58a116c.cjs.dev.js +138 -0
- package/dist/commandExecutor-17a55a1c.cjs.prod.js +79 -0
- package/dist/commandExecutor-fc92de95.cjs.dev.js +79 -0
- package/{Command.d.ts → dist/declarations/src/Command.d.ts} +2 -2
- package/dist/declarations/src/Command.d.ts.map +1 -0
- package/{CommandExecutor.d.ts → dist/declarations/src/CommandExecutor.d.ts} +2 -2
- package/dist/declarations/src/CommandExecutor.d.ts.map +1 -0
- package/{Effectify.d.ts → dist/declarations/src/Effectify.d.ts} +3 -0
- package/dist/declarations/src/Effectify.d.ts.map +1 -0
- package/{Error.d.ts → dist/declarations/src/Error.d.ts} +3 -0
- package/dist/declarations/src/Error.d.ts.map +1 -0
- package/{FileSystem.d.ts → dist/declarations/src/FileSystem.d.ts} +1 -1
- package/dist/declarations/src/FileSystem.d.ts.map +1 -0
- package/{Http → dist/declarations/src/Http}/App.d.ts +2 -2
- package/dist/declarations/src/Http/App.d.ts.map +1 -0
- package/{Http → dist/declarations/src/Http}/Body.d.ts +2 -2
- package/dist/declarations/src/Http/Body.d.ts.map +1 -0
- package/{Http → dist/declarations/src/Http}/Client.d.ts +3 -3
- package/dist/declarations/src/Http/Client.d.ts.map +1 -0
- package/{Http → dist/declarations/src/Http}/ClientError.d.ts +2 -2
- package/dist/declarations/src/Http/ClientError.d.ts.map +1 -0
- package/{Http → dist/declarations/src/Http}/ClientRequest.d.ts +7 -7
- package/dist/declarations/src/Http/ClientRequest.d.ts.map +1 -0
- package/{Http → dist/declarations/src/Http}/ClientResponse.d.ts +5 -5
- package/dist/declarations/src/Http/ClientResponse.d.ts.map +1 -0
- package/{Http → dist/declarations/src/Http}/Etag.d.ts +2 -2
- package/dist/declarations/src/Http/Etag.d.ts.map +1 -0
- package/{Http → dist/declarations/src/Http}/FormData.d.ts +1 -1
- package/dist/declarations/src/Http/FormData.d.ts.map +1 -0
- package/dist/declarations/src/Http/Headers.d.ts.map +1 -0
- package/{Http → dist/declarations/src/Http}/IncomingMessage.d.ts +3 -3
- package/dist/declarations/src/Http/IncomingMessage.d.ts.map +1 -0
- package/dist/declarations/src/Http/Method.d.ts.map +1 -0
- package/{Http → dist/declarations/src/Http}/Middleware.d.ts +1 -4
- package/dist/declarations/src/Http/Middleware.d.ts.map +1 -0
- package/{Http → dist/declarations/src/Http}/Platform.d.ts +5 -5
- package/dist/declarations/src/Http/Platform.d.ts.map +1 -0
- package/{Http → dist/declarations/src/Http}/Router.d.ts +5 -5
- package/dist/declarations/src/Http/Router.d.ts.map +1 -0
- package/{Http → dist/declarations/src/Http}/Server.d.ts +4 -4
- package/dist/declarations/src/Http/Server.d.ts.map +1 -0
- package/{Http → dist/declarations/src/Http}/ServerError.d.ts +2 -2
- package/dist/declarations/src/Http/ServerError.d.ts.map +1 -0
- package/{Http → dist/declarations/src/Http}/ServerRequest.d.ts +8 -8
- package/dist/declarations/src/Http/ServerRequest.d.ts.map +1 -0
- package/{Http → dist/declarations/src/Http}/ServerResponse.d.ts +6 -6
- package/dist/declarations/src/Http/ServerResponse.d.ts.map +1 -0
- package/dist/declarations/src/Http/UrlParams.d.ts.map +1 -0
- package/{HttpClient.d.ts → dist/declarations/src/HttpClient.d.ts} +7 -7
- package/dist/declarations/src/HttpClient.d.ts.map +1 -0
- package/{HttpServer.d.ts → dist/declarations/src/HttpServer.d.ts} +10 -10
- package/dist/declarations/src/HttpServer.d.ts.map +1 -0
- package/{KeyValueStore.d.ts → dist/declarations/src/KeyValueStore.d.ts} +3 -3
- package/dist/declarations/src/KeyValueStore.d.ts.map +1 -0
- package/{Path.d.ts → dist/declarations/src/Path.d.ts} +1 -1
- package/dist/declarations/src/Path.d.ts.map +1 -0
- package/dist/declarations/src/Runtime.d.ts.map +1 -0
- package/dist/declarations/src/index.d.ts +41 -0
- package/dist/declarations/src/index.d.ts.map +1 -0
- package/dist/effect-platform.cjs.d.mts +2 -0
- package/dist/effect-platform.cjs.d.mts.map +1 -0
- package/dist/effect-platform.cjs.d.ts +2 -0
- package/dist/effect-platform.cjs.d.ts.map +1 -0
- package/dist/effect-platform.cjs.dev.js +75 -0
- package/dist/effect-platform.cjs.js +7 -0
- package/dist/effect-platform.cjs.mjs +12 -0
- package/dist/effect-platform.cjs.prod.js +75 -0
- package/dist/effect-platform.esm.js +20 -0
- package/{mjs/internal/command.mjs → internal/command.esm.js} +48 -29
- package/{mjs/internal/commandExecutor.mjs → internal/commandExecutor.esm.js} +19 -13
- package/{mjs/internal/effectify.mjs → internal/effectify.esm.js} +5 -3
- package/internal/error.esm.js +17 -0
- package/{mjs/internal/fileSystem.mjs → internal/fileSystem.esm.js} +28 -18
- package/internal/http/body.esm.js +111 -0
- package/internal/http/client.esm.js +157 -0
- package/internal/http/clientError.esm.js +17 -0
- package/internal/http/clientRequest.esm.js +184 -0
- package/{mjs/internal/http/clientResponse.mjs → internal/http/clientResponse.esm.js} +26 -23
- package/internal/http/etag.esm.js +19 -0
- package/internal/http/formData.esm.js +95 -0
- package/internal/http/middleware.esm.js +46 -0
- package/{mjs/internal/http/platform.mjs → internal/http/platform.esm.js} +17 -13
- package/internal/http/router.esm.js +199 -0
- package/internal/http/server.esm.js +20 -0
- package/internal/http/serverError.esm.js +23 -0
- package/internal/http/serverRequest.esm.js +50 -0
- package/internal/http/serverResponse.esm.js +105 -0
- package/{mjs/internal/keyValueStore.mjs → internal/keyValueStore.esm.js} +29 -19
- package/{mjs/internal/path.mjs → internal/path.esm.js} +14 -9
- package/package.json +232 -30
- package/src/Command.ts +3 -3
- package/src/CommandExecutor.ts +3 -3
- package/src/Effectify.ts +1 -1
- package/src/Error.ts +1 -1
- package/src/FileSystem.ts +2 -2
- package/src/Http/App.ts +2 -2
- package/src/Http/Body.ts +3 -3
- package/src/Http/Client.ts +4 -4
- package/src/Http/ClientError.ts +3 -3
- package/src/Http/ClientRequest.ts +8 -8
- package/src/Http/ClientResponse.ts +6 -6
- package/src/Http/Etag.ts +3 -3
- package/src/Http/FormData.ts +2 -2
- package/src/Http/IncomingMessage.ts +3 -3
- package/src/Http/Middleware.ts +2 -2
- package/src/Http/Platform.ts +6 -6
- package/src/Http/Router.ts +6 -6
- package/src/Http/Server.ts +5 -5
- package/src/Http/ServerError.ts +3 -3
- package/src/Http/ServerRequest.ts +9 -9
- package/src/Http/ServerResponse.ts +7 -7
- package/src/HttpClient.ts +7 -7
- package/src/HttpServer.ts +10 -10
- package/src/KeyValueStore.ts +4 -4
- package/src/Path.ts +2 -2
- package/src/index.ts +10 -10
- package/src/internal/command.ts +4 -4
- package/src/internal/commandExecutor.ts +1 -1
- package/src/internal/effectify.ts +1 -1
- package/src/internal/error.ts +1 -1
- package/src/internal/fileSystem.ts +2 -2
- package/src/internal/http/body.ts +3 -3
- package/src/internal/http/client.ts +11 -11
- package/src/internal/http/clientError.ts +1 -1
- package/src/internal/http/clientRequest.ts +9 -9
- package/src/internal/http/clientResponse.ts +7 -7
- package/src/internal/http/etag.ts +1 -1
- package/src/internal/http/formData.ts +2 -2
- package/src/internal/http/middleware.ts +5 -5
- package/src/internal/http/platform.ts +5 -5
- package/src/internal/http/router.ts +6 -6
- package/src/internal/http/server.ts +5 -5
- package/src/internal/http/serverError.ts +1 -1
- package/src/internal/http/serverRequest.ts +4 -4
- package/src/internal/http/serverResponse.ts +8 -8
- package/src/internal/keyValueStore.ts +3 -3
- package/src/internal/path.ts +2 -2
- package/Command.d.ts.map +0 -1
- package/Command.js +0 -147
- package/Command.js.map +0 -1
- package/CommandExecutor.d.ts.map +0 -1
- package/CommandExecutor.js +0 -35
- package/CommandExecutor.js.map +0 -1
- package/Effectify.d.ts.map +0 -1
- package/Effectify.js +0 -18
- package/Effectify.js.map +0 -1
- package/Error.d.ts.map +0 -1
- package/Error.js +0 -29
- package/Error.js.map +0 -1
- package/FileSystem.d.ts.map +0 -1
- package/FileSystem.js +0 -67
- package/FileSystem.js.map +0 -1
- package/Http/App.d.ts.map +0 -1
- package/Http/App.js +0 -6
- package/Http/App.js.map +0 -1
- package/Http/Body.d.ts.map +0 -1
- package/Http/Body.js +0 -85
- package/Http/Body.js.map +0 -1
- package/Http/Client.d.ts.map +0 -1
- package/Http/Client.js +0 -130
- package/Http/Client.js.map +0 -1
- package/Http/ClientError.d.ts.map +0 -1
- package/Http/ClientError.js +0 -25
- package/Http/ClientError.js.map +0 -1
- package/Http/ClientRequest.d.ts.map +0 -1
- package/Http/ClientRequest.js +0 -190
- package/Http/ClientRequest.js.map +0 -1
- package/Http/ClientResponse.d.ts.map +0 -1
- package/Http/ClientResponse.js +0 -45
- package/Http/ClientResponse.js.map +0 -1
- package/Http/Etag.d.ts.map +0 -1
- package/Http/Etag.js +0 -25
- package/Http/Etag.js.map +0 -1
- package/Http/FormData.d.ts.map +0 -1
- package/Http/FormData.js +0 -105
- package/Http/FormData.js.map +0 -1
- package/Http/Headers.d.ts.map +0 -1
- package/Http/Headers.js +0 -65
- package/Http/Headers.js.map +0 -1
- package/Http/IncomingMessage.d.ts.map +0 -1
- package/Http/IncomingMessage.js +0 -103
- package/Http/IncomingMessage.js.map +0 -1
- package/Http/Method.d.ts.map +0 -1
- package/Http/Method.js +0 -12
- package/Http/Method.js.map +0 -1
- package/Http/Middleware.d.ts.map +0 -1
- package/Http/Middleware.js +0 -40
- package/Http/Middleware.js.map +0 -1
- package/Http/Platform.d.ts.map +0 -1
- package/Http/Platform.js +0 -25
- package/Http/Platform.js.map +0 -1
- package/Http/Router.d.ts.map +0 -1
- package/Http/Router.js +0 -160
- package/Http/Router.js.map +0 -1
- package/Http/Server.d.ts.map +0 -1
- package/Http/Server.js +0 -30
- package/Http/Server.js.map +0 -1
- package/Http/ServerError.d.ts.map +0 -1
- package/Http/ServerError.js +0 -35
- package/Http/ServerError.js.map +0 -1
- package/Http/ServerRequest.d.ts.map +0 -1
- package/Http/ServerRequest.js +0 -58
- package/Http/ServerRequest.js.map +0 -1
- package/Http/ServerResponse.d.ts.map +0 -1
- package/Http/ServerResponse.js +0 -94
- package/Http/ServerResponse.js.map +0 -1
- package/Http/UrlParams.d.ts.map +0 -1
- package/Http/UrlParams.js +0 -92
- package/Http/UrlParams.js.map +0 -1
- package/HttpClient.d.ts.map +0 -1
- package/HttpClient.js +0 -23
- package/HttpClient.js.map +0 -1
- package/HttpServer.d.ts.map +0 -1
- package/HttpServer.js +0 -29
- package/HttpServer.js.map +0 -1
- package/KeyValueStore.d.ts.map +0 -1
- package/KeyValueStore.js +0 -50
- package/KeyValueStore.js.map +0 -1
- package/Path.d.ts.map +0 -1
- package/Path.js +0 -29
- package/Path.js.map +0 -1
- package/Runtime.d.ts.map +0 -1
- package/Runtime.js +0 -23
- package/Runtime.js.map +0 -1
- package/index.d.ts +0 -41
- package/index.d.ts.map +0 -1
- package/index.js +0 -29
- package/index.js.map +0 -1
- package/internal/command.d.ts +0 -2
- package/internal/command.d.ts.map +0 -1
- package/internal/command.js +0 -182
- package/internal/command.js.map +0 -1
- package/internal/commandExecutor.d.ts +0 -2
- package/internal/commandExecutor.d.ts.map +0 -1
- package/internal/commandExecutor.js +0 -52
- package/internal/commandExecutor.js.map +0 -1
- package/internal/effectify.d.ts +0 -2
- package/internal/effectify.d.ts.map +0 -1
- package/internal/effectify.js +0 -25
- package/internal/effectify.js.map +0 -1
- package/internal/error.d.ts +0 -2
- package/internal/error.d.ts.map +0 -1
- package/internal/error.js +0 -21
- package/internal/error.js.map +0 -1
- package/internal/fileSystem.d.ts +0 -2
- package/internal/fileSystem.d.ts.map +0 -1
- package/internal/fileSystem.js +0 -87
- package/internal/fileSystem.js.map +0 -1
- package/internal/http/body.d.ts +0 -2
- package/internal/http/body.d.ts.map +0 -1
- package/internal/http/body.js +0 -115
- package/internal/http/body.js.map +0 -1
- package/internal/http/client.d.ts +0 -2
- package/internal/http/client.d.ts.map +0 -1
- package/internal/http/client.js +0 -144
- package/internal/http/client.js.map +0 -1
- package/internal/http/clientError.d.ts +0 -2
- package/internal/http/clientError.d.ts.map +0 -1
- package/internal/http/clientError.js +0 -21
- package/internal/http/clientError.js.map +0 -1
- package/internal/http/clientRequest.d.ts +0 -2
- package/internal/http/clientRequest.d.ts.map +0 -1
- package/internal/http/clientRequest.js +0 -156
- package/internal/http/clientRequest.js.map +0 -1
- package/internal/http/clientResponse.d.ts +0 -2
- package/internal/http/clientResponse.d.ts.map +0 -1
- package/internal/http/clientResponse.js +0 -118
- package/internal/http/clientResponse.js.map +0 -1
- package/internal/http/etag.d.ts +0 -2
- package/internal/http/etag.d.ts.map +0 -1
- package/internal/http/etag.js +0 -24
- package/internal/http/etag.js.map +0 -1
- package/internal/http/formData.d.ts +0 -2
- package/internal/http/formData.d.ts.map +0 -1
- package/internal/http/formData.js +0 -88
- package/internal/http/formData.js.map +0 -1
- package/internal/http/middleware.d.ts +0 -2
- package/internal/http/middleware.d.ts.map +0 -1
- package/internal/http/middleware.js +0 -48
- package/internal/http/middleware.js.map +0 -1
- package/internal/http/platform.d.ts +0 -2
- package/internal/http/platform.d.ts.map +0 -1
- package/internal/http/platform.js +0 -57
- package/internal/http/platform.js.map +0 -1
- package/internal/http/router.d.ts +0 -5
- package/internal/http/router.d.ts.map +0 -1
- package/internal/http/router.js +0 -182
- package/internal/http/router.js.map +0 -1
- package/internal/http/server.d.ts +0 -2
- package/internal/http/server.d.ts.map +0 -1
- package/internal/http/server.js +0 -27
- package/internal/http/server.js.map +0 -1
- package/internal/http/serverError.d.ts +0 -2
- package/internal/http/serverError.d.ts.map +0 -1
- package/internal/http/serverError.js +0 -25
- package/internal/http/serverError.js.map +0 -1
- package/internal/http/serverRequest.d.ts +0 -2
- package/internal/http/serverRequest.d.ts.map +0 -1
- package/internal/http/serverRequest.js +0 -54
- package/internal/http/serverRequest.js.map +0 -1
- package/internal/http/serverResponse.d.ts +0 -2
- package/internal/http/serverResponse.d.ts.map +0 -1
- package/internal/http/serverResponse.js +0 -110
- package/internal/http/serverResponse.js.map +0 -1
- package/internal/keyValueStore.d.ts +0 -2
- package/internal/keyValueStore.d.ts.map +0 -1
- package/internal/keyValueStore.js +0 -124
- package/internal/keyValueStore.js.map +0 -1
- package/internal/path.d.ts +0 -2
- package/internal/path.d.ts.map +0 -1
- package/internal/path.js +0 -95
- package/internal/path.js.map +0 -1
- package/mjs/Command.mjs.map +0 -1
- package/mjs/CommandExecutor.mjs +0 -27
- package/mjs/CommandExecutor.mjs.map +0 -1
- package/mjs/Effectify.mjs +0 -9
- package/mjs/Effectify.mjs.map +0 -1
- package/mjs/Error.mjs +0 -20
- package/mjs/Error.mjs.map +0 -1
- package/mjs/FileSystem.mjs +0 -58
- package/mjs/FileSystem.mjs.map +0 -1
- package/mjs/Http/App.mjs +0 -2
- package/mjs/Http/App.mjs.map +0 -1
- package/mjs/Http/Body.mjs +0 -77
- package/mjs/Http/Body.mjs.map +0 -1
- package/mjs/Http/Client.mjs +0 -122
- package/mjs/Http/Client.mjs.map +0 -1
- package/mjs/Http/ClientError.mjs +0 -17
- package/mjs/Http/ClientError.mjs.map +0 -1
- package/mjs/Http/ClientRequest.mjs +0 -182
- package/mjs/Http/ClientRequest.mjs.map +0 -1
- package/mjs/Http/ClientResponse.mjs +0 -33
- package/mjs/Http/ClientResponse.mjs.map +0 -1
- package/mjs/Http/Etag.mjs +0 -17
- package/mjs/Http/Etag.mjs.map +0 -1
- package/mjs/Http/FormData.mjs +0 -97
- package/mjs/Http/FormData.mjs.map +0 -1
- package/mjs/Http/Headers.mjs +0 -55
- package/mjs/Http/Headers.mjs.map +0 -1
- package/mjs/Http/IncomingMessage.mjs.map +0 -1
- package/mjs/Http/Method.mjs +0 -5
- package/mjs/Http/Method.mjs.map +0 -1
- package/mjs/Http/Middleware.mjs +0 -32
- package/mjs/Http/Middleware.mjs.map +0 -1
- package/mjs/Http/Platform.mjs +0 -17
- package/mjs/Http/Platform.mjs.map +0 -1
- package/mjs/Http/Router.mjs +0 -152
- package/mjs/Http/Router.mjs.map +0 -1
- package/mjs/Http/Server.mjs +0 -22
- package/mjs/Http/Server.mjs.map +0 -1
- package/mjs/Http/ServerError.mjs +0 -27
- package/mjs/Http/ServerError.mjs.map +0 -1
- package/mjs/Http/ServerRequest.mjs +0 -48
- package/mjs/Http/ServerRequest.mjs.map +0 -1
- package/mjs/Http/ServerResponse.mjs +0 -86
- package/mjs/Http/ServerResponse.mjs.map +0 -1
- package/mjs/Http/UrlParams.mjs.map +0 -1
- package/mjs/HttpClient.mjs +0 -61
- package/mjs/HttpClient.mjs.map +0 -1
- package/mjs/HttpServer.mjs +0 -85
- package/mjs/HttpServer.mjs.map +0 -1
- package/mjs/KeyValueStore.mjs +0 -42
- package/mjs/KeyValueStore.mjs.map +0 -1
- package/mjs/Path.mjs.map +0 -1
- package/mjs/Runtime.mjs +0 -13
- package/mjs/Runtime.mjs.map +0 -1
- package/mjs/index.mjs +0 -21
- package/mjs/index.mjs.map +0 -1
- package/mjs/internal/command.mjs.map +0 -1
- package/mjs/internal/commandExecutor.mjs.map +0 -1
- package/mjs/internal/effectify.mjs.map +0 -1
- package/mjs/internal/error.mjs +0 -13
- package/mjs/internal/error.mjs.map +0 -1
- package/mjs/internal/fileSystem.mjs.map +0 -1
- package/mjs/internal/http/body.mjs +0 -95
- package/mjs/internal/http/body.mjs.map +0 -1
- package/mjs/internal/http/client.mjs +0 -132
- package/mjs/internal/http/client.mjs.map +0 -1
- package/mjs/internal/http/clientError.mjs +0 -13
- package/mjs/internal/http/clientError.mjs.map +0 -1
- package/mjs/internal/http/clientRequest.mjs +0 -145
- package/mjs/internal/http/clientRequest.mjs.map +0 -1
- package/mjs/internal/http/clientResponse.mjs.map +0 -1
- package/mjs/internal/http/etag.mjs +0 -15
- package/mjs/internal/http/etag.mjs.map +0 -1
- package/mjs/internal/http/formData.mjs +0 -76
- package/mjs/internal/http/formData.mjs.map +0 -1
- package/mjs/internal/http/middleware.mjs +0 -39
- package/mjs/internal/http/middleware.mjs.map +0 -1
- package/mjs/internal/http/platform.mjs.map +0 -1
- package/mjs/internal/http/router.mjs +0 -169
- package/mjs/internal/http/router.mjs.map +0 -1
- package/mjs/internal/http/server.mjs +0 -17
- package/mjs/internal/http/server.mjs.map +0 -1
- package/mjs/internal/http/serverError.mjs +0 -17
- package/mjs/internal/http/serverError.mjs.map +0 -1
- package/mjs/internal/http/serverRequest.mjs +0 -41
- package/mjs/internal/http/serverRequest.mjs.map +0 -1
- package/mjs/internal/http/serverResponse.mjs +0 -88
- package/mjs/internal/http/serverResponse.mjs.map +0 -1
- package/mjs/internal/keyValueStore.mjs.map +0 -1
- package/mjs/internal/path.mjs.map +0 -1
- package/tsconfig.build.json +0 -10
- package/tsconfig.examples.json +0 -11
- package/tsconfig.json +0 -11
- package/tsconfig.test.json +0 -12
- /package/{Http → dist/declarations/src/Http}/Headers.d.ts +0 -0
- /package/{Http → dist/declarations/src/Http}/Method.d.ts +0 -0
- /package/{Http → dist/declarations/src/Http}/UrlParams.d.ts +0 -0
- /package/{Runtime.d.ts → dist/declarations/src/Runtime.d.ts} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"effect-platform-Command.cjs.d.mts","sourceRoot":"","sources":["../../dist/declarations/src/Command.d.ts"],"names":[],"mappings":"AAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"effect-platform-Command.cjs.d.ts","sourceRoot":"","sources":["../../dist/declarations/src/Command.d.ts"],"names":[],"mappings":"AAAA"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var Command_dist_effectPlatformCommand = require('../../dist/Command-032c414c.cjs.dev.js');
|
|
6
|
+
require('effect/Chunk');
|
|
7
|
+
require('effect/Effect');
|
|
8
|
+
require('effect/Function');
|
|
9
|
+
require('effect/HashMap');
|
|
10
|
+
require('effect/Option');
|
|
11
|
+
require('effect/Pipeable');
|
|
12
|
+
require('effect/Stream');
|
|
13
|
+
require('../../dist/commandExecutor-fc92de95.cjs.dev.js');
|
|
14
|
+
require('effect/Brand');
|
|
15
|
+
require('effect/Context');
|
|
16
|
+
require('effect/Sink');
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
exports.CommandTypeId = Command_dist_effectPlatformCommand.CommandTypeId;
|
|
21
|
+
exports.env = Command_dist_effectPlatformCommand.env;
|
|
22
|
+
exports.exitCode = Command_dist_effectPlatformCommand.exitCode;
|
|
23
|
+
exports.feed = Command_dist_effectPlatformCommand.feed;
|
|
24
|
+
exports.flatten = Command_dist_effectPlatformCommand.flatten;
|
|
25
|
+
exports.isCommand = Command_dist_effectPlatformCommand.isCommand;
|
|
26
|
+
exports.lines = Command_dist_effectPlatformCommand.lines;
|
|
27
|
+
exports.make = Command_dist_effectPlatformCommand.make;
|
|
28
|
+
exports.pipeTo = Command_dist_effectPlatformCommand.pipeTo;
|
|
29
|
+
exports.start = Command_dist_effectPlatformCommand.start;
|
|
30
|
+
exports.stderr = Command_dist_effectPlatformCommand.stderr;
|
|
31
|
+
exports.stdin = Command_dist_effectPlatformCommand.stdin;
|
|
32
|
+
exports.stdout = Command_dist_effectPlatformCommand.stdout;
|
|
33
|
+
exports.stream = Command_dist_effectPlatformCommand.stream;
|
|
34
|
+
exports.streamLines = Command_dist_effectPlatformCommand.streamLines;
|
|
35
|
+
exports.string = Command_dist_effectPlatformCommand.string;
|
|
36
|
+
exports.workingDirectory = Command_dist_effectPlatformCommand.workingDirectory;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export {
|
|
2
|
+
CommandTypeId,
|
|
3
|
+
env,
|
|
4
|
+
exitCode,
|
|
5
|
+
feed,
|
|
6
|
+
flatten,
|
|
7
|
+
isCommand,
|
|
8
|
+
lines,
|
|
9
|
+
make,
|
|
10
|
+
pipeTo,
|
|
11
|
+
start,
|
|
12
|
+
stderr,
|
|
13
|
+
stdin,
|
|
14
|
+
stdout,
|
|
15
|
+
stream,
|
|
16
|
+
streamLines,
|
|
17
|
+
string,
|
|
18
|
+
workingDirectory
|
|
19
|
+
} from "./effect-platform-Command.cjs.js";
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var Command_dist_effectPlatformCommand = require('../../dist/Command-25ef5e94.cjs.prod.js');
|
|
6
|
+
require('effect/Chunk');
|
|
7
|
+
require('effect/Effect');
|
|
8
|
+
require('effect/Function');
|
|
9
|
+
require('effect/HashMap');
|
|
10
|
+
require('effect/Option');
|
|
11
|
+
require('effect/Pipeable');
|
|
12
|
+
require('effect/Stream');
|
|
13
|
+
require('../../dist/commandExecutor-17a55a1c.cjs.prod.js');
|
|
14
|
+
require('effect/Brand');
|
|
15
|
+
require('effect/Context');
|
|
16
|
+
require('effect/Sink');
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
exports.CommandTypeId = Command_dist_effectPlatformCommand.CommandTypeId;
|
|
21
|
+
exports.env = Command_dist_effectPlatformCommand.env;
|
|
22
|
+
exports.exitCode = Command_dist_effectPlatformCommand.exitCode;
|
|
23
|
+
exports.feed = Command_dist_effectPlatformCommand.feed;
|
|
24
|
+
exports.flatten = Command_dist_effectPlatformCommand.flatten;
|
|
25
|
+
exports.isCommand = Command_dist_effectPlatformCommand.isCommand;
|
|
26
|
+
exports.lines = Command_dist_effectPlatformCommand.lines;
|
|
27
|
+
exports.make = Command_dist_effectPlatformCommand.make;
|
|
28
|
+
exports.pipeTo = Command_dist_effectPlatformCommand.pipeTo;
|
|
29
|
+
exports.start = Command_dist_effectPlatformCommand.start;
|
|
30
|
+
exports.stderr = Command_dist_effectPlatformCommand.stderr;
|
|
31
|
+
exports.stdin = Command_dist_effectPlatformCommand.stdin;
|
|
32
|
+
exports.stdout = Command_dist_effectPlatformCommand.stdout;
|
|
33
|
+
exports.stream = Command_dist_effectPlatformCommand.stream;
|
|
34
|
+
exports.streamLines = Command_dist_effectPlatformCommand.streamLines;
|
|
35
|
+
exports.string = Command_dist_effectPlatformCommand.string;
|
|
36
|
+
exports.workingDirectory = Command_dist_effectPlatformCommand.workingDirectory;
|
|
@@ -1,8 +1,53 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { CommandTypeId as CommandTypeId$1, isCommand as isCommand$1, env as env$1, exitCode as exitCode$1, feed as feed$1, flatten as flatten$1, lines as lines$1, make as make$1, pipeTo as pipeTo$1, start as start$1, stream as stream$1, streamLines as streamLines$1, string as string$1, stderr as stderr$1, stdin as stdin$1, stdout as stdout$1, workingDirectory as workingDirectory$1 } from '../../internal/command.esm.js';
|
|
2
|
+
|
|
2
3
|
/**
|
|
3
4
|
* @since 1.0.0
|
|
4
5
|
*/
|
|
5
|
-
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* @since 1.0.0
|
|
9
|
+
*/
|
|
10
|
+
const CommandTypeId = CommandTypeId$1;
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* @since 1.0.0
|
|
14
|
+
*/
|
|
15
|
+
|
|
16
|
+
/**
|
|
17
|
+
* @since 1.0.0
|
|
18
|
+
* @category models
|
|
19
|
+
*/
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
* @since 1.0.0
|
|
23
|
+
*/
|
|
24
|
+
|
|
25
|
+
/**
|
|
26
|
+
* Configures the pipe that is established between the parent and child
|
|
27
|
+
* processes' `stdin` stream.
|
|
28
|
+
*
|
|
29
|
+
* @since 1.0.0
|
|
30
|
+
* @category models
|
|
31
|
+
*/
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* Configures the pipes that are established between the parent and child
|
|
35
|
+
* processes `stderr` and `stdout` streams.
|
|
36
|
+
*
|
|
37
|
+
* @since 1.0.0
|
|
38
|
+
* @category models
|
|
39
|
+
*/
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* @since 1.0.0
|
|
43
|
+
* @category models
|
|
44
|
+
*/
|
|
45
|
+
|
|
46
|
+
/**
|
|
47
|
+
* @since 1.0.0
|
|
48
|
+
* @category models
|
|
49
|
+
*/
|
|
50
|
+
|
|
6
51
|
/**
|
|
7
52
|
* Returns `true` if the specified value is a `Command`, otherwise returns
|
|
8
53
|
* `false`.
|
|
@@ -10,14 +55,16 @@ export const CommandTypeId = internal.CommandTypeId;
|
|
|
10
55
|
* @since 1.0.0
|
|
11
56
|
* @category refinements
|
|
12
57
|
*/
|
|
13
|
-
|
|
58
|
+
const isCommand = isCommand$1;
|
|
59
|
+
|
|
14
60
|
/**
|
|
15
61
|
* Specify the environment variables that will be used when running this command.
|
|
16
62
|
*
|
|
17
63
|
* @since 1.0.0
|
|
18
64
|
* @category combinators
|
|
19
65
|
*/
|
|
20
|
-
|
|
66
|
+
const env = env$1;
|
|
67
|
+
|
|
21
68
|
/**
|
|
22
69
|
* Returns the exit code of the command after the process has completed
|
|
23
70
|
* execution.
|
|
@@ -25,14 +72,16 @@ export const env = internal.env;
|
|
|
25
72
|
* @since 1.0.0
|
|
26
73
|
* @category execution
|
|
27
74
|
*/
|
|
28
|
-
|
|
75
|
+
const exitCode = exitCode$1;
|
|
76
|
+
|
|
29
77
|
/**
|
|
30
78
|
* Feed a string to standard input (default encoding of UTF-8).
|
|
31
79
|
*
|
|
32
80
|
* @since 1.0.0
|
|
33
81
|
* @category combinators
|
|
34
82
|
*/
|
|
35
|
-
|
|
83
|
+
const feed = feed$1;
|
|
84
|
+
|
|
36
85
|
/**
|
|
37
86
|
* Flatten this command to a non-empty array of standard commands.
|
|
38
87
|
*
|
|
@@ -43,7 +92,8 @@ export const feed = internal.feed;
|
|
|
43
92
|
* @since 1.0.0
|
|
44
93
|
* @category combinators
|
|
45
94
|
*/
|
|
46
|
-
|
|
95
|
+
const flatten = flatten$1;
|
|
96
|
+
|
|
47
97
|
/**
|
|
48
98
|
* Runs the command returning the output as an array of lines with the specified
|
|
49
99
|
* encoding.
|
|
@@ -51,7 +101,8 @@ export const flatten = internal.flatten;
|
|
|
51
101
|
* @since 1.0.0
|
|
52
102
|
* @category execution
|
|
53
103
|
*/
|
|
54
|
-
|
|
104
|
+
const lines = lines$1;
|
|
105
|
+
|
|
55
106
|
/**
|
|
56
107
|
* Create a command with the specified process name and an optional list of
|
|
57
108
|
* arguments.
|
|
@@ -59,7 +110,8 @@ export const lines = internal.lines;
|
|
|
59
110
|
* @since 1.0.0
|
|
60
111
|
* @category constructors
|
|
61
112
|
*/
|
|
62
|
-
|
|
113
|
+
const make = make$1;
|
|
114
|
+
|
|
63
115
|
/**
|
|
64
116
|
* Pipe one command to another command from left to right.
|
|
65
117
|
*
|
|
@@ -72,21 +124,24 @@ export const make = internal.make;
|
|
|
72
124
|
* @since 1.0.0
|
|
73
125
|
* @category combinators
|
|
74
126
|
*/
|
|
75
|
-
|
|
127
|
+
const pipeTo = pipeTo$1;
|
|
128
|
+
|
|
76
129
|
/**
|
|
77
130
|
* Start running the command and return a handle to the running process.
|
|
78
131
|
*
|
|
79
132
|
* @since 1.0.0
|
|
80
133
|
* @category execution
|
|
81
134
|
*/
|
|
82
|
-
|
|
135
|
+
const start = start$1;
|
|
136
|
+
|
|
83
137
|
/**
|
|
84
138
|
* Start running the command and return the output as a `Stream`.
|
|
85
139
|
*
|
|
86
140
|
* @since 1.0.0
|
|
87
141
|
* @category execution
|
|
88
142
|
*/
|
|
89
|
-
|
|
143
|
+
const stream = stream$1;
|
|
144
|
+
|
|
90
145
|
/**
|
|
91
146
|
* Runs the command returning the output as an stream of lines with the
|
|
92
147
|
* specified encoding.
|
|
@@ -94,7 +149,8 @@ export const stream = internal.stream;
|
|
|
94
149
|
* @since 1.0.0
|
|
95
150
|
* @category execution
|
|
96
151
|
*/
|
|
97
|
-
|
|
152
|
+
const streamLines = streamLines$1;
|
|
153
|
+
|
|
98
154
|
/**
|
|
99
155
|
* Runs the command returning the entire output as a string with the
|
|
100
156
|
* specified encoding.
|
|
@@ -104,28 +160,32 @@ export const streamLines = internal.streamLines;
|
|
|
104
160
|
* @since 1.0.0
|
|
105
161
|
* @category execution
|
|
106
162
|
*/
|
|
107
|
-
|
|
163
|
+
const string = string$1;
|
|
164
|
+
|
|
108
165
|
/**
|
|
109
166
|
* Specify the standard error stream for a command.
|
|
110
167
|
*
|
|
111
168
|
* @since 1.0.0
|
|
112
169
|
* @category combinators
|
|
113
170
|
*/
|
|
114
|
-
|
|
171
|
+
const stderr = stderr$1;
|
|
172
|
+
|
|
115
173
|
/**
|
|
116
174
|
* Specify the standard input stream for a command.
|
|
117
175
|
*
|
|
118
176
|
* @since 1.0.0
|
|
119
177
|
* @category combinators
|
|
120
178
|
*/
|
|
121
|
-
|
|
179
|
+
const stdin = stdin$1;
|
|
180
|
+
|
|
122
181
|
/**
|
|
123
182
|
* Specify the standard output stream for a command.
|
|
124
183
|
*
|
|
125
184
|
* @since 1.0.0
|
|
126
185
|
* @category combinators
|
|
127
186
|
*/
|
|
128
|
-
|
|
187
|
+
const stdout = stdout$1;
|
|
188
|
+
|
|
129
189
|
/**
|
|
130
190
|
* Set the working directory that will be used when this command will be run.
|
|
131
191
|
*
|
|
@@ -135,5 +195,6 @@ export const stdout = internal.stdout;
|
|
|
135
195
|
* @since 1.0.0
|
|
136
196
|
* @category combinators
|
|
137
197
|
*/
|
|
138
|
-
|
|
139
|
-
|
|
198
|
+
const workingDirectory = workingDirectory$1;
|
|
199
|
+
|
|
200
|
+
export { CommandTypeId, env, exitCode, feed, flatten, isCommand, lines, make, pipeTo, start, stderr, stdin, stdout, stream, streamLines, string, workingDirectory };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"effect-platform-CommandExecutor.cjs.d.mts","sourceRoot":"","sources":["../../dist/declarations/src/CommandExecutor.d.ts"],"names":[],"mappings":"AAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"effect-platform-CommandExecutor.cjs.d.ts","sourceRoot":"","sources":["../../dist/declarations/src/CommandExecutor.d.ts"],"names":[],"mappings":"AAAA"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
require('../../dist/commandExecutor-fc92de95.cjs.dev.js');
|
|
6
|
+
var CommandExecutor_dist_effectPlatformCommandExecutor = require('../../dist/CommandExecutor-158ea1d3.cjs.dev.js');
|
|
7
|
+
require('effect/Brand');
|
|
8
|
+
require('effect/Chunk');
|
|
9
|
+
require('effect/Context');
|
|
10
|
+
require('effect/Effect');
|
|
11
|
+
require('effect/Function');
|
|
12
|
+
require('effect/Sink');
|
|
13
|
+
require('effect/Stream');
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
exports.CommandExecutor = CommandExecutor_dist_effectPlatformCommandExecutor.CommandExecutor$1;
|
|
18
|
+
exports.ExitCode = CommandExecutor_dist_effectPlatformCommandExecutor.ExitCode;
|
|
19
|
+
exports.ProcessId = CommandExecutor_dist_effectPlatformCommandExecutor.ProcessId;
|
|
20
|
+
exports.ProcessTypeId = CommandExecutor_dist_effectPlatformCommandExecutor.ProcessTypeId;
|
|
21
|
+
exports.makeExecutor = CommandExecutor_dist_effectPlatformCommandExecutor.makeExecutor;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
require('../../dist/commandExecutor-17a55a1c.cjs.prod.js');
|
|
6
|
+
var CommandExecutor_dist_effectPlatformCommandExecutor = require('../../dist/CommandExecutor-7fcae408.cjs.prod.js');
|
|
7
|
+
require('effect/Brand');
|
|
8
|
+
require('effect/Chunk');
|
|
9
|
+
require('effect/Context');
|
|
10
|
+
require('effect/Effect');
|
|
11
|
+
require('effect/Function');
|
|
12
|
+
require('effect/Sink');
|
|
13
|
+
require('effect/Stream');
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
exports.CommandExecutor = CommandExecutor_dist_effectPlatformCommandExecutor.CommandExecutor$1;
|
|
18
|
+
exports.ExitCode = CommandExecutor_dist_effectPlatformCommandExecutor.ExitCode;
|
|
19
|
+
exports.ProcessId = CommandExecutor_dist_effectPlatformCommandExecutor.ProcessId;
|
|
20
|
+
exports.ProcessTypeId = CommandExecutor_dist_effectPlatformCommandExecutor.ProcessTypeId;
|
|
21
|
+
exports.makeExecutor = CommandExecutor_dist_effectPlatformCommandExecutor.makeExecutor;
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import { CommandExecutor as CommandExecutor$2, ProcessTypeId as ProcessTypeId$1, ExitCode as ExitCode$1, ProcessId as ProcessId$1, makeExecutor as makeExecutor$1 } from '../../internal/commandExecutor.esm.js';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @since 1.0.0
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* @since 1.0.0
|
|
9
|
+
* @category models
|
|
10
|
+
*/
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* @since 1.0.0
|
|
14
|
+
* @category tags
|
|
15
|
+
*/
|
|
16
|
+
const CommandExecutor = CommandExecutor$2;
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
* @since 1.0.0
|
|
20
|
+
* @category symbols
|
|
21
|
+
*/
|
|
22
|
+
const ProcessTypeId = ProcessTypeId$1;
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* @since 1.0.0
|
|
26
|
+
* @category symbols
|
|
27
|
+
*/
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @since 1.0.0
|
|
31
|
+
* @category models
|
|
32
|
+
*/
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
* @since 1.0.0
|
|
36
|
+
* @category models
|
|
37
|
+
*/
|
|
38
|
+
|
|
39
|
+
/**
|
|
40
|
+
* @since 1.0.0
|
|
41
|
+
*/
|
|
42
|
+
|
|
43
|
+
/**
|
|
44
|
+
* @since 1.0.0
|
|
45
|
+
* @category models
|
|
46
|
+
*/
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* @since 1.0.0
|
|
50
|
+
* @category models
|
|
51
|
+
*/
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* @since 1.0.0
|
|
55
|
+
* @category constructors
|
|
56
|
+
*/
|
|
57
|
+
const ExitCode = ExitCode$1;
|
|
58
|
+
|
|
59
|
+
/**
|
|
60
|
+
* @since 1.0.0
|
|
61
|
+
* @category constructors
|
|
62
|
+
*/
|
|
63
|
+
const ProcessId = ProcessId$1;
|
|
64
|
+
|
|
65
|
+
/**
|
|
66
|
+
* @since 1.0.0
|
|
67
|
+
* @category constructors
|
|
68
|
+
*/
|
|
69
|
+
const makeExecutor = makeExecutor$1;
|
|
70
|
+
|
|
71
|
+
export { CommandExecutor, ExitCode, ProcessId, ProcessTypeId, makeExecutor };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"effect-platform-Effectify.cjs.d.mts","sourceRoot":"","sources":["../../dist/declarations/src/Effectify.d.ts"],"names":[],"mappings":"AAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"effect-platform-Effectify.cjs.d.ts","sourceRoot":"","sources":["../../dist/declarations/src/Effectify.d.ts"],"names":[],"mappings":"AAAA"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var Effectify_dist_effectPlatformEffectify = require('../../dist/Effectify-2d8c3af9.cjs.dev.js');
|
|
6
|
+
require('effect/Effect');
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
exports.effectify = Effectify_dist_effectPlatformEffectify.effectify;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var Effectify_dist_effectPlatformEffectify = require('../../dist/Effectify-38757ba5.cjs.prod.js');
|
|
6
|
+
require('effect/Effect');
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
exports.effectify = Effectify_dist_effectPlatformEffectify.effectify;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { effectify as effectify$1 } from '../../internal/effectify.esm.js';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @since 1.0.0
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* Converts a callback-based function to a function that returns an `Effect`.
|
|
9
|
+
*
|
|
10
|
+
* @since 1.0.0
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
* @category util
|
|
15
|
+
* @since 1.0.0
|
|
16
|
+
*/
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
* @since 1.0.0
|
|
20
|
+
*/
|
|
21
|
+
const effectify = effectify$1;
|
|
22
|
+
|
|
23
|
+
export { effectify };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"effect-platform-Error.cjs.d.mts","sourceRoot":"","sources":["../../dist/declarations/src/Error.d.ts"],"names":[],"mappings":"AAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"effect-platform-Error.cjs.d.ts","sourceRoot":"","sources":["../../dist/declarations/src/Error.d.ts"],"names":[],"mappings":"AAAA"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var Error_dist_effectPlatformError = require('../../dist/Error-09496a70.cjs.dev.js');
|
|
6
|
+
require('effect/Data');
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
exports.BadArgument = Error_dist_effectPlatformError.BadArgument;
|
|
11
|
+
exports.PlatformErrorTypeId = Error_dist_effectPlatformError.PlatformErrorTypeId;
|
|
12
|
+
exports.SystemError = Error_dist_effectPlatformError.SystemError;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var Error_dist_effectPlatformError = require('../../dist/Error-2c4e6ce2.cjs.prod.js');
|
|
6
|
+
require('effect/Data');
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
exports.BadArgument = Error_dist_effectPlatformError.BadArgument;
|
|
11
|
+
exports.PlatformErrorTypeId = Error_dist_effectPlatformError.PlatformErrorTypeId;
|
|
12
|
+
exports.SystemError = Error_dist_effectPlatformError.SystemError;
|