Currently, --print-type will generate self-contained output. This is good for some use-cases, but it is troublesome when there are large enumerations in play. It's annoying enough with Extension today, but it's going to get a lot worse with #42. I think the route forward here is to provide a toggle between referencing types by import and directly including them.
Currently,
--print-type
will generate self-contained output. This is good for some use-cases, but it is troublesome when there are large enumerations in play. It's annoying enough withExtension
today, but it's going to get a lot worse with #42. I think the route forward here is to provide a toggle between referencing types by import and directly including them.