Skip to content

refactor project structure #734

refactor project structure

refactor project structure #734

Triggered via pull request March 9, 2024 12:21
Status Failure
Total duration 17s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
TypeScript: src/cache/Cache.ts#L18
Type 'T | undefined' is not assignable to type 'T'.
TypeScript: src/cache/Cache.ts#L46
Object is possibly 'undefined'.
TypeScript: src/cache/FakeMap.ts#L6
Property 'size' has no initializer and is not definitely assigned in the constructor.
TypeScript: src/cache/FakeMap.ts#L13
Type 'null' is not assignable to type 'T'.
TypeScript: src/cache/FakeMap.ts#L29
Type 'null' is not assignable to type 'boolean'.
TypeScript: src/cache/MessageCache.ts#L24
'cache' is possibly 'undefined'.
TypeScript: src/cache/MessageCache.ts#L25
'cache' is possibly 'undefined'.
TypeScript: src/cache/MessageCache.ts#L25
'cache' is possibly 'undefined'.
TypeScript: src/cache/MessageCache.ts#L27
'cache' is possibly 'undefined'.
TypeScript: src/client/Client.ts#L64
Property 'token' has no initializer and is not definitely assigned in the constructor.
Biome version range detected
Please consider pinning the version of @biomejs/biome in your package.json file. See https://biomejs.dev/internals/versioning/ for more information.