fix!: remove handling of types not present in type signatures #407
Annotations
8 errors
|
Run pnpm test:
src/async/reduce.ts#L35
TypeCheckError: Type 'undefined' cannot be used as an index type.
❯ src/async/reduce.ts:35:17
|
Run pnpm test:
src/array/boil.ts#L17
TypeError: Cannot read properties of null (reading 'length')
❯ Module.boil src/array/boil.ts:17:16
❯ tests/array/boil.test.ts:23:22
|
Run pnpm test:
src/array/intersects.ts#L24
TypeError: Cannot read properties of null (reading 'some')
❯ Module.intersects src/array/intersects.ts:24:16
❯ tests/array/intersects.test.ts:26:14
|
Run pnpm test:
src/array/zipToObject.ts#L31
TypeError: Cannot read properties of undefined (reading 'reduce')
❯ Module.zipToObject src/array/zipToObject.ts:31:15
❯ tests/array/zipToObject.test.ts:21:22
|
Run pnpm test:
src/number/max.ts#L22
TypeError: Cannot read properties of null (reading 'length')
❯ Module.max src/number/max.ts:22:14
❯ tests/number/max.test.ts:24:22
|
Run pnpm test:
src/number/min.ts#L22
TypeError: Cannot read properties of null (reading 'length')
❯ Module.min src/number/min.ts:22:14
❯ tests/number/min.test.ts:24:22
|
Run pnpm test
The operation was canceled.
|
Loading