Added transform support for zlib compressed output #274
Annotations
5 errors and 1 warning
Run pnpm run type-check:
src/utils.ts#L139
Type '"gzip"' is not comparable to type '"base64" | "ascii" | "utf8" | "utf-8" | "utf16le" | "utf-16le" | "ucs2" | "ucs-2" | "base64url" | "latin1" | "hex" | "buffer"'.
|
Run pnpm run type-check:
src/utils.ts#L140
Type '"brotliCompress"' is not comparable to type '"base64" | "ascii" | "utf8" | "utf-8" | "utf16le" | "utf-16le" | "ucs2" | "ucs-2" | "base64url" | "latin1" | "hex" | "buffer"'.
|
Run pnpm run type-check:
src/utils.ts#L141
Type '"deflate"' is not comparable to type '"base64" | "ascii" | "utf8" | "utf-8" | "utf16le" | "utf-16le" | "ucs2" | "ucs-2" | "base64url" | "latin1" | "hex" | "buffer"'.
|
Run pnpm run type-check:
src/utils.ts#L176
Argument of type '{} | undefined' is not assignable to parameter of type 'string | ArrayBufferView'.
|
Run pnpm run type-check
Process completed with exit code 2.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: pnpm/action-setup@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading