This repository has been archived by the owner on Aug 28, 2024. It is now read-only.
chore: update lockfile #76
Annotations
10 errors
|
src/clipboard.ts#L100
'events' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
|
src/clipboard.ts#L100
Block-scoped variable 'events' used before its declaration.
|
src/clipboard.ts#L100
Untyped function calls may not accept type arguments.
|
src/filedrop.ts#L4
'events' is declared but its value is never read.
|
src/filedrop.ts#L59
'events' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
|
src/filedrop.ts#L59
Block-scoped variable 'events' used before its declaration.
|
src/filedrop.ts#L59
Untyped function calls may not accept type arguments.
|
src/keycommands.ts#L1
'events' is declared but its value is never read.
|
src/keycommands.ts#L34
'events' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
|
This job failed
Loading