Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

useTypeImports option and consistent-type-imports #614

Closed
socnacom opened this issue Apr 8, 2024 · 2 comments
Closed

useTypeImports option and consistent-type-imports #614

socnacom opened this issue Apr 8, 2024 · 2 comments
Labels
good first issue Good for newcomers

Comments

@socnacom
Copy link

socnacom commented Apr 8, 2024

When using enums, if useTypeImports is set to true, then generated code won't work since enums cannot be used as values. Example of generated code :

export const AddressTypeEnumSchema = yup.string<AddressTypeEnum>().oneOf([AddressTypeEnum.Billing, AddressTypeEnum.Delivery, AddressTypeEnum.FolderOrMission, AddressTypeEnum.HeadOffice, AddressTypeEnum.ResearchUnit, AddressTypeEnum.Residence, AddressTypeEnum.SecondaryOffice]).defined();

Alternatively, If useTypeImports is set to false, then generated import instruction isn't perfectly valid :

Imports "XXX", "YYY" are only used as type.eslint[@typescript-eslint/consistent-type-imports](https://typescript-eslint.io/rules/consistent-type-imports)
@github-actions github-actions bot added the good first issue Good for newcomers label Apr 8, 2024
@Code-Hex
Copy link
Owner

Code-Hex commented Apr 8, 2024

@socnacom Hi!
Could you give me a minimal reproduction repository such as #602 ?

Thanks!

@Code-Hex
Copy link
Owner

Code-Hex commented Nov 8, 2024

No reply. close

@Code-Hex Code-Hex closed this as completed Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants