lowlighter / libs

🍱 Collection of carefully crafted TypeScript standalone libraries. Minimal, unbloated, convenient.
https://jsr.io/@libs
MIT License
125 stars 11 forks source link

refactor: use `@std/tar` #76

Closed iuioiua closed 2 months ago

iuioiua commented 2 months ago

There's other use of @std/archive within the codebase. This PR just deals with untarring a downloaded file in bundle/wasm/bundle.ts.

Towards https://github.com/denoland/std/issues/5986

iuioiua commented 2 months ago

deno task test is blocked on https://github.com/denoland/deno/pull/25736

lowlighter commented 2 months ago

Seems ci is failing because lockfile was upgraded to v4 but deno v1 doesn't support it I think:


error: Unsupported lockfile version '4'. Try upgrading Deno or recreating the lockfile at '/home/runner/work/libs/libs/bundle/deno.lock'.
lowlighter commented 2 months ago

Thanks for taking the time to migrate this before deprecating the @std/archive !