♻️(common): refactor infrastructure - TLS lifecycle, logger, contracts, and CA client #407
Annotations
30 errors
|
test
'result.data' is possibly 'undefined'.
|
|
test
'result.data' is possibly 'undefined'.
|
|
test
Variable 'error' is used before being assigned.
|
|
test
'const' declarations can only be declared inside a block.
|
|
test
Property 'findServiceOptimal' does not exist on type 'AddressManager'.
|
|
test
Property 'findServiceOptimal' does not exist on type 'AddressManager'.
|
|
test
Property 'findServiceOptimal' does not exist on type 'AddressManager'.
|
|
test
Property 'findServiceOptimal' does not exist on type 'AddressManager'.
|
|
test
Property 'findServiceOptimal' does not exist on type 'AddressManager'.
|
|
test
Cannot find module '@trading-model/common/contracts/broker-ws.types' or its corresponding type declarations.
|
|
typecheck
'result.data' is possibly 'undefined'.
|
|
typecheck
'result.data' is possibly 'undefined'.
|
|
typecheck
Variable 'error' is used before being assigned.
|
|
typecheck
'const' declarations can only be declared inside a block.
|
|
typecheck
Property 'findServiceOptimal' does not exist on type 'AddressManager'.
|
|
typecheck
Property 'findServiceOptimal' does not exist on type 'AddressManager'.
|
|
typecheck
Property 'findServiceOptimal' does not exist on type 'AddressManager'.
|
|
typecheck
Property 'findServiceOptimal' does not exist on type 'AddressManager'.
|
|
typecheck
Property 'findServiceOptimal' does not exist on type 'AddressManager'.
|
|
typecheck
Cannot find module '@trading-model/common/contracts/broker-ws.types' or its corresponding type declarations.
|
|
lint:
packages/broker-message/src/client/broker-ws-client.ts#L30
`@trading-model/common/config/logger` import should occur before import of `@trading-model/common/config/services.types`
|
|
lint:
packages/broker-message/src/client/broker-ws-client.ts#L30
There should be at least one empty line between import groups
|
|
lint:
packages/broker-message/src/client/broker-ws-client.ts#L21
`@trading-model/common/contracts/broker-ws.types` import should occur before import of `@trading-model/common/contracts/message.types`
|
|
lint:
packages/broker-message/src/client/broker-ws-client.ts#L16
'ServiceInstanceName' is defined but never used
|
|
lint:
packages/broker-message/src/client/broker-ws-client.ts#L11
`@trading-model/common/config/event.types` import should occur before import of `@trading-model/common/config/http-client`
|
|
lint:
packages/broker-message/src/client/broker-ws-client.ts#L10
'addressManagerClient' is defined but never used
|
|
lint:
packages/broker-message/src/client/broker-ws-client.ts#L10
`@trading-model/address-manager` import should occur before import of `@trading-model/common/config/http-client`
|
|
lint:
packages/broker-message/src/client/broker-ws-client.ts#L9
'computeAdaptiveTimeout' is defined but never used
|
|
lint:
packages/broker-message/src/client/broker-ws-client.ts#L4
`node:fs/promises` import should occur before import of `node:os`
|
|
lint:
packages/broker-message/src/client/broker-ws-client.ts#L2
'fs' is defined but never used
|