this.onwarn(`A module cannot have multiple exports with the same name ('${name}')`+
this.onwarn(`Conflicting namespaces: ${module.id} re-exports '${name}' from both ${module.exportsAll[name]} (will be ignored) and ${exportAllModule.exportsAll[name]}.`);
` from ${module.exportsAll[name]} and ${exportAllModule.exportsAll[name]}`);