Collects the unique, sorted bare import specifiers used by the given module
files. With { recursive: true } it follows relative imports to gather bare
specifiers across the whole local module graph; otherwise it scans only the
listed files. Relative .css imports and unresolved relative paths are
ignored.
Collects the unique, sorted bare import specifiers used by the given module files. With
{ recursive: true }it follows relative imports to gather bare specifiers across the whole local module graph; otherwise it scans only the listed files. Relative.cssimports and unresolved relative paths are ignored.