chore(node/_tools): upgrade denoflate to 2.0.2 for setup script (#2867)

This commit is contained in:
Asher Gomez 2022-11-10 18:20:29 +11:00 committed by GitHub
parent c633b37401
commit e808ece9ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2068 additions and 2069 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
#!/usr/bin/env -S deno run --no-check=remote --allow-read=. --allow-write=.
// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license.
import { gunzip } from "https://deno.land/x/denoflate@1.2.1/mod.ts";
import { gunzip } from "https://deno.land/x/denoflate@2.0.2/deno/mod.ts";
import { Untar } from "../../archive/tar.ts";
import { walk } from "../../fs/walk.ts";
import {