Update TS and Typedoc #101
Annotations
10 errors and 1 warning
CI:
node_modules/@zenfs/core/dist/file.d.ts#L12
All declarations of 'resizable' must have identical modifiers.
|
CI:
node_modules/@zenfs/core/dist/file.d.ts#L13
All declarations of 'maxByteLength' must have identical modifiers.
|
CI:
node_modules/@zenfs/core/dist/file.d.ts#L13
Subsequent property declarations must have the same type. Property 'maxByteLength' must be of type 'number', but here has type 'number | undefined'.
|
CI:
node_modules/@zenfs/core/dist/file.d.ts#L18
All declarations of 'maxByteLength' must have identical modifiers.
|
CI:
node_modules/@zenfs/core/dist/file.d.ts#L18
Subsequent property declarations must have the same type. Property 'maxByteLength' must be of type 'number', but here has type 'number | undefined'.
|
CI:
src/zip/zip.ts#L40
Argument of type 'ArrayBufferLike' is not assignable to parameter of type 'ArrayBuffer | ArrayBufferView<ArrayBufferLike>'.
|
CI:
src/zip/zip.ts#L127
Type 'ArrayBuffer | SharedArrayBuffer' is not assignable to type 'ArrayBuffer'.
|
CI:
src/zip/zip.ts#L150
Argument of type 'ArrayBufferLike' is not assignable to parameter of type 'ArrayBuffer | ArrayBufferView<ArrayBufferLike>'.
|
CI:
src/zip/zip.ts#L161
Type 'ArrayBuffer | SharedArrayBuffer' is not assignable to type 'ArrayBuffer'.
|
CI:
src/zip/zip.ts#L182
Argument of type 'ArrayBufferLike' is not assignable to parameter of type 'ArrayBuffer | ArrayBufferView<ArrayBufferLike>'.
|
CI
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|