Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

chore: update lockfile #76

chore: update lockfile

chore: update lockfile #76

Triggered via push June 22, 2024 12:04
Status Failure
Total duration 15s
Artifacts

release.yml

on: push
release
7s
release
Fit to window
Zoom out
Zoom in

Annotations

10 errors
release
'events' is declared but its value is never read.
release: 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.
release: src/clipboard.ts#L100
Block-scoped variable 'events' used before its declaration.
release: src/clipboard.ts#L100
Untyped function calls may not accept type arguments.
release: src/filedrop.ts#L4
'events' is declared but its value is never read.
release: 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.
release: src/filedrop.ts#L59
Block-scoped variable 'events' used before its declaration.
release: src/filedrop.ts#L59
Untyped function calls may not accept type arguments.
release: src/keycommands.ts#L1
'events' is declared but its value is never read.
release: 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.