@effect/platform-browser 0.26.1 → 0.26.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/dist/cjs/KeyValueStore.js +1 -1
- package/dist/dts/HttpClient.d.ts +7 -7
- package/dist/dts/Path.d.ts +1 -1
- package/dist/dts/Transferable.d.ts +1 -1
- package/dist/dts/Worker.d.ts +1 -1
- package/dist/dts/WorkerRunner.d.ts +1 -1
- package/dist/dts/index.d.ts +5 -5
- package/dist/esm/HttpClient.js +7 -7
- package/dist/esm/KeyValueStore.js +1 -1
- package/dist/esm/Path.js +1 -1
- package/dist/esm/Transferable.js +1 -1
- package/dist/esm/index.js +5 -5
- package/package.json +3 -3
- package/src/HttpClient.ts +7 -7
- package/src/KeyValueStore.ts +1 -1
- package/src/Path.ts +1 -1
- package/src/Transferable.ts +1 -1
- package/src/Worker.ts +1 -1
- package/src/WorkerRunner.ts +1 -1
- package/src/index.ts +5 -5
|
@@ -49,7 +49,7 @@ function _interopRequireWildcard(e, r) {
|
|
|
49
49
|
/**
|
|
50
50
|
* @since 1.0.0
|
|
51
51
|
*
|
|
52
|
-
* Also includes exports from [`@effect/platform/KeyValueStore`](https://effect-ts.github.io/
|
|
52
|
+
* Also includes exports from [`@effect/platform/KeyValueStore`](https://effect-ts.github.io/effect/platform/KeyValueStore.ts.html).
|
|
53
53
|
*/
|
|
54
54
|
|
|
55
55
|
/**
|
package/dist/dts/HttpClient.d.ts
CHANGED
|
@@ -12,49 +12,49 @@ export {
|
|
|
12
12
|
/**
|
|
13
13
|
* @since 1.0.0
|
|
14
14
|
*
|
|
15
|
-
* - Docs: [Http/Body](https://effect-ts.github.io/
|
|
15
|
+
* - Docs: [Http/Body](https://effect-ts.github.io/effect/platform/Http/Body.ts.html)
|
|
16
16
|
* - Module: `@effect/platform/Http/Body`
|
|
17
17
|
*/
|
|
18
18
|
body,
|
|
19
19
|
/**
|
|
20
20
|
* @since 1.0.0
|
|
21
21
|
*
|
|
22
|
-
* - Docs: [Http/Client](https://effect-ts.github.io/
|
|
22
|
+
* - Docs: [Http/Client](https://effect-ts.github.io/effect/platform/Http/Client.ts.html)
|
|
23
23
|
* - Module: `@effect/platform/Http/Client`
|
|
24
24
|
*/
|
|
25
25
|
client,
|
|
26
26
|
/**
|
|
27
27
|
* @since 1.0.0
|
|
28
28
|
*
|
|
29
|
-
* - Docs: [Http/ClientError](https://effect-ts.github.io/
|
|
29
|
+
* - Docs: [Http/ClientError](https://effect-ts.github.io/effect/platform/Http/ClientError.ts.html)
|
|
30
30
|
* - Module: `@effect/platform/Http/ClientError`
|
|
31
31
|
*/
|
|
32
32
|
error,
|
|
33
33
|
/**
|
|
34
34
|
* @since 1.0.0
|
|
35
35
|
*
|
|
36
|
-
* - Docs: [Http/Headers](https://effect-ts.github.io/
|
|
36
|
+
* - Docs: [Http/Headers](https://effect-ts.github.io/effect/platform/Http/Headers.ts.html)
|
|
37
37
|
* - Module: `@effect/platform/Http/Headers`
|
|
38
38
|
*/
|
|
39
39
|
headers,
|
|
40
40
|
/**
|
|
41
41
|
* @since 1.0.0
|
|
42
42
|
*
|
|
43
|
-
* - Docs: [Http/ClientRequest](https://effect-ts.github.io/
|
|
43
|
+
* - Docs: [Http/ClientRequest](https://effect-ts.github.io/effect/platform/Http/ClientRequest.ts.html)
|
|
44
44
|
* - Module: `@effect/platform/Http/ClientRequest`
|
|
45
45
|
*/
|
|
46
46
|
request,
|
|
47
47
|
/**
|
|
48
48
|
* @since 1.0.0
|
|
49
49
|
*
|
|
50
|
-
* - Docs: [Http/ClientResponse](https://effect-ts.github.io/
|
|
50
|
+
* - Docs: [Http/ClientResponse](https://effect-ts.github.io/effect/platform/Http/ClientResponse.ts.html)
|
|
51
51
|
* - Module: `@effect/platform/Http/ClientResponse`
|
|
52
52
|
*/
|
|
53
53
|
response,
|
|
54
54
|
/**
|
|
55
55
|
* @since 1.0.0
|
|
56
56
|
*
|
|
57
|
-
* - Docs: [Http/UrlParams](https://effect-ts.github.io/
|
|
57
|
+
* - Docs: [Http/UrlParams](https://effect-ts.github.io/effect/platform/Http/UrlParams.ts.html)
|
|
58
58
|
* - Module: `@effect/platform/Http/UrlParams`
|
|
59
59
|
*/
|
|
60
60
|
urlParams };
|
package/dist/dts/Path.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @since 1.0.0
|
|
3
3
|
*
|
|
4
|
-
* Also includes exports from [`@effect/platform/Path`](https://effect-ts.github.io/
|
|
4
|
+
* Also includes exports from [`@effect/platform/Path`](https://effect-ts.github.io/effect/platform/Path.ts.html).
|
|
5
5
|
*/
|
|
6
6
|
export * from "@effect/platform/Path";
|
|
7
7
|
//# sourceMappingURL=Path.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @since 1.0.0
|
|
3
3
|
*
|
|
4
|
-
* Also includes exports from [`@effect/platform/Transferable`](https://effect-ts.github.io/
|
|
4
|
+
* Also includes exports from [`@effect/platform/Transferable`](https://effect-ts.github.io/effect/platform/Transferable.ts.html).
|
|
5
5
|
*/
|
|
6
6
|
export * from "@effect/platform/Transferable";
|
|
7
7
|
//# sourceMappingURL=Transferable.d.ts.map
|
package/dist/dts/Worker.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @since 1.0.0
|
|
3
3
|
*
|
|
4
|
-
* Also includes exports from [`@effect/platform/Worker`](https://effect-ts.github.io/
|
|
4
|
+
* Also includes exports from [`@effect/platform/Worker`](https://effect-ts.github.io/effect/platform/Worker.ts.html).
|
|
5
5
|
*/
|
|
6
6
|
import type * as Worker from "@effect/platform/Worker";
|
|
7
7
|
import type * as Schema from "@effect/schema/Schema";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @since 1.0.0
|
|
3
3
|
*
|
|
4
|
-
* Also includes exports from [`@effect/platform/WorkerRunner`](https://effect-ts.github.io/
|
|
4
|
+
* Also includes exports from [`@effect/platform/WorkerRunner`](https://effect-ts.github.io/effect/platform/WorkerRunner.ts.html).
|
|
5
5
|
*/
|
|
6
6
|
import type { WorkerError } from "@effect/platform/WorkerError";
|
|
7
7
|
import type * as Runner from "@effect/platform/WorkerRunner";
|
package/dist/dts/index.d.ts
CHANGED
|
@@ -17,13 +17,13 @@ export * as HttpClient from "./HttpClient.js";
|
|
|
17
17
|
/**
|
|
18
18
|
* @since 1.0.0
|
|
19
19
|
*
|
|
20
|
-
* Also includes exports from [`@effect/platform/KeyValueStore`](https://effect-ts.github.io/
|
|
20
|
+
* Also includes exports from [`@effect/platform/KeyValueStore`](https://effect-ts.github.io/effect/platform/KeyValueStore.ts.html).
|
|
21
21
|
*/
|
|
22
22
|
export * as KeyValueStore from "./KeyValueStore.js";
|
|
23
23
|
/**
|
|
24
24
|
* @since 1.0.0
|
|
25
25
|
*
|
|
26
|
-
* Also includes exports from [`@effect/platform/Path`](https://effect-ts.github.io/
|
|
26
|
+
* Also includes exports from [`@effect/platform/Path`](https://effect-ts.github.io/effect/platform/Path.ts.html).
|
|
27
27
|
*/
|
|
28
28
|
export * as Path from "./Path.js";
|
|
29
29
|
/**
|
|
@@ -33,19 +33,19 @@ export * as Runtime from "./Runtime.js";
|
|
|
33
33
|
/**
|
|
34
34
|
* @since 1.0.0
|
|
35
35
|
*
|
|
36
|
-
* Also includes exports from [`@effect/platform/Transferable`](https://effect-ts.github.io/
|
|
36
|
+
* Also includes exports from [`@effect/platform/Transferable`](https://effect-ts.github.io/effect/platform/Transferable.ts.html).
|
|
37
37
|
*/
|
|
38
38
|
export * as Transferable from "./Transferable.js";
|
|
39
39
|
/**
|
|
40
40
|
* @since 1.0.0
|
|
41
41
|
*
|
|
42
|
-
* Also includes exports from [`@effect/platform/Worker`](https://effect-ts.github.io/
|
|
42
|
+
* Also includes exports from [`@effect/platform/Worker`](https://effect-ts.github.io/effect/platform/Worker.ts.html).
|
|
43
43
|
*/
|
|
44
44
|
export * as Worker from "./Worker.js";
|
|
45
45
|
/**
|
|
46
46
|
* @since 1.0.0
|
|
47
47
|
*
|
|
48
|
-
* Also includes exports from [`@effect/platform/WorkerRunner`](https://effect-ts.github.io/
|
|
48
|
+
* Also includes exports from [`@effect/platform/WorkerRunner`](https://effect-ts.github.io/effect/platform/WorkerRunner.ts.html).
|
|
49
49
|
*/
|
|
50
50
|
export * as WorkerRunner from "./WorkerRunner.js";
|
|
51
51
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/esm/HttpClient.js
CHANGED
|
@@ -12,49 +12,49 @@ export {
|
|
|
12
12
|
/**
|
|
13
13
|
* @since 1.0.0
|
|
14
14
|
*
|
|
15
|
-
* - Docs: [Http/Body](https://effect-ts.github.io/
|
|
15
|
+
* - Docs: [Http/Body](https://effect-ts.github.io/effect/platform/Http/Body.ts.html)
|
|
16
16
|
* - Module: `@effect/platform/Http/Body`
|
|
17
17
|
*/
|
|
18
18
|
body,
|
|
19
19
|
/**
|
|
20
20
|
* @since 1.0.0
|
|
21
21
|
*
|
|
22
|
-
* - Docs: [Http/Client](https://effect-ts.github.io/
|
|
22
|
+
* - Docs: [Http/Client](https://effect-ts.github.io/effect/platform/Http/Client.ts.html)
|
|
23
23
|
* - Module: `@effect/platform/Http/Client`
|
|
24
24
|
*/
|
|
25
25
|
client,
|
|
26
26
|
/**
|
|
27
27
|
* @since 1.0.0
|
|
28
28
|
*
|
|
29
|
-
* - Docs: [Http/ClientError](https://effect-ts.github.io/
|
|
29
|
+
* - Docs: [Http/ClientError](https://effect-ts.github.io/effect/platform/Http/ClientError.ts.html)
|
|
30
30
|
* - Module: `@effect/platform/Http/ClientError`
|
|
31
31
|
*/
|
|
32
32
|
error,
|
|
33
33
|
/**
|
|
34
34
|
* @since 1.0.0
|
|
35
35
|
*
|
|
36
|
-
* - Docs: [Http/Headers](https://effect-ts.github.io/
|
|
36
|
+
* - Docs: [Http/Headers](https://effect-ts.github.io/effect/platform/Http/Headers.ts.html)
|
|
37
37
|
* - Module: `@effect/platform/Http/Headers`
|
|
38
38
|
*/
|
|
39
39
|
headers,
|
|
40
40
|
/**
|
|
41
41
|
* @since 1.0.0
|
|
42
42
|
*
|
|
43
|
-
* - Docs: [Http/ClientRequest](https://effect-ts.github.io/
|
|
43
|
+
* - Docs: [Http/ClientRequest](https://effect-ts.github.io/effect/platform/Http/ClientRequest.ts.html)
|
|
44
44
|
* - Module: `@effect/platform/Http/ClientRequest`
|
|
45
45
|
*/
|
|
46
46
|
request,
|
|
47
47
|
/**
|
|
48
48
|
* @since 1.0.0
|
|
49
49
|
*
|
|
50
|
-
* - Docs: [Http/ClientResponse](https://effect-ts.github.io/
|
|
50
|
+
* - Docs: [Http/ClientResponse](https://effect-ts.github.io/effect/platform/Http/ClientResponse.ts.html)
|
|
51
51
|
* - Module: `@effect/platform/Http/ClientResponse`
|
|
52
52
|
*/
|
|
53
53
|
response,
|
|
54
54
|
/**
|
|
55
55
|
* @since 1.0.0
|
|
56
56
|
*
|
|
57
|
-
* - Docs: [Http/UrlParams](https://effect-ts.github.io/
|
|
57
|
+
* - Docs: [Http/UrlParams](https://effect-ts.github.io/effect/platform/Http/UrlParams.ts.html)
|
|
58
58
|
* - Module: `@effect/platform/Http/UrlParams`
|
|
59
59
|
*/
|
|
60
60
|
urlParams };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @since 1.0.0
|
|
3
3
|
*
|
|
4
|
-
* Also includes exports from [`@effect/platform/KeyValueStore`](https://effect-ts.github.io/
|
|
4
|
+
* Also includes exports from [`@effect/platform/KeyValueStore`](https://effect-ts.github.io/effect/platform/KeyValueStore.ts.html).
|
|
5
5
|
*/
|
|
6
6
|
import * as internal from "./internal/keyValueStore.js";
|
|
7
7
|
/**
|
package/dist/esm/Path.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @since 1.0.0
|
|
3
3
|
*
|
|
4
|
-
* Also includes exports from [`@effect/platform/Path`](https://effect-ts.github.io/
|
|
4
|
+
* Also includes exports from [`@effect/platform/Path`](https://effect-ts.github.io/effect/platform/Path.ts.html).
|
|
5
5
|
*/
|
|
6
6
|
export * from "@effect/platform/Path";
|
|
7
7
|
//# sourceMappingURL=Path.js.map
|
package/dist/esm/Transferable.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @since 1.0.0
|
|
3
3
|
*
|
|
4
|
-
* Also includes exports from [`@effect/platform/Transferable`](https://effect-ts.github.io/
|
|
4
|
+
* Also includes exports from [`@effect/platform/Transferable`](https://effect-ts.github.io/effect/platform/Transferable.ts.html).
|
|
5
5
|
*/
|
|
6
6
|
export * from "@effect/platform/Transferable";
|
|
7
7
|
//# sourceMappingURL=Transferable.js.map
|
package/dist/esm/index.js
CHANGED
|
@@ -17,13 +17,13 @@ export * as HttpClient from "./HttpClient.js";
|
|
|
17
17
|
/**
|
|
18
18
|
* @since 1.0.0
|
|
19
19
|
*
|
|
20
|
-
* Also includes exports from [`@effect/platform/KeyValueStore`](https://effect-ts.github.io/
|
|
20
|
+
* Also includes exports from [`@effect/platform/KeyValueStore`](https://effect-ts.github.io/effect/platform/KeyValueStore.ts.html).
|
|
21
21
|
*/
|
|
22
22
|
export * as KeyValueStore from "./KeyValueStore.js";
|
|
23
23
|
/**
|
|
24
24
|
* @since 1.0.0
|
|
25
25
|
*
|
|
26
|
-
* Also includes exports from [`@effect/platform/Path`](https://effect-ts.github.io/
|
|
26
|
+
* Also includes exports from [`@effect/platform/Path`](https://effect-ts.github.io/effect/platform/Path.ts.html).
|
|
27
27
|
*/
|
|
28
28
|
export * as Path from "./Path.js";
|
|
29
29
|
/**
|
|
@@ -33,19 +33,19 @@ export * as Runtime from "./Runtime.js";
|
|
|
33
33
|
/**
|
|
34
34
|
* @since 1.0.0
|
|
35
35
|
*
|
|
36
|
-
* Also includes exports from [`@effect/platform/Transferable`](https://effect-ts.github.io/
|
|
36
|
+
* Also includes exports from [`@effect/platform/Transferable`](https://effect-ts.github.io/effect/platform/Transferable.ts.html).
|
|
37
37
|
*/
|
|
38
38
|
export * as Transferable from "./Transferable.js";
|
|
39
39
|
/**
|
|
40
40
|
* @since 1.0.0
|
|
41
41
|
*
|
|
42
|
-
* Also includes exports from [`@effect/platform/Worker`](https://effect-ts.github.io/
|
|
42
|
+
* Also includes exports from [`@effect/platform/Worker`](https://effect-ts.github.io/effect/platform/Worker.ts.html).
|
|
43
43
|
*/
|
|
44
44
|
export * as Worker from "./Worker.js";
|
|
45
45
|
/**
|
|
46
46
|
* @since 1.0.0
|
|
47
47
|
*
|
|
48
|
-
* Also includes exports from [`@effect/platform/WorkerRunner`](https://effect-ts.github.io/
|
|
48
|
+
* Also includes exports from [`@effect/platform/WorkerRunner`](https://effect-ts.github.io/effect/platform/WorkerRunner.ts.html).
|
|
49
49
|
*/
|
|
50
50
|
export * as WorkerRunner from "./WorkerRunner.js";
|
|
51
51
|
//# sourceMappingURL=index.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@effect/platform-browser",
|
|
3
|
-
"version": "0.26.
|
|
3
|
+
"version": "0.26.3",
|
|
4
4
|
"description": "Unified interfaces for common platform-specific services",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
},
|
|
10
10
|
"sideEffects": [],
|
|
11
11
|
"peerDependencies": {
|
|
12
|
-
"@effect/platform": "^0.40.
|
|
13
|
-
"effect": "^2.0.
|
|
12
|
+
"@effect/platform": "^0.40.3",
|
|
13
|
+
"effect": "^2.0.2"
|
|
14
14
|
},
|
|
15
15
|
"main": "./dist/cjs/index.js",
|
|
16
16
|
"module": "./dist/esm/index.js",
|
package/src/HttpClient.ts
CHANGED
|
@@ -13,49 +13,49 @@ export {
|
|
|
13
13
|
/**
|
|
14
14
|
* @since 1.0.0
|
|
15
15
|
*
|
|
16
|
-
* - Docs: [Http/Body](https://effect-ts.github.io/
|
|
16
|
+
* - Docs: [Http/Body](https://effect-ts.github.io/effect/platform/Http/Body.ts.html)
|
|
17
17
|
* - Module: `@effect/platform/Http/Body`
|
|
18
18
|
*/
|
|
19
19
|
body,
|
|
20
20
|
/**
|
|
21
21
|
* @since 1.0.0
|
|
22
22
|
*
|
|
23
|
-
* - Docs: [Http/Client](https://effect-ts.github.io/
|
|
23
|
+
* - Docs: [Http/Client](https://effect-ts.github.io/effect/platform/Http/Client.ts.html)
|
|
24
24
|
* - Module: `@effect/platform/Http/Client`
|
|
25
25
|
*/
|
|
26
26
|
client,
|
|
27
27
|
/**
|
|
28
28
|
* @since 1.0.0
|
|
29
29
|
*
|
|
30
|
-
* - Docs: [Http/ClientError](https://effect-ts.github.io/
|
|
30
|
+
* - Docs: [Http/ClientError](https://effect-ts.github.io/effect/platform/Http/ClientError.ts.html)
|
|
31
31
|
* - Module: `@effect/platform/Http/ClientError`
|
|
32
32
|
*/
|
|
33
33
|
error,
|
|
34
34
|
/**
|
|
35
35
|
* @since 1.0.0
|
|
36
36
|
*
|
|
37
|
-
* - Docs: [Http/Headers](https://effect-ts.github.io/
|
|
37
|
+
* - Docs: [Http/Headers](https://effect-ts.github.io/effect/platform/Http/Headers.ts.html)
|
|
38
38
|
* - Module: `@effect/platform/Http/Headers`
|
|
39
39
|
*/
|
|
40
40
|
headers,
|
|
41
41
|
/**
|
|
42
42
|
* @since 1.0.0
|
|
43
43
|
*
|
|
44
|
-
* - Docs: [Http/ClientRequest](https://effect-ts.github.io/
|
|
44
|
+
* - Docs: [Http/ClientRequest](https://effect-ts.github.io/effect/platform/Http/ClientRequest.ts.html)
|
|
45
45
|
* - Module: `@effect/platform/Http/ClientRequest`
|
|
46
46
|
*/
|
|
47
47
|
request,
|
|
48
48
|
/**
|
|
49
49
|
* @since 1.0.0
|
|
50
50
|
*
|
|
51
|
-
* - Docs: [Http/ClientResponse](https://effect-ts.github.io/
|
|
51
|
+
* - Docs: [Http/ClientResponse](https://effect-ts.github.io/effect/platform/Http/ClientResponse.ts.html)
|
|
52
52
|
* - Module: `@effect/platform/Http/ClientResponse`
|
|
53
53
|
*/
|
|
54
54
|
response,
|
|
55
55
|
/**
|
|
56
56
|
* @since 1.0.0
|
|
57
57
|
*
|
|
58
|
-
* - Docs: [Http/UrlParams](https://effect-ts.github.io/
|
|
58
|
+
* - Docs: [Http/UrlParams](https://effect-ts.github.io/effect/platform/Http/UrlParams.ts.html)
|
|
59
59
|
* - Module: `@effect/platform/Http/UrlParams`
|
|
60
60
|
*/
|
|
61
61
|
urlParams
|
package/src/KeyValueStore.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @since 1.0.0
|
|
3
3
|
*
|
|
4
|
-
* Also includes exports from [`@effect/platform/KeyValueStore`](https://effect-ts.github.io/
|
|
4
|
+
* Also includes exports from [`@effect/platform/KeyValueStore`](https://effect-ts.github.io/effect/platform/KeyValueStore.ts.html).
|
|
5
5
|
*/
|
|
6
6
|
import * as internal from "./internal/keyValueStore.js"
|
|
7
7
|
|
package/src/Path.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @since 1.0.0
|
|
3
3
|
*
|
|
4
|
-
* Also includes exports from [`@effect/platform/Path`](https://effect-ts.github.io/
|
|
4
|
+
* Also includes exports from [`@effect/platform/Path`](https://effect-ts.github.io/effect/platform/Path.ts.html).
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
export * from "@effect/platform/Path"
|
package/src/Transferable.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @since 1.0.0
|
|
3
3
|
*
|
|
4
|
-
* Also includes exports from [`@effect/platform/Transferable`](https://effect-ts.github.io/
|
|
4
|
+
* Also includes exports from [`@effect/platform/Transferable`](https://effect-ts.github.io/effect/platform/Transferable.ts.html).
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
export * from "@effect/platform/Transferable"
|
package/src/Worker.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @since 1.0.0
|
|
3
3
|
*
|
|
4
|
-
* Also includes exports from [`@effect/platform/Worker`](https://effect-ts.github.io/
|
|
4
|
+
* Also includes exports from [`@effect/platform/Worker`](https://effect-ts.github.io/effect/platform/Worker.ts.html).
|
|
5
5
|
*/
|
|
6
6
|
import type * as Worker from "@effect/platform/Worker"
|
|
7
7
|
import type * as Schema from "@effect/schema/Schema"
|
package/src/WorkerRunner.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @since 1.0.0
|
|
3
3
|
*
|
|
4
|
-
* Also includes exports from [`@effect/platform/WorkerRunner`](https://effect-ts.github.io/
|
|
4
|
+
* Also includes exports from [`@effect/platform/WorkerRunner`](https://effect-ts.github.io/effect/platform/WorkerRunner.ts.html).
|
|
5
5
|
*/
|
|
6
6
|
import type { WorkerError } from "@effect/platform/WorkerError"
|
|
7
7
|
import type * as Runner from "@effect/platform/WorkerRunner"
|
package/src/index.ts
CHANGED
|
@@ -21,14 +21,14 @@ export * as HttpClient from "./HttpClient.js"
|
|
|
21
21
|
/**
|
|
22
22
|
* @since 1.0.0
|
|
23
23
|
*
|
|
24
|
-
* Also includes exports from [`@effect/platform/KeyValueStore`](https://effect-ts.github.io/
|
|
24
|
+
* Also includes exports from [`@effect/platform/KeyValueStore`](https://effect-ts.github.io/effect/platform/KeyValueStore.ts.html).
|
|
25
25
|
*/
|
|
26
26
|
export * as KeyValueStore from "./KeyValueStore.js"
|
|
27
27
|
|
|
28
28
|
/**
|
|
29
29
|
* @since 1.0.0
|
|
30
30
|
*
|
|
31
|
-
* Also includes exports from [`@effect/platform/Path`](https://effect-ts.github.io/
|
|
31
|
+
* Also includes exports from [`@effect/platform/Path`](https://effect-ts.github.io/effect/platform/Path.ts.html).
|
|
32
32
|
*/
|
|
33
33
|
export * as Path from "./Path.js"
|
|
34
34
|
|
|
@@ -40,20 +40,20 @@ export * as Runtime from "./Runtime.js"
|
|
|
40
40
|
/**
|
|
41
41
|
* @since 1.0.0
|
|
42
42
|
*
|
|
43
|
-
* Also includes exports from [`@effect/platform/Transferable`](https://effect-ts.github.io/
|
|
43
|
+
* Also includes exports from [`@effect/platform/Transferable`](https://effect-ts.github.io/effect/platform/Transferable.ts.html).
|
|
44
44
|
*/
|
|
45
45
|
export * as Transferable from "./Transferable.js"
|
|
46
46
|
|
|
47
47
|
/**
|
|
48
48
|
* @since 1.0.0
|
|
49
49
|
*
|
|
50
|
-
* Also includes exports from [`@effect/platform/Worker`](https://effect-ts.github.io/
|
|
50
|
+
* Also includes exports from [`@effect/platform/Worker`](https://effect-ts.github.io/effect/platform/Worker.ts.html).
|
|
51
51
|
*/
|
|
52
52
|
export * as Worker from "./Worker.js"
|
|
53
53
|
|
|
54
54
|
/**
|
|
55
55
|
* @since 1.0.0
|
|
56
56
|
*
|
|
57
|
-
* Also includes exports from [`@effect/platform/WorkerRunner`](https://effect-ts.github.io/
|
|
57
|
+
* Also includes exports from [`@effect/platform/WorkerRunner`](https://effect-ts.github.io/effect/platform/WorkerRunner.ts.html).
|
|
58
58
|
*/
|
|
59
59
|
export * as WorkerRunner from "./WorkerRunner.js"
|