Skip to content

Commit

Permalink
BREAKING(archive): remove std/archive package (#6185)
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k authored Nov 19, 2024
1 parent 90e4aef commit ece0256
Show file tree
Hide file tree
Showing 21 changed files with 244 additions and 2,145 deletions.
482 changes: 244 additions & 238 deletions .github/dependency_graph.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
archive:
- changed-files:
- any-glob-to-any-file: archive/**
assert:
- changed-files:
- any-glob-to-any-file: assert/**
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
revert
# This should be kept up-to-date with the current packages list
scopes: |
archive(/unstable)?
assert(/unstable)?
async(/unstable)?
bytes(/unstable)?
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ documentation:

| Package | Latest version |
| ------------------------------------------------------ | ----------------------------------------------------------------------------------------- |
| [archive](https://jsr.io/@std/archive) | [![JSR](https://jsr.io/badges/@std/archive)](https://jsr.io/@std/archive) |
| [assert](https://jsr.io/@std/assert) | [![JSR](https://jsr.io/badges/@std/assert)](https://jsr.io/@std/assert) |
| [async](https://jsr.io/@std/async) | [![JSR](https://jsr.io/badges/@std/async)](https://jsr.io/@std/async) |
| [bytes](https://jsr.io/@std/bytes) | [![JSR](https://jsr.io/badges/@std/bytes)](https://jsr.io/@std/bytes) |
Expand Down
2 changes: 0 additions & 2 deletions _tools/check_circular_package_dependencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ type Dep = {
state: DepState;
};
type Mod =
| "archive"
| "assert"
| "async"
| "bytes"
Expand Down Expand Up @@ -79,7 +78,6 @@ type Mod =
| "yaml";

const ENTRYPOINTS: Record<Mod, string[]> = {
archive: ["mod.ts"],
assert: ["mod.ts"],
async: ["mod.ts"],
bytes: ["mod.ts"],
Expand Down
1 change: 0 additions & 1 deletion _tools/check_docs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ type DocNodeWithJsDoc<T = DocNodeBase> = T & {
};

const ENTRY_POINTS = [
"../archive/mod.ts",
"../assert/mod.ts",
"../assert/unstable_never.ts",
"../async/mod.ts",
Expand Down
206 changes: 0 additions & 206 deletions archive/_common.ts

This file was deleted.

24 changes: 0 additions & 24 deletions archive/_multi_reader.ts

This file was deleted.

6 changes: 0 additions & 6 deletions archive/_test_utils.ts

This file was deleted.

9 changes: 0 additions & 9 deletions archive/deno.json

This file was deleted.

73 changes: 0 additions & 73 deletions archive/mod.ts

This file was deleted.

Loading

0 comments on commit ece0256

Please sign in to comment.