unjs/unimport

scanExports does not handle the star export

azaleta opened this issue · 1 comments

if the input content is something like

export * from './aaa'

then noting will be processed
should we parsing the nesting export file (aaa.ts)?