Housekeeping & Make ESLint happy again

This commit is contained in:
SukkaW
2024-09-20 15:25:06 +08:00
parent bcb45e43f6
commit bdc3955ac6
7 changed files with 74 additions and 207 deletions

View File

@@ -2,7 +2,8 @@ import path from 'node:path';
import { pipeline } from 'node:stream/promises';
import { task } from './trace';
import { defaultRequestInit, fetchWithRetry } from './lib/fetch-retry';
import { extract as tarExtract, type Headers as TarEntryHeaders } from 'tar-fs';
import { extract as tarExtract } from 'tar-fs';
import type { Headers as TarEntryHeaders } from 'tar-fs';
import zlib from 'node:zlib';
import { Readable } from 'node:stream';