json-schema-to-typescript icon indicating copy to clipboard operation
json-schema-to-typescript copied to clipboard

fix: escape enum values if they start with a number

Open n-buck opened this issue 8 months ago • 0 comments

Fixes the SyntaxError: An identifier or keyword cannot immediately follow a numeric literal. error, if a enum value starts with a numbre.

n-buck avatar Mar 25 '25 09:03 n-buck