Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
update to effect package (#160)
Browse files Browse the repository at this point in the history
Co-authored-by: Tim <[email protected]>
  • Loading branch information
fubhy and tim-smart authored Sep 29, 2023
1 parent 645957d commit c2dc0ab
Show file tree
Hide file tree
Showing 130 changed files with 1,400 additions and 575 deletions.
8 changes: 8 additions & 0 deletions .changeset/selfish-rabbits-heal.md
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
2 changes: 1 addition & 1 deletion docs/platform-browser/KeyValueStore.ts.md
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"
---

Expand Down
2 changes: 1 addition & 1 deletion docs/platform-browser/Path.ts.md
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"
---

Expand Down
2 changes: 1 addition & 1 deletion docs/platform-browser/Runtime.ts.md
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"
---

Expand Down
114 changes: 114 additions & 0 deletions docs/platform-browser/index.ts.md
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
2 changes: 1 addition & 1 deletion docs/platform-bun/KeyValueStore.ts.md
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"
---

Expand Down
2 changes: 1 addition & 1 deletion docs/platform-bun/Path.ts.md
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"
---

Expand Down
2 changes: 1 addition & 1 deletion docs/platform-bun/Runtime.ts.md
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"
---

Expand Down
2 changes: 1 addition & 1 deletion docs/platform-bun/Sink.ts.md
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"
---

Expand Down
2 changes: 1 addition & 1 deletion docs/platform-bun/Stream.ts.md
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"
---

Expand Down
190 changes: 190 additions & 0 deletions docs/platform-bun/index.ts.md
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
2 changes: 1 addition & 1 deletion docs/platform-node/KeyValueStore.ts.md
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"
---

Expand Down
2 changes: 1 addition & 1 deletion docs/platform-node/NodeContext.ts.md
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"
---

Expand Down
Loading

0 comments on commit c2dc0ab

Please sign in to comment.