refactor project structure #734
Annotations
10 errors
Run TypeScript compiler:
src/cache/Cache.ts#L18
Type 'T | undefined' is not assignable to type 'T'.
|
Run TypeScript compiler:
src/cache/Cache.ts#L46
Object is possibly 'undefined'.
|
Run TypeScript compiler:
src/cache/FakeMap.ts#L6
Property 'size' has no initializer and is not definitely assigned in the constructor.
|
Run TypeScript compiler:
src/cache/FakeMap.ts#L13
Type 'null' is not assignable to type 'T'.
|
Run TypeScript compiler:
src/cache/FakeMap.ts#L29
Type 'null' is not assignable to type 'boolean'.
|
Run TypeScript compiler:
src/cache/MessageCache.ts#L24
'cache' is possibly 'undefined'.
|
Run TypeScript compiler:
src/cache/MessageCache.ts#L25
'cache' is possibly 'undefined'.
|
Run TypeScript compiler:
src/cache/MessageCache.ts#L25
'cache' is possibly 'undefined'.
|
Run TypeScript compiler:
src/cache/MessageCache.ts#L27
'cache' is possibly 'undefined'.
|
Run TypeScript compiler:
src/client/Client.ts#L64
Property 'token' has no initializer and is not definitely assigned in the constructor.
|
Loading