This repository has been archived by the owner on Jul 16, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Tim <[email protected]>
- Loading branch information
Showing
130 changed files
with
1,400 additions
and
575 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
"@effect/platform-browser": minor | ||
"@effect/platform-node": minor | ||
"@effect/platform-bun": minor | ||
"@effect/platform": minor | ||
--- | ||
|
||
update to effect package |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
title: KeyValueStore.ts | ||
nav_order: 5 | ||
nav_order: 6 | ||
parent: "@effect/platform-browser" | ||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
title: Path.ts | ||
nav_order: 6 | ||
nav_order: 7 | ||
parent: "@effect/platform-browser" | ||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
title: Runtime.ts | ||
nav_order: 7 | ||
nav_order: 8 | ||
parent: "@effect/platform-browser" | ||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,114 @@ | ||
--- | ||
title: index.ts | ||
nav_order: 5 | ||
parent: "@effect/platform-browser" | ||
--- | ||
|
||
## index overview | ||
|
||
Added in v1.0.0 | ||
|
||
--- | ||
|
||
<h2 class="text-delta">Table of contents</h2> | ||
|
||
- [exports](#exports) | ||
- [From "@effect/platform-browser/Clipboard"](#from-effectplatform-browserclipboard) | ||
- [From "@effect/platform-browser/Effectify"](#from-effectplatform-browsereffectify) | ||
- [From "@effect/platform-browser/Error"](#from-effectplatform-browsererror) | ||
- [From "@effect/platform-browser/HttpClient"](#from-effectplatform-browserhttpclient) | ||
- [From "@effect/platform-browser/KeyValueStore"](#from-effectplatform-browserkeyvaluestore) | ||
- [From "@effect/platform-browser/Path"](#from-effectplatform-browserpath) | ||
- [From "@effect/platform-browser/Runtime"](#from-effectplatform-browserruntime) | ||
|
||
--- | ||
|
||
# exports | ||
|
||
## From "@effect/platform-browser/Clipboard" | ||
|
||
Re-exports all named exports from the "@effect/platform-browser/Clipboard" module. | ||
|
||
**Signature** | ||
|
||
```ts | ||
export * from '@effect/platform-browser/Clipboard' | ||
``` | ||
|
||
Added in v1.0.0 | ||
|
||
## From "@effect/platform-browser/Effectify" | ||
|
||
Re-exports all named exports from the "@effect/platform-browser/Effectify" module. | ||
|
||
**Signature** | ||
|
||
```ts | ||
export * from '@effect/platform-browser/Effectify' | ||
``` | ||
|
||
Added in v1.0.0 | ||
|
||
## From "@effect/platform-browser/Error" | ||
|
||
Re-exports all named exports from the "@effect/platform-browser/Error" module. | ||
|
||
**Signature** | ||
|
||
```ts | ||
export * from '@effect/platform-browser/Error' | ||
``` | ||
|
||
Added in v1.0.0 | ||
|
||
## From "@effect/platform-browser/HttpClient" | ||
|
||
Re-exports all named exports from the "@effect/platform-browser/HttpClient" module. | ||
|
||
**Signature** | ||
|
||
```ts | ||
export * from '@effect/platform-browser/HttpClient' | ||
``` | ||
|
||
Added in v1.0.0 | ||
|
||
## From "@effect/platform-browser/KeyValueStore" | ||
|
||
Re-exports all named exports from the "@effect/platform-browser/KeyValueStore" module. | ||
|
||
**Signature** | ||
|
||
```ts | ||
export * from '@effect/platform-browser/KeyValueStore' | ||
``` | ||
|
||
Added in v1.0.0 | ||
|
||
Also includes exports from [`@effect/platform/KeyValueStore`](https://effect-ts.github.io/platform/platform/KeyValueStore.ts.html). | ||
|
||
## From "@effect/platform-browser/Path" | ||
|
||
Re-exports all named exports from the "@effect/platform-browser/Path" module. | ||
|
||
**Signature** | ||
|
||
```ts | ||
export * from '@effect/platform-browser/Path' | ||
``` | ||
|
||
Added in v1.0.0 | ||
|
||
Also includes exports from [`@effect/platform/Path`](https://effect-ts.github.io/platform/platform/Path.ts.html). | ||
|
||
## From "@effect/platform-browser/Runtime" | ||
|
||
Re-exports all named exports from the "@effect/platform-browser/Runtime" module. | ||
|
||
**Signature** | ||
|
||
```ts | ||
export * from '@effect/platform-browser/Runtime' | ||
``` | ||
|
||
Added in v1.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
title: KeyValueStore.ts | ||
nav_order: 11 | ||
nav_order: 12 | ||
parent: "@effect/platform-bun" | ||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
title: Path.ts | ||
nav_order: 12 | ||
nav_order: 13 | ||
parent: "@effect/platform-bun" | ||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
title: Runtime.ts | ||
nav_order: 13 | ||
nav_order: 14 | ||
parent: "@effect/platform-bun" | ||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
title: Sink.ts | ||
nav_order: 14 | ||
nav_order: 15 | ||
parent: "@effect/platform-bun" | ||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
title: Stream.ts | ||
nav_order: 15 | ||
nav_order: 16 | ||
parent: "@effect/platform-bun" | ||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,190 @@ | ||
--- | ||
title: index.ts | ||
nav_order: 11 | ||
parent: "@effect/platform-bun" | ||
--- | ||
|
||
## index overview | ||
|
||
Added in v1.0.0 | ||
|
||
--- | ||
|
||
<h2 class="text-delta">Table of contents</h2> | ||
|
||
- [exports](#exports) | ||
- [From "@effect/platform-bun/BunContext"](#from-effectplatform-bunbuncontext) | ||
- [From "@effect/platform-bun/Command"](#from-effectplatform-buncommand) | ||
- [From "@effect/platform-bun/CommandExecutor"](#from-effectplatform-buncommandexecutor) | ||
- [From "@effect/platform-bun/Effectify"](#from-effectplatform-buneffectify) | ||
- [From "@effect/platform-bun/Error"](#from-effectplatform-bunerror) | ||
- [From "@effect/platform-bun/FileSystem"](#from-effectplatform-bunfilesystem) | ||
- [From "@effect/platform-bun/HttpClient"](#from-effectplatform-bunhttpclient) | ||
- [From "@effect/platform-bun/HttpServer"](#from-effectplatform-bunhttpserver) | ||
- [From "@effect/platform-bun/KeyValueStore"](#from-effectplatform-bunkeyvaluestore) | ||
- [From "@effect/platform-bun/Path"](#from-effectplatform-bunpath) | ||
- [From "@effect/platform-bun/Runtime"](#from-effectplatform-bunruntime) | ||
- [From "@effect/platform-bun/Sink"](#from-effectplatform-bunsink) | ||
- [From "@effect/platform-bun/Stream"](#from-effectplatform-bunstream) | ||
|
||
--- | ||
|
||
# exports | ||
|
||
## From "@effect/platform-bun/BunContext" | ||
|
||
Re-exports all named exports from the "@effect/platform-bun/BunContext" module. | ||
|
||
**Signature** | ||
|
||
```ts | ||
export * from '@effect/platform-bun/BunContext' | ||
``` | ||
|
||
Added in v1.0.0 | ||
|
||
## From "@effect/platform-bun/Command" | ||
|
||
Re-exports all named exports from the "@effect/platform-bun/Command" module. | ||
|
||
**Signature** | ||
|
||
```ts | ||
export * from '@effect/platform-bun/Command' | ||
``` | ||
|
||
Added in v1.0.0 | ||
|
||
## From "@effect/platform-bun/CommandExecutor" | ||
|
||
Re-exports all named exports from the "@effect/platform-bun/CommandExecutor" module. | ||
|
||
**Signature** | ||
|
||
```ts | ||
export * from '@effect/platform-bun/CommandExecutor' | ||
``` | ||
|
||
Added in v1.0.0 | ||
|
||
## From "@effect/platform-bun/Effectify" | ||
|
||
Re-exports all named exports from the "@effect/platform-bun/Effectify" module. | ||
|
||
**Signature** | ||
|
||
```ts | ||
export * from '@effect/platform-bun/Effectify' | ||
``` | ||
|
||
Added in v1.0.0 | ||
|
||
## From "@effect/platform-bun/Error" | ||
|
||
Re-exports all named exports from the "@effect/platform-bun/Error" module. | ||
|
||
**Signature** | ||
|
||
```ts | ||
export * from '@effect/platform-bun/Error' | ||
``` | ||
|
||
Added in v1.0.0 | ||
|
||
## From "@effect/platform-bun/FileSystem" | ||
|
||
Re-exports all named exports from the "@effect/platform-bun/FileSystem" module. | ||
|
||
**Signature** | ||
|
||
```ts | ||
export * from '@effect/platform-bun/FileSystem' | ||
``` | ||
|
||
Added in v1.0.0 | ||
|
||
## From "@effect/platform-bun/HttpClient" | ||
|
||
Re-exports all named exports from the "@effect/platform-bun/HttpClient" module. | ||
|
||
**Signature** | ||
|
||
```ts | ||
export * from '@effect/platform-bun/HttpClient' | ||
``` | ||
|
||
Added in v1.0.0 | ||
|
||
## From "@effect/platform-bun/HttpServer" | ||
|
||
Re-exports all named exports from the "@effect/platform-bun/HttpServer" module. | ||
|
||
**Signature** | ||
|
||
```ts | ||
export * from '@effect/platform-bun/HttpServer' | ||
``` | ||
|
||
Added in v1.0.0 | ||
|
||
## From "@effect/platform-bun/KeyValueStore" | ||
|
||
Re-exports all named exports from the "@effect/platform-bun/KeyValueStore" module. | ||
|
||
**Signature** | ||
|
||
```ts | ||
export * from '@effect/platform-bun/KeyValueStore' | ||
``` | ||
|
||
Added in v1.0.0 | ||
|
||
Also includes exports from [`@effect/platform/KeyValueStore`](https://effect-ts.github.io/platform/platform/KeyValueStore.ts.html). | ||
|
||
## From "@effect/platform-bun/Path" | ||
|
||
Re-exports all named exports from the "@effect/platform-bun/Path" module. | ||
|
||
**Signature** | ||
|
||
```ts | ||
export * from '@effect/platform-bun/Path' | ||
``` | ||
|
||
Added in v1.0.0 | ||
|
||
## From "@effect/platform-bun/Runtime" | ||
|
||
Re-exports all named exports from the "@effect/platform-bun/Runtime" module. | ||
|
||
**Signature** | ||
|
||
```ts | ||
export * from '@effect/platform-bun/Runtime' | ||
``` | ||
|
||
Added in v1.0.0 | ||
|
||
## From "@effect/platform-bun/Sink" | ||
|
||
Re-exports all named exports from the "@effect/platform-bun/Sink" module. | ||
|
||
**Signature** | ||
|
||
```ts | ||
export * from '@effect/platform-bun/Sink' | ||
``` | ||
|
||
Added in v1.0.0 | ||
|
||
## From "@effect/platform-bun/Stream" | ||
|
||
Re-exports all named exports from the "@effect/platform-bun/Stream" module. | ||
|
||
**Signature** | ||
|
||
```ts | ||
export * from '@effect/platform-bun/Stream' | ||
``` | ||
|
||
Added in v1.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
title: KeyValueStore.ts | ||
nav_order: 13 | ||
nav_order: 14 | ||
parent: "@effect/platform-node" | ||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
title: NodeContext.ts | ||
nav_order: 14 | ||
nav_order: 15 | ||
parent: "@effect/platform-node" | ||
--- | ||
|
||
|
Oops, something went wrong.