Currently any comments between the first uncommented import statement and the last uncommented import statement will be removed.
My best idea for an alternative so far would be to add something like a --preserve-comments flag that does something like pull all the comments out and prepends/appends them to the imports section.
I would love feedback on how to better handle comments.
Currently any comments between the first uncommented import statement and the last uncommented import statement will be removed.
My best idea for an alternative so far would be to add something like a
--preserve-commentsflag that does something like pull all the comments out and prepends/appends them to the imports section.I would love feedback on how to better handle comments.