Skip to content

Adding in IEventEmitter #44

Adding in IEventEmitter

Adding in IEventEmitter #44

Triggered via pull request October 15, 2024 19:06
Status Failure
Total duration 51s
Artifacts

code-coverage.yaml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

7 errors
build (20): src/eventified.ts#L5
Class 'Eventified' incorrectly implements interface 'IEventEmitter'.
build (20): src/eventified.ts#L21
Type 'this' is not assignable to type 'IEventEmitter'.
build (20): src/eventified.ts#L24
A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.
build (20): src/eventified.ts#L43
Type 'this' is not assignable to type 'IEventEmitter'.
build (20): src/eventified.ts#L57
Type 'this' is not assignable to type 'IEventEmitter'.
build (20): src/eventified.ts#L87
Type 'this' is not assignable to type 'IEventEmitter'.
build (20)
Process completed with exit code 1.