Skip to content

fix(middleware): issue with singleton middleware having its original … #5

fix(middleware): issue with singleton middleware having its original …

fix(middleware): issue with singleton middleware having its original … #5

Triggered via push January 8, 2024 14:07
Status Failure
Total duration 1m 31s
Artifacts
Check file headers
5s
Check file headers
Check for lint
8s
Check for lint
Check code formatting
5s
Check code formatting
Matrix: Compat - Bun
Matrix: Compat - Deno
Matrix: Compat - Node
Matrix: Compat - Node
Fit to window
Zoom out
Zoom in

Annotations

58 errors
Compat - Deno (ubuntu-latest)
Process completed with exit code 1.
Compat - Deno (windows-latest)
The job was canceled because "ubuntu-latest" failed.
Compat - Deno (windows-latest)
The operation was canceled.
Compat - Bun (ubuntu-latest, 20.x): src/modules/middleware/CORS/mod.ts#L393
Property 'setPreflightHeaders' of exported class expression may not be private or protected.
Compat - Bun (ubuntu-latest, 20.x): src/modules/middleware/CORS/mod.ts#L393
Property 'appendHeaderValue' of exported class expression may not be private or protected.
Compat - Bun (ubuntu-latest, 20.x): src/modules/middleware/CORS/mod.ts#L393
Property 'getAllowOriginHeaderValue' of exported class expression may not be private or protected.
Compat - Bun (ubuntu-latest, 20.x): src/modules/middleware/CORS/mod.ts#L393
Property 'getCorsResponseHeaders' of exported class expression may not be private or protected.
Compat - Bun (ubuntu-latest, 20.x): src/modules/middleware/CORS/mod.ts#L393
Property 'setHeaderAllowCredentials' of exported class expression may not be private or protected.
Compat - Bun (ubuntu-latest, 20.x): src/modules/middleware/CORS/mod.ts#L393
Property 'setHeaderAllowHeaders' of exported class expression may not be private or protected.
Compat - Bun (ubuntu-latest, 20.x): src/modules/middleware/CORS/mod.ts#L393
Property 'setHeaderAllowMethods' of exported class expression may not be private or protected.
Compat - Bun (ubuntu-latest, 20.x): src/modules/middleware/CORS/mod.ts#L393
Property 'setHeaderAllowOrigin' of exported class expression may not be private or protected.
Compat - Bun (ubuntu-latest, 20.x): src/modules/middleware/CORS/mod.ts#L393
Property 'setHeaderExposeHeaders' of exported class expression may not be private or protected.
Compat - Bun (ubuntu-latest, 20.x): src/modules/middleware/CORS/mod.ts#L393
Property 'setHeaderMaxAge' of exported class expression may not be private or protected.
Compat - Bun (ubuntu-latest, 18.x)
The job was canceled because "ubuntu-latest_20_x" failed.
Compat - Bun (ubuntu-latest, 18.x): src/modules/middleware/CORS/mod.ts#L393
Property 'setPreflightHeaders' of exported class expression may not be private or protected.
Compat - Bun (ubuntu-latest, 18.x): src/modules/middleware/CORS/mod.ts#L393
Property 'appendHeaderValue' of exported class expression may not be private or protected.
Compat - Bun (ubuntu-latest, 18.x): src/modules/middleware/CORS/mod.ts#L393
Property 'getAllowOriginHeaderValue' of exported class expression may not be private or protected.
Compat - Bun (ubuntu-latest, 18.x): src/modules/middleware/CORS/mod.ts#L393
Property 'getCorsResponseHeaders' of exported class expression may not be private or protected.
Compat - Bun (ubuntu-latest, 18.x): src/modules/middleware/CORS/mod.ts#L393
Property 'setHeaderAllowCredentials' of exported class expression may not be private or protected.
Compat - Bun (ubuntu-latest, 18.x): src/modules/middleware/CORS/mod.ts#L393
Property 'setHeaderAllowHeaders' of exported class expression may not be private or protected.
Compat - Bun (ubuntu-latest, 18.x): src/modules/middleware/CORS/mod.ts#L393
Property 'setHeaderAllowMethods' of exported class expression may not be private or protected.
Compat - Bun (ubuntu-latest, 18.x): src/modules/middleware/CORS/mod.ts#L393
Property 'setHeaderAllowOrigin' of exported class expression may not be private or protected.
Compat - Bun (ubuntu-latest, 18.x): src/modules/middleware/CORS/mod.ts#L393
Property 'setHeaderExposeHeaders' of exported class expression may not be private or protected.
Compat - Bun (ubuntu-latest, 18.x): src/modules/middleware/CORS/mod.ts#L393
Property 'setHeaderMaxAge' of exported class expression may not be private or protected.
Compat - Node (ubuntu-latest, 18.x): src/modules/middleware/CORS/mod.ts#L393
Property 'setPreflightHeaders' of exported class expression may not be private or protected.
Compat - Node (ubuntu-latest, 18.x): src/modules/middleware/CORS/mod.ts#L393
Property 'appendHeaderValue' of exported class expression may not be private or protected.
Compat - Node (ubuntu-latest, 18.x): src/modules/middleware/CORS/mod.ts#L393
Property 'getAllowOriginHeaderValue' of exported class expression may not be private or protected.
Compat - Node (ubuntu-latest, 18.x): src/modules/middleware/CORS/mod.ts#L393
Property 'getCorsResponseHeaders' of exported class expression may not be private or protected.
Compat - Node (ubuntu-latest, 18.x): src/modules/middleware/CORS/mod.ts#L393
Property 'setHeaderAllowCredentials' of exported class expression may not be private or protected.
Compat - Node (ubuntu-latest, 18.x): src/modules/middleware/CORS/mod.ts#L393
Property 'setHeaderAllowHeaders' of exported class expression may not be private or protected.
Compat - Node (ubuntu-latest, 18.x): src/modules/middleware/CORS/mod.ts#L393
Property 'setHeaderAllowMethods' of exported class expression may not be private or protected.
Compat - Node (ubuntu-latest, 18.x): src/modules/middleware/CORS/mod.ts#L393
Property 'setHeaderAllowOrigin' of exported class expression may not be private or protected.
Compat - Node (ubuntu-latest, 18.x): src/modules/middleware/CORS/mod.ts#L393
Property 'setHeaderExposeHeaders' of exported class expression may not be private or protected.
Compat - Node (ubuntu-latest, 18.x): src/modules/middleware/CORS/mod.ts#L393
Property 'setHeaderMaxAge' of exported class expression may not be private or protected.
Compat - Node (ubuntu-latest, 20.x): src/modules/middleware/CORS/mod.ts#L393
Property 'setPreflightHeaders' of exported class expression may not be private or protected.
Compat - Node (ubuntu-latest, 20.x): src/modules/middleware/CORS/mod.ts#L393
Property 'appendHeaderValue' of exported class expression may not be private or protected.
Compat - Node (ubuntu-latest, 20.x): src/modules/middleware/CORS/mod.ts#L393
Property 'getAllowOriginHeaderValue' of exported class expression may not be private or protected.
Compat - Node (ubuntu-latest, 20.x): src/modules/middleware/CORS/mod.ts#L393
Property 'getCorsResponseHeaders' of exported class expression may not be private or protected.
Compat - Node (ubuntu-latest, 20.x): src/modules/middleware/CORS/mod.ts#L393
Property 'setHeaderAllowCredentials' of exported class expression may not be private or protected.
Compat - Node (ubuntu-latest, 20.x): src/modules/middleware/CORS/mod.ts#L393
Property 'setHeaderAllowHeaders' of exported class expression may not be private or protected.
Compat - Node (ubuntu-latest, 20.x): src/modules/middleware/CORS/mod.ts#L393
Property 'setHeaderAllowMethods' of exported class expression may not be private or protected.
Compat - Deno (macos-latest)
The job was canceled because "ubuntu-latest" failed.
Compat - Deno (macos-latest)
The operation was canceled.
Compat - Node (ubuntu-latest, 20.x): src/modules/middleware/CORS/mod.ts#L393
Property 'setHeaderAllowOrigin' of exported class expression may not be private or protected.
Compat - Node (ubuntu-latest, 20.x): src/modules/middleware/CORS/mod.ts#L393
Property 'setHeaderExposeHeaders' of exported class expression may not be private or protected.
Compat - Node (ubuntu-latest, 20.x): src/modules/middleware/CORS/mod.ts#L393
Property 'setHeaderMaxAge' of exported class expression may not be private or protected.
Compat - Bun (macos-latest, 20.x)
The job was canceled because "ubuntu-latest_20_x" failed.
Compat - Bun (macos-latest, 20.x)
The operation was canceled.
Compat - Bun (macos-latest, 18.x)
The job was canceled because "ubuntu-latest_20_x" failed.
Compat - Bun (macos-latest, 18.x)
The operation was canceled.
Compat - Node (windows-latest, 20.x)
The job was canceled because "ubuntu-latest_18_x" failed.
Compat - Node (windows-latest, 20.x)
The operation was canceled.
Compat - Node (windows-latest, 18.x)
The job was canceled because "ubuntu-latest_18_x" failed.
Compat - Node (windows-latest, 18.x)
The operation was canceled.
Compat - Node (macos-latest, 18.x)
The job was canceled because "ubuntu-latest_18_x" failed.
Compat - Node (macos-latest, 18.x)
The operation was canceled.
Compat - Node (macos-latest, 20.x)
The job was canceled because "ubuntu-latest_18_x" failed.
Compat - Node (macos-latest, 20.x)
The operation was canceled.