feat: migrate to typescript #169
Annotations
7 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#L47
Argument of type '{ configuration: any; files: File[]; codeOwners: Codeowners; quiet: any; }' is not assignable to parameter of type '{ configuration: any; files: any; metricNames: any; codeOwners: any; quiet: any; }'.
|
test:
src/git.ts#L6
Property 'stdout' does not exist on type 'unknown'.
|
test
Process completed with exit code 2.
|