Skip to content

Commit

Permalink
BREAKING(console): remove std/console (#4643)
Browse files Browse the repository at this point in the history
  • Loading branch information
iuioiua authored Apr 26, 2024
1 parent 80cff5c commit 8f60a35
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 79 deletions.
1 change: 0 additions & 1 deletion .github/workflows/title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
bytes
cli
collections
console
crypto
csv
data_structures
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
**/cov/
crypto/_wasm/target
deno.lock
console/testdata/unicode_width_crate/target
cli/testdata/unicode_width_crate/target
html_cov/
cov.lcov
http/testdata/%25A.txt
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ requirements:
| [bytes](https://jsr.io/@std/bytes) | Settled | [![JSR](https://jsr.io/badges/@std/bytes)](https://jsr.io/@std/bytes) |
| [cli](https://jsr.io/@std/cli) | Unstable | [![JSR](https://jsr.io/badges/@std/cli)](https://jsr.io/@std/cli) |
| [collections](https://jsr.io/@std/collections) | Settled | [![JSR](https://jsr.io/badges/@std/collections)](https://jsr.io/@std/collections) |
| [console](https://jsr.io/@std/console) | Deprecated | [![JSR](https://jsr.io/badges/@std/console)](https://jsr.io/@std/console) |
| [crypto](https://jsr.io/@std/crypto) | Settled | [![JSR](https://jsr.io/badges/@std/crypto)](https://jsr.io/@std/crypto) |
| [csv](https://jsr.io/@std/csv) | Settled | [![JSR](https://jsr.io/badges/@std/csv)](https://jsr.io/@std/csv) |
| [data_structures](https://jsr.io/@std/data_structures) | Unstable | [![JSR](https://jsr.io/badges/@std/data-structures)](https://jsr.io/@std/data-structures) |
Expand Down
3 changes: 0 additions & 3 deletions _tools/check_circular_package_dependencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ type Mod =
| "bytes"
| "cli"
| "collections"
| "console"
| "crypto"
| "csv"
| "data_structures"
Expand Down Expand Up @@ -79,7 +78,6 @@ const ENTRYPOINTS: Record<Mod, string[]> = {
bytes: ["mod.ts"],
cli: ["mod.ts"],
collections: ["mod.ts"],
console: ["mod.ts"],
crypto: ["mod.ts"],
csv: ["mod.ts"],
data_structures: ["mod.ts"],
Expand Down Expand Up @@ -129,7 +127,6 @@ const STABILITY: Record<Mod, DepState> = {
bytes: "Stable",
cli: "Unstable",
collections: "Stable",
console: "Unstable",
crypto: "Stable",
csv: "Stable",
data_structures: "Unstable",
Expand Down
25 changes: 0 additions & 25 deletions console/mod.ts

This file was deleted.

48 changes: 0 additions & 48 deletions console/unicode_width.ts

This file was deleted.

0 comments on commit 8f60a35

Please sign in to comment.