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

String enums starting with a number should be escaped with backtick #43

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

Comments

@MangelMaxime
Copy link
Contributor

MangelMaxime commented Feb 6, 2024

TypeScript documentation:

type GPUTextureViewDimension =
    | "1d"

translates into

[<RequireQualifiedAccess>]
[<StringEnum(CaseRules.None)>]
type GPUTextureViewDimension =
    | ``1d``

Example of npm package using this features:

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

@MangelMaxime MangelMaxime changed the title String enums starting with a number should be escaped with backtick and use CompiledName String enums starting with a number should be escaped with backtick Feb 6, 2024
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