fix: pending references of Response class #197
checks.yml
on: push
Matrix: lint / lint
Matrix: test / test_linux
Matrix: test / test_windows
Matrix: typecheck / typecheck
Annotations
8 errors
|
typecheck / typecheck (latest)
Process completed with exit code 2.
|
|
typecheck / typecheck (latest):
tests/response.spec.ts#L1400
Type 'true' does not satisfy the constraint '"Expected: literal boolean: true, Actual: literal boolean: false"'.
|
|
typecheck / typecheck (latest):
tests/response.spec.ts#L1375
Type 'true' does not satisfy the constraint '"Expected: literal boolean: true, Actual: literal boolean: false"'.
|
|
typecheck / typecheck (latest):
tests/response.spec.ts#L1351
Type 'false' does not satisfy the constraint '"Expected: literal boolean: false, Actual: literal boolean: true"'.
|
|
typecheck / typecheck (latest):
tests/response.spec.ts#L1326
Type 'false' does not satisfy the constraint '"Expected: literal boolean: false, Actual: literal boolean: true"'.
|
|
typecheck / typecheck (latest):
tests/response.spec.ts#L27
Module '"../src/response.ts"' has no exported member 'Response'.
|
|
typecheck / typecheck (latest):
src/redirect.ts#L15
Module '"./response.ts"' has no exported member 'Response'.
|
|
typecheck / typecheck (latest):
src/http_context/main.ts#L17
Module '"../response.ts"' has no exported member 'Response'.
|