Skip to content

Commit ece0256

Browse files
authoredNov 19, 2024
BREAKING(archive): remove std/archive package (denoland#6185)
1 parent 90e4aef commit ece0256

21 files changed

+244
-2145
lines changed
 

‎.github/dependency_graph.svg

Lines changed: 244 additions & 238 deletions
Loading

‎.github/labeler.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
archive:
2-
- changed-files:
3-
- any-glob-to-any-file: archive/**
41
assert:
52
- changed-files:
63
- any-glob-to-any-file: assert/**

‎.github/workflows/title.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
revert
3636
# This should be kept up-to-date with the current packages list
3737
scopes: |
38-
archive(/unstable)?
3938
assert(/unstable)?
4039
async(/unstable)?
4140
bytes(/unstable)?

‎README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ documentation:
1818

1919
| Package | Latest version |
2020
| ------------------------------------------------------ | ----------------------------------------------------------------------------------------- |
21-
| [archive](https://jsr.io/@std/archive) | [![JSR](https://jsr.io/badges/@std/archive)](https://jsr.io/@std/archive) |
2221
| [assert](https://jsr.io/@std/assert) | [![JSR](https://jsr.io/badges/@std/assert)](https://jsr.io/@std/assert) |
2322
| [async](https://jsr.io/@std/async) | [![JSR](https://jsr.io/badges/@std/async)](https://jsr.io/@std/async) |
2423
| [bytes](https://jsr.io/@std/bytes) | [![JSR](https://jsr.io/badges/@std/bytes)](https://jsr.io/@std/bytes) |

‎_tools/check_circular_package_dependencies.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ type Dep = {
3535
state: DepState;
3636
};
3737
type Mod =
38-
| "archive"
3938
| "assert"
4039
| "async"
4140
| "bytes"
@@ -79,7 +78,6 @@ type Mod =
7978
| "yaml";
8079

8180
const ENTRYPOINTS: Record<Mod, string[]> = {
82-
archive: ["mod.ts"],
8381
assert: ["mod.ts"],
8482
async: ["mod.ts"],
8583
bytes: ["mod.ts"],

‎_tools/check_docs.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ type DocNodeWithJsDoc<T = DocNodeBase> = T & {
3030
};
3131

3232
const ENTRY_POINTS = [
33-
"../archive/mod.ts",
3433
"../assert/mod.ts",
3534
"../assert/unstable_never.ts",
3635
"../async/mod.ts",

‎archive/_common.ts

Lines changed: 0 additions & 206 deletions
This file was deleted.

‎archive/_multi_reader.ts

Lines changed: 0 additions & 24 deletions
This file was deleted.

‎archive/_test_utils.ts

Lines changed: 0 additions & 6 deletions
This file was deleted.

‎archive/deno.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

‎archive/mod.ts

Lines changed: 0 additions & 73 deletions
This file was deleted.

‎archive/tar.ts

Lines changed: 0 additions & 497 deletions
This file was deleted.

‎archive/tar_test.ts

Lines changed: 0 additions & 124 deletions
This file was deleted.

‎archive/testdata/deno.tar

-10 KB
Binary file not shown.

‎archive/testdata/example.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

‎archive/testdata/with_link.tar

-10 KB
Binary file not shown.

‎archive/untar.ts

Lines changed: 0 additions & 570 deletions
This file was deleted.

‎archive/untar_test.ts

Lines changed: 0 additions & 386 deletions
This file was deleted.

‎browser-compat.tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
},
99
"importMap": "./import_map.json",
1010
"workspace": [
11-
"./archive",
1211
"./assert",
1312
"./async",
1413
"./bytes",

‎deno.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
}
5151
},
5252
"workspace": [
53-
"./archive",
5453
"./assert",
5554
"./async",
5655
"./bytes",

‎import_map.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"automation/": "https://raw.githubusercontent.com/denoland/automation/0.10.0/",
77
"graphviz": "npm:node-graphviz@^0.1.1",
88

9-
"@std/archive": "jsr:@std/archive@^0.225.4",
109
"@std/assert": "jsr:@std/assert@^1.0.8",
1110
"@std/async": "jsr:@std/async@^1.0.8",
1211
"@std/bytes": "jsr:@std/bytes@^1.0.4",

0 commit comments

Comments
 (0)
Please sign in to comment.