#Enhancement: Opimizing response and the whole framework #85
Annotations
10 errors
|
src/core/tt.ts#L319
Unexpected blank line before this statement
|
|
src/core/tt.ts#L146
'headerName' is never reassigned. Use 'const' instead
|
|
src/core/tt.ts#L122
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
|
src/core/router/handle.ts#L98
Async arrow function expected a return value
|
|
src/core/router/handle.ts#L30
Expected to return a value at the end of async arrow function
|
|
src/core/response.ts#L176
'data' is defined but never used. Allowed unused args must match /^_/u
|
|
src/core/response.ts#L176
'data' is defined but never used. Allowed unused args must match /^_/u
|
|
src/core/response.ts#L176
'this' is defined but never used. Allowed unused args must match /^_/u
|
|
src/core/response.ts#L163
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
|
src/core/response.ts#L99
'headerName' is never reassigned. Use 'const' instead
|
The logs for this run have expired and are no longer available.
Loading