Skip to content

#Enhancement: Opimizing response and the whole framework #37

#Enhancement: Opimizing response and the whole framework

#Enhancement: Opimizing response and the whole framework #37

Triggered via pull request April 3, 2025 23:09
Status Failure
Total duration 38s
Artifacts

ci.yml

on: pull_request
lint-test-compile-format
34s
lint-test-compile-format
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint-test-compile-format: src/core/tt.ts#L319
Unexpected blank line before this statement
lint-test-compile-format: src/core/tt.ts#L146
'headerName' is never reassigned. Use 'const' instead
lint-test-compile-format: src/core/tt.ts#L122
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
lint-test-compile-format: src/core/router/handle.ts#L98
Async arrow function expected a return value
lint-test-compile-format: src/core/router/handle.ts#L30
Expected to return a value at the end of async arrow function
lint-test-compile-format: src/core/response.ts#L177
'data' is defined but never used. Allowed unused args must match /^_/u
lint-test-compile-format: src/core/response.ts#L177
'data' is defined but never used. Allowed unused args must match /^_/u
lint-test-compile-format: src/core/response.ts#L164
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
lint-test-compile-format: src/core/response.ts#L100
'headerName' is never reassigned. Use 'const' instead
lint-test-compile-format: src/core/response.ts#L92
Unexpected blank line before this statement