You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -316,6 +318,19 @@ const compareModulesByIdOrIdentifier = (chunkGraph, a, b) => {
316
318
returncompareIds(a.identifier(),b.identifier());
317
319
};
318
320
321
+
/**
322
+
* Compare modules by their full name. This differs from comparing by identifier in that the values have been normalized to be relative to the compiler context.
323
+
* @param {{ context: string; root: object; }} compiler the compiler, used for context and cache
0 commit comments