feat: migrate to typescript #177
Annotations
10 errors
test:
bin/commands/backfill.ts#L12
Parameter 'program' implicitly has an 'any' type.
|
test:
bin/commands/backfill.ts#L20
Parameter 'options' implicitly has an 'any' type.
|
test:
bin/commands/backfill.ts#L24
Argument of type 'Date' is not assignable to parameter of type 'number'.
|
test:
bin/commands/backfill.ts#L25
Argument of type 'Date' is not assignable to parameter of type 'number'.
|
test:
bin/commands/backfill.ts#L49
Type 'File[]' is not assignable to type 'File[]'. Two different types with this name exist, but they are unrelated.
|
test:
bin/helpers.ts#L7
Could not find a declaration file for module 'uuid'. '/home/runner/work/cherry-cli/cherry-cli/node_modules/uuid/wrapper.mjs' implicitly has an 'any' type.
|
test:
bin/helpers.ts#L15
Parameter 'occurrences' implicitly has an 'any' type.
|
test:
bin/helpers.ts#L23
Parameter 'callback' implicitly has an 'any' type.
|
test:
bin/helpers.ts#L27
'error' is of type 'unknown'.
|
test:
bin/helpers.ts#L29
'error' is of type 'unknown'.
|