pub fn build_node_module_import_paths(main_module_path: &Path) -> Vec<PathBuf>Expand description
Build all ancestor paths from the main module path, to be used as
starting points for node_modules scanning.
Mirrors ModuleStateBuilder.buildNodeModuleImportPaths.