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

Type / union with a single string elements should be transformed into a StringEnum #45

Closed
MangelMaxime opened this issue Feb 6, 2024 · 0 comments

Comments

@MangelMaxime
Copy link
Contributor

TypeScript documentation:

type GPUAutoLayoutMode =
  "auto";

translates into

[<RequireQualifiedAccess>]
[<StringEnum(CaseRules.None)>]
type GPUAutoLayoutMode =
    | auto

Example of npm package using this features:

https://github.com/gpuweb/types/blob/d5997679cefe2e20e05c07e4f87e771464f4ab77/dist/index.d.ts#L129-L130

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

No branches or pull requests

1 participant