tynder icon indicating copy to clipboard operation
tynder copied to clipboard

compile-as-ts excludes types with a number in their name

Open iamarcel opened this issue 3 years ago • 0 comments

When I have a file with types that have a number in them, e.g. interface My3User, those types are excluded from the generated const schema = { ... } code in the output TypeScript. Probably something with this RegEx but I can't immediately tell what.

Oh and thanks for this interesting project!

iamarcel avatar Aug 23 '21 06:08 iamarcel