Bump typescript from 4.9.4 to 5.2.2 #180
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors
build:
src/bluetooth.ts#L93
Argument of type 'DOMEvent' is not assignable to parameter of type 'Event'.
|
build:
src/characteristic.ts#L105
Argument of type 'DOMEvent' is not assignable to parameter of type 'Event'.
|
build:
src/characteristic.ts#L106
Argument of type 'DOMEvent' is not assignable to parameter of type 'Event'.
|
build:
src/characteristic.ts#L107
Argument of type 'DOMEvent' is not assignable to parameter of type 'Event'.
|
build:
src/characteristic.ts#L108
Argument of type 'DOMEvent' is not assignable to parameter of type 'Event'.
|
build:
src/events.ts#L133
Property 'AT_TARGET' in type 'DOMEvent' is not assignable to the same property in base type 'Event'.
|
build:
src/events.ts#L138
Property 'BUBBLING_PHASE' in type 'DOMEvent' is not assignable to the same property in base type 'Event'.
|
build:
src/events.ts#L143
Property 'CAPTURING_PHASE' in type 'DOMEvent' is not assignable to the same property in base type 'Event'.
|
build:
src/events.ts#L148
Property 'NONE' in type 'DOMEvent' is not assignable to the same property in base type 'Event'.
|
build:
src/server.ts#L74
Argument of type 'DOMEvent' is not assignable to parameter of type 'Event'.
|