Skip to content

feat(types): use abstract construct signatures for type Constructor #227

feat(types): use abstract construct signatures for type Constructor

feat(types): use abstract construct signatures for type Constructor #227

Triggered via push April 17, 2024 13:48
Status Failure
Total duration 1m 8s
Artifacts

check.yml

on: push
Ensure package version match
0s
Ensure package version match
Matrix: Build & Lint & Test
Fit to window
Zoom out
Zoom in

Annotations

9 errors
Build & Lint & Test (20.x): examples/middlewares-custom-decorators/decorators/validate-args.ts#L8
Cannot create an instance of an abstract class.
Build & Lint & Test (20.x): examples/mixin-classes/mixins/with.id.ts#L7
A mixin class that extends from a type variable containing an abstract construct signature must also be declared 'abstract'.
Build & Lint & Test (20.x): examples/mixin-classes/mixins/with.password.ts#L8
A mixin class that extends from a type variable containing an abstract construct signature must also be declared 'abstract'.
Build & Lint & Test (20.x)
Process completed with exit code 1.
Build & Lint & Test (18.x)
The job was canceled because "_20_x" failed.
Build & Lint & Test (18.x): examples/middlewares-custom-decorators/decorators/validate-args.ts#L8
Cannot create an instance of an abstract class.
Build & Lint & Test (18.x): examples/mixin-classes/mixins/with.id.ts#L7
A mixin class that extends from a type variable containing an abstract construct signature must also be declared 'abstract'.
Build & Lint & Test (18.x): examples/mixin-classes/mixins/with.password.ts#L8
A mixin class that extends from a type variable containing an abstract construct signature must also be declared 'abstract'.
Build & Lint & Test (18.x)
Process completed with exit code 1.