Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

fix parse F constraint #350

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

fix parse F constraint #350

wants to merge 1 commit into from

Conversation

marcj
Copy link

@marcj marcj commented Nov 25, 2022

This makes it compatible with TypeScript 4.8

before this change you get an error:

packages/app/node_modules/@oclif/command/lib/command.d.ts:70:31 - error TS2344: Type 'F' does not satisfy the constraint 'Output'.

70     }>(options?: Parser.Input<F>, argv?: string[]): Parser.Output<F, A>;
                                 ~

This makes it compatible with TypeScript 4.8

before this change you get an error:

```
packages/app/node_modules/@oclif/command/lib/command.d.ts:70:31 - error TS2344: Type 'F' does not satisfy the constraint 'Output'.

70     }>(options?: Parser.Input<F>, argv?: string[]): Parser.Output<F, A>;
                                 ~
```
@git2gus
Copy link

git2gus bot commented Nov 25, 2022

Git2Gus App is installed but the .git2gus/config.json doesn't exist.

@salesforce-cla
Copy link

Thanks for the contribution! Before we can merge this, we need @marcj to sign the Salesforce.com Contributor License Agreement.

@marcj
Copy link
Author

marcj commented Nov 28, 2022

Signing the agreement gave me "Could not sign the CLA, please [email protected]", when I tried again it says "You already signed the CLA on 2022-11-28"🤷‍♂️

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant