@effect/platform 0.17.1 → 0.18.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/Command.d.ts +7 -7
- package/Command.d.ts.map +1 -1
- package/Command.js.map +1 -1
- package/CommandExecutor.d.ts +5 -5
- package/CommandExecutor.d.ts.map +1 -1
- package/CommandExecutor.js.map +1 -1
- package/Effectify.d.ts +1 -4
- package/Effectify.d.ts.map +1 -1
- package/Effectify.js +4 -0
- package/Effectify.js.map +1 -1
- package/Error.d.ts +1 -4
- package/Error.d.ts.map +1 -1
- package/Error.js +4 -0
- package/Error.js.map +1 -1
- package/FileSystem.d.ts +7 -7
- package/FileSystem.d.ts.map +1 -1
- package/FileSystem.js +1 -5
- package/FileSystem.js.map +1 -1
- package/Http/App.d.ts +1 -1
- package/Http/App.d.ts.map +1 -1
- package/Http/Body.d.ts +3 -3
- package/Http/Body.d.ts.map +1 -1
- package/Http/Body.js.map +1 -1
- package/Http/Client.d.ts +7 -7
- package/Http/Client.d.ts.map +1 -1
- package/Http/Client.js.map +1 -1
- package/Http/ClientError.d.ts +1 -1
- package/Http/ClientError.d.ts.map +1 -1
- package/Http/ClientError.js.map +1 -1
- package/Http/ClientRequest.d.ts +3 -3
- package/Http/ClientRequest.d.ts.map +1 -1
- package/Http/ClientRequest.js.map +1 -1
- package/Http/ClientResponse.d.ts +1 -1
- package/Http/ClientResponse.d.ts.map +1 -1
- package/Http/ClientResponse.js.map +1 -1
- package/Http/Etag.d.ts +2 -2
- package/Http/Etag.d.ts.map +1 -1
- package/Http/Etag.js.map +1 -1
- package/Http/FormData.d.ts +6 -6
- package/Http/FormData.d.ts.map +1 -1
- package/Http/FormData.js.map +1 -1
- package/Http/Headers.d.ts +2 -2
- package/Http/Headers.d.ts.map +1 -1
- package/Http/Headers.js +3 -3
- package/Http/Headers.js.map +1 -1
- package/Http/IncomingMessage.d.ts +8 -5
- package/Http/IncomingMessage.d.ts.map +1 -1
- package/Http/IncomingMessage.js +6 -6
- package/Http/IncomingMessage.js.map +1 -1
- package/Http/Platform.d.ts +2 -2
- package/Http/Platform.d.ts.map +1 -1
- package/Http/Platform.js.map +1 -1
- package/Http/Router.d.ts +5 -5
- package/Http/Router.d.ts.map +1 -1
- package/Http/Router.js.map +1 -1
- package/Http/Server.d.ts +3 -3
- package/Http/Server.d.ts.map +1 -1
- package/Http/Server.js.map +1 -1
- package/Http/ServerError.d.ts +1 -1
- package/Http/ServerError.d.ts.map +1 -1
- package/Http/ServerError.js.map +1 -1
- package/Http/ServerRequest.d.ts +4 -4
- package/Http/ServerRequest.d.ts.map +1 -1
- package/Http/ServerRequest.js.map +1 -1
- package/Http/ServerResponse.d.ts +3 -3
- package/Http/ServerResponse.d.ts.map +1 -1
- package/Http/ServerResponse.js.map +1 -1
- package/Http/UrlParams.d.ts +2 -2
- package/Http/UrlParams.d.ts.map +1 -1
- package/Http/UrlParams.js +3 -3
- package/Http/UrlParams.js.map +1 -1
- package/KeyValueStore.d.ts +4 -4
- package/KeyValueStore.d.ts.map +1 -1
- package/KeyValueStore.js.map +1 -1
- package/Path.d.ts +3 -3
- package/Path.d.ts.map +1 -1
- package/Path.js.map +1 -1
- package/Runtime.d.ts +2 -2
- package/Runtime.d.ts.map +1 -1
- package/Runtime.js +2 -2
- package/Runtime.js.map +1 -1
- package/index.d.ts +41 -0
- package/index.d.ts.map +1 -0
- package/index.js +29 -0
- package/index.js.map +1 -0
- package/internal/command.js +7 -7
- package/internal/command.js.map +1 -1
- package/internal/commandExecutor.js +10 -9
- package/internal/commandExecutor.js.map +1 -1
- package/internal/effectify.js +1 -1
- package/internal/effectify.js.map +1 -1
- package/internal/error.js +1 -1
- package/internal/error.js.map +1 -1
- package/internal/fileSystem.js +11 -11
- package/internal/fileSystem.js.map +1 -1
- package/internal/http/body.js +4 -4
- package/internal/http/body.js.map +1 -1
- package/internal/http/client.js +9 -9
- package/internal/http/client.js.map +1 -1
- package/internal/http/clientError.js +1 -1
- package/internal/http/clientError.js.map +1 -1
- package/internal/http/clientRequest.js +3 -3
- package/internal/http/clientRequest.js.map +1 -1
- package/internal/http/clientResponse.js +3 -3
- package/internal/http/clientResponse.js.map +1 -1
- package/internal/http/etag.js +1 -1
- package/internal/http/etag.js.map +1 -1
- package/internal/http/formData.js +12 -12
- package/internal/http/formData.js.map +1 -1
- package/internal/http/middleware.js +2 -2
- package/internal/http/middleware.js.map +1 -1
- package/internal/http/platform.js +7 -6
- package/internal/http/platform.js.map +1 -1
- package/internal/http/router.d.ts +1 -1
- package/internal/http/router.d.ts.map +1 -1
- package/internal/http/router.js +9 -28
- package/internal/http/router.js.map +1 -1
- package/internal/http/server.js +3 -3
- package/internal/http/server.js.map +1 -1
- package/internal/http/serverError.js +1 -1
- package/internal/http/serverError.js.map +1 -1
- package/internal/http/serverRequest.js +2 -2
- package/internal/http/serverRequest.js.map +1 -1
- package/internal/http/serverResponse.js +3 -3
- package/internal/http/serverResponse.js.map +1 -1
- package/internal/keyValueStore.js +6 -6
- package/internal/keyValueStore.js.map +1 -1
- package/internal/path.js +4 -4
- package/internal/path.js.map +1 -1
- package/mjs/Command.mjs.map +1 -1
- package/mjs/CommandExecutor.mjs.map +1 -1
- package/mjs/Effectify.mjs +3 -0
- package/mjs/Effectify.mjs.map +1 -1
- package/mjs/Error.mjs +3 -0
- package/mjs/Error.mjs.map +1 -1
- package/mjs/FileSystem.mjs +1 -4
- package/mjs/FileSystem.mjs.map +1 -1
- package/mjs/Http/Body.mjs.map +1 -1
- package/mjs/Http/Client.mjs.map +1 -1
- package/mjs/Http/ClientError.mjs.map +1 -1
- package/mjs/Http/ClientRequest.mjs.map +1 -1
- package/mjs/Http/ClientResponse.mjs.map +1 -1
- package/mjs/Http/Etag.mjs.map +1 -1
- package/mjs/Http/FormData.mjs.map +1 -1
- package/mjs/Http/Headers.mjs +3 -3
- package/mjs/Http/Headers.mjs.map +1 -1
- package/mjs/Http/IncomingMessage.mjs +6 -6
- package/mjs/Http/IncomingMessage.mjs.map +1 -1
- package/mjs/Http/Platform.mjs.map +1 -1
- package/mjs/Http/Router.mjs.map +1 -1
- package/mjs/Http/Server.mjs.map +1 -1
- package/mjs/Http/ServerError.mjs.map +1 -1
- package/mjs/Http/ServerRequest.mjs.map +1 -1
- package/mjs/Http/ServerResponse.mjs.map +1 -1
- package/mjs/Http/UrlParams.mjs +3 -3
- package/mjs/Http/UrlParams.mjs.map +1 -1
- package/mjs/KeyValueStore.mjs.map +1 -1
- package/mjs/Path.mjs.map +1 -1
- package/mjs/Runtime.mjs +2 -2
- package/mjs/Runtime.mjs.map +1 -1
- package/mjs/index.mjs +21 -0
- package/mjs/index.mjs.map +1 -0
- package/mjs/internal/command.mjs +7 -7
- package/mjs/internal/command.mjs.map +1 -1
- package/mjs/internal/commandExecutor.mjs +10 -9
- package/mjs/internal/commandExecutor.mjs.map +1 -1
- package/mjs/internal/effectify.mjs +1 -1
- package/mjs/internal/effectify.mjs.map +1 -1
- package/mjs/internal/error.mjs +1 -1
- package/mjs/internal/error.mjs.map +1 -1
- package/mjs/internal/fileSystem.mjs +11 -11
- package/mjs/internal/fileSystem.mjs.map +1 -1
- package/mjs/internal/http/body.mjs +4 -4
- package/mjs/internal/http/body.mjs.map +1 -1
- package/mjs/internal/http/client.mjs +9 -9
- package/mjs/internal/http/client.mjs.map +1 -1
- package/mjs/internal/http/clientError.mjs +1 -1
- package/mjs/internal/http/clientError.mjs.map +1 -1
- package/mjs/internal/http/clientRequest.mjs +3 -3
- package/mjs/internal/http/clientRequest.mjs.map +1 -1
- package/mjs/internal/http/clientResponse.mjs +3 -3
- package/mjs/internal/http/clientResponse.mjs.map +1 -1
- package/mjs/internal/http/etag.mjs +1 -1
- package/mjs/internal/http/etag.mjs.map +1 -1
- package/mjs/internal/http/formData.mjs +12 -12
- package/mjs/internal/http/formData.mjs.map +1 -1
- package/mjs/internal/http/middleware.mjs +2 -2
- package/mjs/internal/http/middleware.mjs.map +1 -1
- package/mjs/internal/http/platform.mjs +7 -6
- package/mjs/internal/http/platform.mjs.map +1 -1
- package/mjs/internal/http/router.mjs +9 -28
- package/mjs/internal/http/router.mjs.map +1 -1
- package/mjs/internal/http/server.mjs +3 -3
- package/mjs/internal/http/server.mjs.map +1 -1
- package/mjs/internal/http/serverError.mjs +1 -1
- package/mjs/internal/http/serverError.mjs.map +1 -1
- package/mjs/internal/http/serverRequest.mjs +2 -2
- package/mjs/internal/http/serverRequest.mjs.map +1 -1
- package/mjs/internal/http/serverResponse.mjs +3 -3
- package/mjs/internal/http/serverResponse.mjs.map +1 -1
- package/mjs/internal/keyValueStore.mjs +6 -6
- package/mjs/internal/keyValueStore.mjs.map +1 -1
- package/mjs/internal/path.mjs +4 -4
- package/mjs/internal/path.mjs.map +1 -1
- package/package.json +14 -5
- package/src/Command.ts +7 -7
- package/src/CommandExecutor.ts +5 -5
- package/src/Effectify.ts +1 -1
- package/src/Error.ts +1 -1
- package/src/FileSystem.ts +7 -7
- package/src/Http/App.ts +1 -1
- package/src/Http/Body.ts +3 -3
- package/src/Http/Client.ts +7 -7
- package/src/Http/ClientError.ts +1 -1
- package/src/Http/ClientRequest.ts +3 -3
- package/src/Http/ClientResponse.ts +1 -1
- package/src/Http/Etag.ts +2 -2
- package/src/Http/FormData.ts +6 -6
- package/src/Http/Headers.ts +4 -4
- package/src/Http/IncomingMessage.ts +8 -8
- package/src/Http/Platform.ts +2 -2
- package/src/Http/Router.ts +5 -5
- package/src/Http/Server.ts +3 -3
- package/src/Http/ServerError.ts +1 -1
- package/src/Http/ServerRequest.ts +4 -4
- package/src/Http/ServerResponse.ts +3 -3
- package/src/Http/UrlParams.ts +3 -3
- package/src/KeyValueStore.ts +4 -4
- package/src/Path.ts +3 -3
- package/src/Runtime.ts +3 -3
- package/src/index.ts +49 -0
- package/src/internal/command.ts +8 -8
- package/src/internal/commandExecutor.ts +7 -7
- package/src/internal/effectify.ts +1 -1
- package/src/internal/error.ts +1 -1
- package/src/internal/fileSystem.ts +6 -6
- package/src/internal/http/body.ts +4 -4
- package/src/internal/http/client.ts +10 -10
- package/src/internal/http/clientError.ts +1 -1
- package/src/internal/http/clientRequest.ts +4 -4
- package/src/internal/http/clientResponse.ts +3 -3
- package/src/internal/http/etag.ts +1 -1
- package/src/internal/http/formData.ts +9 -9
- package/src/internal/http/middleware.ts +2 -2
- package/src/internal/http/platform.ts +3 -3
- package/src/internal/http/router.ts +19 -40
- package/src/internal/http/server.ts +4 -4
- package/src/internal/http/serverError.ts +1 -1
- package/src/internal/http/serverRequest.ts +2 -2
- package/src/internal/http/serverResponse.ts +4 -4
- package/src/internal/keyValueStore.ts +5 -5
- package/src/internal/path.ts +4 -4
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as Context from "@effect/data/Context"
|
|
2
|
-
import { pipe } from "@effect/data/Function"
|
|
3
|
-
import * as Effect from "@effect/io/Effect"
|
|
4
1
|
import * as FileSystem from "@effect/platform/FileSystem"
|
|
5
2
|
import type * as Body from "@effect/platform/Http/Body"
|
|
6
3
|
import * as Etag from "@effect/platform/Http/Etag"
|
|
7
4
|
import type * as Platform from "@effect/platform/Http/Platform"
|
|
8
5
|
import type * as ServerResponse from "@effect/platform/Http/ServerResponse"
|
|
6
|
+
import * as Context from "effect/Context"
|
|
7
|
+
import * as Effect from "effect/Effect"
|
|
8
|
+
import { pipe } from "effect/Function"
|
|
9
9
|
|
|
10
10
|
/** @internal */
|
|
11
11
|
export const TypeId: Platform.TypeId = Symbol.for("@effect/platform/Http/Platform") as Platform.TypeId
|
|
@@ -1,13 +1,3 @@
|
|
|
1
|
-
import * as Chunk from "@effect/data/Chunk"
|
|
2
|
-
import * as Context from "@effect/data/Context"
|
|
3
|
-
import * as Equal from "@effect/data/Equal"
|
|
4
|
-
import { dual } from "@effect/data/Function"
|
|
5
|
-
import * as Hash from "@effect/data/Hash"
|
|
6
|
-
import * as Inspectable from "@effect/data/Inspectable"
|
|
7
|
-
import * as Option from "@effect/data/Option"
|
|
8
|
-
import { pipeArguments } from "@effect/data/Pipeable"
|
|
9
|
-
import type * as Cause from "@effect/io/Cause"
|
|
10
|
-
import * as Effect from "@effect/io/Effect"
|
|
11
1
|
import type * as App from "@effect/platform/Http/App"
|
|
12
2
|
import type * as Method from "@effect/platform/Http/Method"
|
|
13
3
|
import type * as Router from "@effect/platform/Http/Router"
|
|
@@ -15,9 +5,14 @@ import * as Error from "@effect/platform/Http/ServerError"
|
|
|
15
5
|
import * as ServerRequest from "@effect/platform/Http/ServerRequest"
|
|
16
6
|
import type * as ServerResponse from "@effect/platform/Http/ServerResponse"
|
|
17
7
|
import * as Schema from "@effect/schema/Schema"
|
|
18
|
-
import * as
|
|
19
|
-
import * as
|
|
20
|
-
import * as
|
|
8
|
+
import type * as Cause from "effect/Cause"
|
|
9
|
+
import * as Chunk from "effect/Chunk"
|
|
10
|
+
import * as Context from "effect/Context"
|
|
11
|
+
import * as Effect from "effect/Effect"
|
|
12
|
+
import * as Effectable from "effect/Effectable"
|
|
13
|
+
import { dual } from "effect/Function"
|
|
14
|
+
import * as Inspectable from "effect/Inspectable"
|
|
15
|
+
import * as Option from "effect/Option"
|
|
21
16
|
import type { HTTPMethod } from "find-my-way"
|
|
22
17
|
import FindMyWay from "find-my-way"
|
|
23
18
|
|
|
@@ -54,43 +49,27 @@ export const schemaParams = <I extends Readonly<Record<string, string>>, A>(sche
|
|
|
54
49
|
)
|
|
55
50
|
}
|
|
56
51
|
|
|
57
|
-
class RouterImpl<R, E>
|
|
52
|
+
class RouterImpl<R, E> extends Effectable.Effectable<
|
|
53
|
+
Exclude<R, Router.RouteContext>,
|
|
54
|
+
E | Error.RouteNotFound,
|
|
55
|
+
ServerResponse.ServerResponse
|
|
56
|
+
> implements Router.Router<R, E> {
|
|
58
57
|
readonly [TypeId]: Router.TypeId
|
|
59
58
|
constructor(
|
|
60
59
|
readonly routes: Chunk.Chunk<Router.Route<R, E>>,
|
|
61
60
|
readonly mounts: Chunk.Chunk<readonly [string, App.Default<R, E>]>
|
|
62
61
|
) {
|
|
62
|
+
super()
|
|
63
63
|
this[TypeId] = TypeId
|
|
64
|
-
this[Effect.EffectTypeId] = undefined
|
|
65
|
-
this[Stream.StreamTypeId] = undefined
|
|
66
|
-
this[Sink.SinkTypeId] = undefined
|
|
67
|
-
this[Channel.ChannelTypeId] = undefined
|
|
68
64
|
}
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
private httpApp: App.Default<Router.Router.ExcludeProvided<R>, E | Error.RouteNotFound> | undefined
|
|
65
|
+
private httpApp:
|
|
66
|
+
| Effect.Effect<Exclude<R, Router.RouteContext>, E | Error.RouteNotFound, ServerResponse.ServerResponse>
|
|
67
|
+
| undefined
|
|
73
68
|
commit() {
|
|
74
69
|
if (this.httpApp === undefined) {
|
|
75
|
-
this.httpApp = toHttpApp(this)
|
|
70
|
+
this.httpApp = toHttpApp(this) as any
|
|
76
71
|
}
|
|
77
|
-
return this.httpApp
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
// implements HttpApp/Effect
|
|
81
|
-
public _tag = "Commit" // OP_COMMIT
|
|
82
|
-
readonly [Effect.EffectTypeId]: any
|
|
83
|
-
readonly [Stream.StreamTypeId]: any
|
|
84
|
-
readonly [Sink.SinkTypeId]: any
|
|
85
|
-
readonly [Channel.ChannelTypeId]: any;
|
|
86
|
-
[Equal.symbol](
|
|
87
|
-
this: RouterImpl<R, E>,
|
|
88
|
-
that: RouterImpl<R, E>
|
|
89
|
-
): boolean {
|
|
90
|
-
return this === that
|
|
91
|
-
}
|
|
92
|
-
[Hash.symbol](this: RouterImpl<R, E>): number {
|
|
93
|
-
return Hash.random(this)
|
|
72
|
+
return this.httpApp!
|
|
94
73
|
}
|
|
95
74
|
toJSON() {
|
|
96
75
|
return {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import * as Context from "@effect/data/Context"
|
|
2
|
-
import { dual } from "@effect/data/Function"
|
|
3
|
-
import * as Effect from "@effect/io/Effect"
|
|
4
|
-
import type * as Scope from "@effect/io/Scope"
|
|
5
1
|
import type * as App from "@effect/platform/Http/App"
|
|
6
2
|
import type * as Middleware from "@effect/platform/Http/Middleware"
|
|
7
3
|
import type * as Server from "@effect/platform/Http/Server"
|
|
8
4
|
import type * as Error from "@effect/platform/Http/ServerError"
|
|
9
5
|
import type * as ServerRequest from "@effect/platform/Http/ServerRequest"
|
|
6
|
+
import * as Context from "effect/Context"
|
|
7
|
+
import * as Effect from "effect/Effect"
|
|
8
|
+
import { dual } from "effect/Function"
|
|
9
|
+
import type * as Scope from "effect/Scope"
|
|
10
10
|
|
|
11
11
|
/** @internal */
|
|
12
12
|
export const TypeId: Server.TypeId = Symbol.for("@effect/platform/Http/Server") as Server.TypeId
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as Context from "@effect/data/Context"
|
|
2
|
-
import * as Effect from "@effect/io/Effect"
|
|
3
1
|
import * as FormData from "@effect/platform/Http/FormData"
|
|
4
2
|
import * as IncomingMessage from "@effect/platform/Http/IncomingMessage"
|
|
5
3
|
import * as Error from "@effect/platform/Http/ServerError"
|
|
6
4
|
import type * as ServerRequest from "@effect/platform/Http/ServerRequest"
|
|
7
5
|
import type * as Schema from "@effect/schema/Schema"
|
|
6
|
+
import * as Context from "effect/Context"
|
|
7
|
+
import * as Effect from "effect/Effect"
|
|
8
8
|
|
|
9
9
|
/** @internal */
|
|
10
10
|
export const TypeId: ServerRequest.TypeId = Symbol.for("@effect/platform/Http/ServerRequest") as ServerRequest.TypeId
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
import { dual } from "@effect/data/Function"
|
|
2
|
-
import { pipeArguments } from "@effect/data/Pipeable"
|
|
3
|
-
import * as Effect from "@effect/io/Effect"
|
|
4
1
|
import type * as PlatformError from "@effect/platform/Error"
|
|
5
2
|
import type * as FileSystem from "@effect/platform/FileSystem"
|
|
6
3
|
import type * as Body from "@effect/platform/Http/Body"
|
|
@@ -10,7 +7,10 @@ import type * as ServerResponse from "@effect/platform/Http/ServerResponse"
|
|
|
10
7
|
import * as UrlParams from "@effect/platform/Http/UrlParams"
|
|
11
8
|
import * as internalBody from "@effect/platform/internal/http/body"
|
|
12
9
|
import type * as Schema from "@effect/schema/Schema"
|
|
13
|
-
import
|
|
10
|
+
import * as Effect from "effect/Effect"
|
|
11
|
+
import { dual } from "effect/Function"
|
|
12
|
+
import { pipeArguments } from "effect/Pipeable"
|
|
13
|
+
import type * as Stream from "effect/Stream"
|
|
14
14
|
|
|
15
15
|
/** @internal */
|
|
16
16
|
export const TypeId: ServerResponse.TypeId = Symbol.for("@effect/platform/Http/ServerResponse") as ServerResponse.TypeId
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import * as Context from "@effect/data/Context"
|
|
2
|
-
import { dual, pipe } from "@effect/data/Function"
|
|
3
|
-
import * as Option from "@effect/data/Option"
|
|
4
|
-
import * as Effect from "@effect/io/Effect"
|
|
5
|
-
import * as Layer from "@effect/io/Layer"
|
|
6
1
|
import * as FileSystem from "@effect/platform/FileSystem"
|
|
7
2
|
import type * as KeyValueStore from "@effect/platform/KeyValueStore"
|
|
8
3
|
import * as Path from "@effect/platform/Path"
|
|
9
4
|
import * as Schema from "@effect/schema/Schema"
|
|
5
|
+
import * as Context from "effect/Context"
|
|
6
|
+
import * as Effect from "effect/Effect"
|
|
7
|
+
import { dual, pipe } from "effect/Function"
|
|
8
|
+
import * as Layer from "effect/Layer"
|
|
9
|
+
import * as Option from "effect/Option"
|
|
10
10
|
|
|
11
11
|
/** @internal */
|
|
12
12
|
export const TypeId: KeyValueStore.TypeId = Symbol.for(
|
package/src/internal/path.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { Tag } from "@effect/data/Context"
|
|
2
|
-
import { identity } from "@effect/data/Function"
|
|
3
|
-
import * as Effect from "@effect/io/Effect"
|
|
4
|
-
import * as Layer from "@effect/io/Layer"
|
|
5
1
|
import { BadArgument } from "@effect/platform/Error"
|
|
6
2
|
import type { Path as _Path } from "@effect/platform/Path"
|
|
3
|
+
import { Tag } from "effect/Context"
|
|
4
|
+
import * as Effect from "effect/Effect"
|
|
5
|
+
import { identity } from "effect/Function"
|
|
6
|
+
import * as Layer from "effect/Layer"
|
|
7
7
|
import * as PathB from "path-browserify"
|
|
8
8
|
|
|
9
9
|
/** @internal */
|