Convert project to TypeScript #152
Annotations
7 errors
CI - node 14.x:
lib/cmd-add.ts#L103
Type 'undefined' cannot be used as an index type.
|
CI - node 14.x:
lib/cmd-add.ts#L153
Type 'string | undefined' is not assignable to type 'string'.
|
CI - node 14.x:
lib/cmd-search.ts#L86
Type 'string | undefined' is not assignable to type 'string'.
|
CI - node 14.x:
lib/cmd-view.ts#L41
Type 'undefined' cannot be used as an index type.
|
CI - node 14.x:
lib/core.ts#L284
Type 'string | undefined' is not assignable to type 'string'.
|
CI - node 14.x:
lib/core.ts#L284
Type 'string | undefined' is not assignable to type 'string'.
|
CI - node 14.x
Process completed with exit code 2.
|