bcherny/json-schema-to-typescript

Allow unicode characters in type name

Open

#279 opened on Mar 4, 2020

View on GitHub
 (7 comments) (0 reactions) (0 assignees)TypeScript (449 forks)github user discovery
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (3,302 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

https://github.com/bcherny/json-schema-to-typescript/blob/d898361ff973d3746ea695f1efce75c975061c6f/src/utils.ts#L164

The member of type name is restricted to only english letters (and some symbol) Typescript now allows unicode characters (doc link)

So, modify this function to allow unicode characters in type name, or as an option?

Contributor guide