YousefED / typescript-json-schema

Generate json-schema from your Typescript sources
BSD 3-Clause "New" or "Revised" License
3.17k stars 323 forks source link

Overcame typescript bug in property start with multi underscores #552

Closed netanel-mce closed 1 year ago

netanel-mce commented 1 year ago

Please:

what is here: as a continuation of #532 if one property start with two underscores or more, building schema are failed, it looks like a bug in typescript, have a 1 unnecessary underscore

netanel-mce commented 1 year ago

@domoritz Can you please release a new version for this?

domoritz commented 1 year ago

Done