Remove Typescript 3rd party helpers #2415
main.yml
on: pull_request
Compile
1m 21s
Matrix: Unit Tests
Linting
0s
End to End build tests
0s
Are the types wrong?
0s
Annotations
10 errors
|
Compile:
packages/inquirer/examples/pizza.ts#L10
No overload matches this call.
|
|
Compile:
packages/inquirer/examples/long-list.ts#L26
No overload matches this call.
|
|
Compile:
packages/inquirer/examples/list.ts#L26
Type '"list"' is not assignable to type '"input" | "confirm" | "editor" | "password"'.
|
|
Compile:
packages/inquirer/examples/list.ts#L9
Type '"list"' is not assignable to type '"input" | "confirm" | "editor" | "password"'.
|
|
Compile:
packages/inquirer/examples/list.ts#L7
No overload matches this call.
|
|
Compile:
packages/inquirer/examples/hierarchical.ts#L67
No overload matches this call.
|
|
Compile:
packages/inquirer/examples/hierarchical.ts#L8
Type '"list"' is not assignable to type '"input" | "confirm" | "editor" | "password" | "stub" | "stub2" | "stubSelect" | "failing"'.
|
|
Compile:
packages/inquirer/examples/expand.ts#L7
No overload matches this call.
|
|
Compile:
packages/inquirer/examples/checkbox.ts#L9
Type '"checkbox"' is not assignable to type '"input" | "confirm" | "editor" | "password"'.
|
|
Compile:
packages/inquirer/examples/checkbox.ts#L7
No overload matches this call.
|