Closed DrSensor closed 5 years ago
Ah, seems to be a simple oversight on my part when adding a regex, checking if a string contains a valid identifier rather than if it is a valid identifier. Thanks for the bug report. I should get a fixed version released pretty soon.
Awesome works! Thank you for creating this crates.
I notice this false behavior which only happen in typescript:
The empty string key parsed correctly but some keys that have white-space or quote were not surrounded with double-quote. At least the interface name is correct 🤔