UNMAINTAINED, REPLACEMENT IS https://github.com/unlight/import-adjutor
Parse ecmascript modules and collect names of export vars, functions, etc.
npm run test:d
- new name import-adjutor
- new concept use https://github.com/dsherret/ts-morph
- having cli / api to manipulate import string
- collect all modules as string 'module|name'
- still need to collect default imports
export = React
by resolving and reading files