Updated to support uploading multiple files with same options. #34
ci.yml
on: push
ESLint
11s
TypeScript Compiler
9s
Annotations
16 errors and 1 warning
TypeScript Compiler:
background.js#L49
Cannot find name 'browser'.
|
TypeScript Compiler:
background.js#L51
Cannot find name 'browser'.
|
TypeScript Compiler:
background.js#L59
Cannot find name 'browser'.
|
TypeScript Compiler:
background.js#L63
Cannot find name 'browser'.
|
TypeScript Compiler:
background.js#L68
Cannot find name 'browser'.
|
TypeScript Compiler:
background.js#L244
Object is possibly 'undefined'.
|
TypeScript Compiler:
background.js#L244
Expected 1-2 arguments, but got 0.
|
TypeScript Compiler:
background.js#L328
Argument of type 'CryptoKey | undefined' is not assignable to parameter of type 'CryptoKey'.
|
TypeScript Compiler:
background.js#L348
Argument of type 'CryptoKey | undefined' is not assignable to parameter of type 'CryptoKey'.
|
TypeScript Compiler:
background.js#L375
Argument of type 'Uint8Array | null' is not assignable to parameter of type 'Uint8Array'.
|
ESLint:
background.js#L808
Unexpected `await` inside a loop
|
ESLint:
background.js#L810
Unexpected `await` inside a loop
|
ESLint:
background.js#L979
Unexpected `await` inside a loop
|
ESLint:
background.js#L1019
Expected to return a value at the end of async arrow function
|
ESLint:
popup/popup.js#L311
'_sender' is defined but never used
|
ESLint
Process completed with exit code 1.
|
ESLint:
management/modules/CustomOptionTriggers.js#L55
Arrow function should not return assignment
|