Skip to content

Commit

Permalink
BREAKING(flags): remove std/flags (#4644)
Browse files Browse the repository at this point in the history
  • Loading branch information
iuioiua authored Apr 26, 2024
1 parent 433d544 commit 80cff5c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 803 deletions.
1 change: 0 additions & 1 deletion .github/workflows/title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ jobs:
dotenv
encoding
expect
flags
fmt
front_matter
fs
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ requirements:
| [dotenv](https://jsr.io/@std/dotenv) | Unstable | [![JSR](https://jsr.io/badges/@std/dotenv)](https://jsr.io/@std/dotenv) |
| [encoding](https://jsr.io/@std/encoding) | Settled | [![JSR](https://jsr.io/badges/@std/encoding)](https://jsr.io/@std/encoding) |
| [expect](https://jsr.io/@std/expect) | Unstable | [![JSR](https://jsr.io/badges/@std/expect)](https://jsr.io/@std/expect) |
| [flags](https://jsr.io/@std/flags) | Deprecated | [![JSR](https://jsr.io/badges/@std/flags)](https://jsr.io/@std/flags) |
| [fmt](https://jsr.io/@std/fmt) | Settled | [![JSR](https://jsr.io/badges/@std/fmt)](https://jsr.io/@std/fmt) |
| [front_matter](https://jsr.io/@std/front-matter) | Settled | [![JSR](https://jsr.io/badges/@std/front-matter)](https://jsr.io/@std/front-matter) |
| [fs](https://jsr.io/@std/fs) | Settled | [![JSR](https://jsr.io/badges/@std/fs)](https://jsr.io/@std/fs) |
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 @@ -46,7 +46,6 @@ type Mod =
| "dotenv"
| "encoding"
| "expect"
| "flags"
| "fmt"
| "front_matter"
| "fs"
Expand Down Expand Up @@ -96,7 +95,6 @@ const ENTRYPOINTS: Record<Mod, string[]> = {
"varint.ts",
],
expect: ["mod.ts"],
flags: ["mod.ts"],
fmt: ["bytes.ts", "colors.ts", "duration.ts", "printf.ts"],
front_matter: ["mod.ts"],
fs: ["mod.ts"],
Expand Down Expand Up @@ -139,7 +137,6 @@ const STABILITY: Record<Mod, DepState> = {
dotenv: "Unstable",
encoding: "Stable",
expect: "Unstable",
flags: "Unstable",
fmt: "Stable",
front_matter: "Stable",
fs: "Stable",
Expand Down
Loading

0 comments on commit 80cff5c

Please sign in to comment.