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.
switch to build-utils prepare-v1 (#183)
- Loading branch information
Showing
15 changed files
with
61 additions
and
187 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
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,7 +1,6 @@ | ||
coverage/ | ||
*.tsbuildinfo | ||
node_modules/ | ||
yarn-error.log | ||
.ultra.cache.json | ||
.DS_Store | ||
tmp/ | ||
|
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
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,38 +1,38 @@ | ||
/** | ||
* @since 1.0.0 | ||
*/ | ||
export * as Clipboard from "./Clipboard" | ||
export * as Clipboard from "@effect/platform-browser/Clipboard" | ||
|
||
/** | ||
* @since 1.0.0 | ||
*/ | ||
export * as Effectify from "./Effectify" | ||
export * as Effectify from "@effect/platform-browser/Effectify" | ||
|
||
/** | ||
* @since 1.0.0 | ||
*/ | ||
export * as Error from "./Error" | ||
export * as Error from "@effect/platform-browser/Error" | ||
|
||
/** | ||
* @since 1.0.0 | ||
*/ | ||
export * as HttpClient from "./HttpClient" | ||
export * as HttpClient from "@effect/platform-browser/HttpClient" | ||
|
||
/** | ||
* @since 1.0.0 | ||
* | ||
* Also includes exports from [`@effect/platform/KeyValueStore`](https://effect-ts.github.io/platform/platform/KeyValueStore.ts.html). | ||
*/ | ||
export * as KeyValueStore from "./KeyValueStore" | ||
export * as KeyValueStore from "@effect/platform-browser/KeyValueStore" | ||
|
||
/** | ||
* @since 1.0.0 | ||
* | ||
* Also includes exports from [`@effect/platform/Path`](https://effect-ts.github.io/platform/platform/Path.ts.html). | ||
*/ | ||
export * as Path from "./Path" | ||
export * as Path from "@effect/platform-browser/Path" | ||
|
||
/** | ||
* @since 1.0.0 | ||
*/ | ||
export * as Runtime from "./Runtime" | ||
export * as Runtime from "@effect/platform-browser/Runtime" |
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,7 +1,6 @@ | ||
coverage/ | ||
*.tsbuildinfo | ||
node_modules/ | ||
yarn-error.log | ||
.ultra.cache.json | ||
.DS_Store | ||
tmp/ | ||
|
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
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,66 +1,66 @@ | ||
/** | ||
* @since 1.0.0 | ||
*/ | ||
export * as BunContext from "./BunContext" | ||
export * as BunContext from "@effect/platform-bun/BunContext" | ||
|
||
/** | ||
* @since 1.0.0 | ||
*/ | ||
export * as Command from "./Command" | ||
export * as Command from "@effect/platform-bun/Command" | ||
|
||
/** | ||
* @since 1.0.0 | ||
*/ | ||
export * as CommandExecutor from "./CommandExecutor" | ||
export * as CommandExecutor from "@effect/platform-bun/CommandExecutor" | ||
|
||
/** | ||
* @since 1.0.0 | ||
*/ | ||
export * as Effectify from "./Effectify" | ||
export * as Effectify from "@effect/platform-bun/Effectify" | ||
|
||
/** | ||
* @since 1.0.0 | ||
*/ | ||
export * as Error from "./Error" | ||
export * as Error from "@effect/platform-bun/Error" | ||
|
||
/** | ||
* @since 1.0.0 | ||
*/ | ||
export * as FileSystem from "./FileSystem" | ||
export * as FileSystem from "@effect/platform-bun/FileSystem" | ||
|
||
/** | ||
* @since 1.0.0 | ||
*/ | ||
export * as HttpClient from "./HttpClient" | ||
export * as HttpClient from "@effect/platform-bun/HttpClient" | ||
|
||
/** | ||
* @since 1.0.0 | ||
*/ | ||
export * as HttpServer from "./HttpServer" | ||
export * as HttpServer from "@effect/platform-bun/HttpServer" | ||
|
||
/** | ||
* @since 1.0.0 | ||
* | ||
* Also includes exports from [`@effect/platform/KeyValueStore`](https://effect-ts.github.io/platform/platform/KeyValueStore.ts.html). | ||
*/ | ||
export * as KeyValueStore from "./KeyValueStore" | ||
export * as KeyValueStore from "@effect/platform-bun/KeyValueStore" | ||
|
||
/** | ||
* @since 1.0.0 | ||
*/ | ||
export * as Path from "./Path" | ||
export * as Path from "@effect/platform-bun/Path" | ||
|
||
/** | ||
* @since 1.0.0 | ||
*/ | ||
export * as Runtime from "./Runtime" | ||
export * as Runtime from "@effect/platform-bun/Runtime" | ||
|
||
/** | ||
* @since 1.0.0 | ||
*/ | ||
export * as Sink from "./Sink" | ||
export * as Sink from "@effect/platform-bun/Sink" | ||
|
||
/** | ||
* @since 1.0.0 | ||
*/ | ||
export * as Stream from "./Stream" | ||
export * as Stream from "@effect/platform-bun/Stream" |
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,7 +1,6 @@ | ||
coverage/ | ||
*.tsbuildinfo | ||
node_modules/ | ||
yarn-error.log | ||
.ultra.cache.json | ||
.DS_Store | ||
tmp/ | ||
|
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
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,66 +1,66 @@ | ||
/** | ||
* @since 1.0.0 | ||
*/ | ||
export * as Command from "./Command" | ||
export * as Command from "@effect/platform-node/Command" | ||
|
||
/** | ||
* @since 1.0.0 | ||
*/ | ||
export * as CommandExecutor from "./CommandExecutor" | ||
export * as CommandExecutor from "@effect/platform-node/CommandExecutor" | ||
|
||
/** | ||
* @since 1.0.0 | ||
*/ | ||
export * as Effectify from "./Effectify" | ||
export * as Effectify from "@effect/platform-node/Effectify" | ||
|
||
/** | ||
* @since 1.0.0 | ||
*/ | ||
export * as Error from "./Error" | ||
export * as Error from "@effect/platform-node/Error" | ||
|
||
/** | ||
* @since 1.0.0 | ||
*/ | ||
export * as FileSystem from "./FileSystem" | ||
export * as FileSystem from "@effect/platform-node/FileSystem" | ||
|
||
/** | ||
* @since 1.0.0 | ||
*/ | ||
export * as HttpClient from "./HttpClient" | ||
export * as HttpClient from "@effect/platform-node/HttpClient" | ||
|
||
/** | ||
* @since 1.0.0 | ||
*/ | ||
export * as HttpServer from "./HttpServer" | ||
export * as HttpServer from "@effect/platform-node/HttpServer" | ||
|
||
/** | ||
* @since 1.0.0 | ||
* | ||
* Also includes exports from [`@effect/platform/KeyValueStore`](https://effect-ts.github.io/platform/platform/KeyValueStore.ts.html). | ||
*/ | ||
export * as KeyValueStore from "./KeyValueStore" | ||
export * as KeyValueStore from "@effect/platform-node/KeyValueStore" | ||
|
||
/** | ||
* @since 1.0.0 | ||
*/ | ||
export * as NodeContext from "./NodeContext" | ||
export * as NodeContext from "@effect/platform-node/NodeContext" | ||
|
||
/** | ||
* @since 1.0.0 | ||
*/ | ||
export * as Path from "./Path" | ||
export * as Path from "@effect/platform-node/Path" | ||
|
||
/** | ||
* @since 1.0.0 | ||
*/ | ||
export * as Runtime from "./Runtime" | ||
export * as Runtime from "@effect/platform-node/Runtime" | ||
|
||
/** | ||
* @since 1.0.0 | ||
*/ | ||
export * as Sink from "./Sink" | ||
export * as Sink from "@effect/platform-node/Sink" | ||
|
||
/** | ||
* @since 1.0.0 | ||
*/ | ||
export * as Stream from "./Stream" | ||
export * as Stream from "@effect/platform-node/Stream" |
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,7 +1,6 @@ | ||
coverage/ | ||
*.tsbuildinfo | ||
node_modules/ | ||
yarn-error.log | ||
.ultra.cache.json | ||
.DS_Store | ||
tmp/ | ||
|
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
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,49 +1,49 @@ | ||
/** | ||
* @since 1.0.0 | ||
*/ | ||
export * as Command from "./Command" | ||
export * as Command from "@effect/platform/Command" | ||
|
||
/** | ||
* @since 1.0.0 | ||
*/ | ||
export * as CommandExecutor from "./CommandExecutor" | ||
export * as CommandExecutor from "@effect/platform/CommandExecutor" | ||
|
||
/** | ||
* @since 1.0.0 | ||
*/ | ||
export * as Effectify from "./Effectify" | ||
export * as Effectify from "@effect/platform/Effectify" | ||
|
||
/** | ||
* @since 1.0.0 | ||
*/ | ||
export * as Error from "./Error" | ||
export * as Error from "@effect/platform/Error" | ||
|
||
/** | ||
* @since 1.0.0 | ||
*/ | ||
export * as FileSystem from "./FileSystem" | ||
export * as FileSystem from "@effect/platform/FileSystem" | ||
|
||
/** | ||
* @since 1.0.0 | ||
*/ | ||
export * as HttpClient from "./HttpClient" | ||
export * as HttpClient from "@effect/platform/HttpClient" | ||
|
||
/** | ||
* @since 1.0.0 | ||
*/ | ||
export * as HttpServer from "./HttpServer" | ||
export * as HttpServer from "@effect/platform/HttpServer" | ||
|
||
/** | ||
* @since 1.0.0 | ||
*/ | ||
export * as KeyValueStore from "./KeyValueStore" | ||
export * as KeyValueStore from "@effect/platform/KeyValueStore" | ||
|
||
/** | ||
* @since 1.0.0 | ||
*/ | ||
export * as Path from "./Path" | ||
export * as Path from "@effect/platform/Path" | ||
|
||
/** | ||
* @since 1.0.0 | ||
*/ | ||
export * as Runtime from "./Runtime" | ||
export * as Runtime from "@effect/platform/Runtime" |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.