Extract every import/export-from specifier with the names it binds and its 1-based line.
Import-aware rather than grep-based: matching the bare word Router anywhere produces false
positives on RouterLikeThing, on comments and on strings. What matters is whether the module
binds the symbol.
Extract every import/export-from specifier with the names it binds and its 1-based line.
Import-aware rather than grep-based: matching the bare word
Routeranywhere produces false positives onRouterLikeThing, on comments and on strings. What matters is whether the module binds the symbol.