MCPcopy
hub / github.com/rollup/rollup / NAMESPACE_CONFLICT

Function NAMESPACE_CONFLICT

cli/run/batchWarnings.ts:178–189  ·  view source on GitHub ↗
(warnings)

Source from the content-addressed store, hash-verified

176 },
177
178 NAMESPACE_CONFLICT(warnings) {
179 title(`Conflicting re-exports`);
180 for (const warning of warnings) {
181 stderr(
182 `"${bold(relativeId(warning.reexporter!))}" re-exports "${
183 warning.binding
184 }" from both "${relativeId(warning.ids![0])}" and "${relativeId(
185 warning.ids![1]
186 )}" (will be ignored).`
187 );
188 }
189 },
190
191 PLUGIN_WARNING(warnings) {
192 const nestedByPlugin = nest(warnings, 'plugin');

Callers

nothing calls this directly

Calls 3

stderrFunction · 0.90
titleFunction · 0.85
relativeIdFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…