Open
Description
An inventorization of features that are missing in this module (for #101).
There might be things that you (@domoritz) don't want to add, or that I missed some. If so, please tell me and I will add them to the list.
Missing features
- Conditional types (Conditional type support #105 (PR), Add support for conditional type nodes #100, Support Omit #93, Support Exclude #71)
- Selecting all types with a '*' (Parsing all types in a file with * #117)
- Programmatic usage (at least documentation on it)
Nice additions
- Selecting all type in a namespace using
NamespaceName.*
(YousefED#249) - Configuration inference (YousefED#290, Try changing the
lib
compiler option to es2015 or later #103) - Indentation option for output file (YousefED#226)
- Manually overriding schema generation for certain types to surmount shortcomings in the generator (I'm working on a proper proposal for this)