This repository has been archived by the owner on Dec 10, 2024. It is now read-only.
feat: make generated context object constant #205
package.yml
on: pull_request
typescript
/
check
23s
typescript
/
standards
20s
typescript
/
types
20s
typescript
/
test
23s
build
/
build
20s
release
/
documentation
release
/
auto-merge
Annotations
16 errors and 4 warnings
typescript / types:
src/lib/test/mock/mock.ts#L11
'impl' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
|
typescript / types:
src/lib/test/mock/mock.ts#L33
'logger' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
|
typescript / types
Process completed with exit code 2.
|
build / build:
src/lib/test/mock/mock.ts#L11
'impl' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
|
build / build:
src/lib/test/mock/mock.ts#L33
'logger' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
|
build / build
Process completed with exit code 1.
|
typescript / check:
src/lib/test/context/context.ts#L56
Unsafe call of an `any` typed value
|
typescript / check:
src/lib/test/context/context.ts#L56
Unsafe member access .mockClear on an `any` value
|
typescript / check:
src/lib/test/mock/mock.ts#L18
Unsafe return of an `any` typed value
|
typescript / check:
src/lib/test/mock/mock.ts#L21
Unsafe call of an `any` typed value
|
typescript / check:
src/lib/test/mock/mock.ts#L21
Unsafe member access .debug on an `any` value
|
typescript / check:
src/lib/test/mock/mock.ts#L22
Unsafe call of an `any` typed value
|
typescript / check:
src/lib/test/mock/mock.ts#L22
Unsafe member access .info on an `any` value
|
typescript / check:
src/lib/test/mock/mock.ts#L23
Unsafe call of an `any` typed value
|
typescript / check:
src/lib/test/mock/mock.ts#L23
Unsafe member access .warn on an `any` value
|
typescript / check:
src/lib/test/mock/mock.ts#L24
Unsafe call of an `any` typed value
|
typescript / check:
src/commands/start/index.ts#L66
Unnecessary optional chain on a non-nullish value
|
typescript / check:
src/lib/event-horizon/http/http.ts#L56
Unnecessary conditional, expected left-hand side of `??` operator to be possibly null or undefined
|
typescript / check:
src/lib/event-horizon/http/http.ts#L56
Unnecessary conditional, value is `never`
|
typescript / check:
src/lib/event-horizon/http/http.ts#L57
Unnecessary conditional, left-hand side of `??` operator is always `null` or `undefined`
|