@@ -81,7 +81,7 @@ Index: /rollup/dist/es/shared/node-entry.js
81
81
return utils;
82
82
}
83
83
84
- @@ -17535 ,9 +17535 ,9 @@
84
+ @@ -17541 ,9 +17541 ,9 @@
85
85
// Synthetic namespaces should not hide "regular" exports of the same name
86
86
if (module.info.syntheticNamedExports === name) {
87
87
continue;
@@ -92,7 +92,7 @@ Index: /rollup/dist/es/shared/node-entry.js
92
92
// imported through different namespace reexports gracefully
93
93
copyNameToModulesMap(searchedNamesAndModules));
94
94
if (module instanceof ExternalModule || options?.indirectExternal) {
95
- @@ -18270 ,9 +18270 ,9 @@
95
+ @@ -18276 ,9 +18276 ,9 @@
96
96
this.facadeChunkByModule.set(module, this);
97
97
continue;
98
98
}
@@ -103,7 +103,7 @@ Index: /rollup/dist/es/shared/node-entry.js
103
103
name => ({
104
104
name
105
105
}));
106
- @@ -19746 ,9 +19746 ,9 @@
106
+ @@ -19752 ,9 +19752 ,9 @@
107
107
}
108
108
function mergeChunks(chunkPartition, minChunkSize, sideEffectAtoms, sizeByAtom) {
109
109
const { small } = chunkPartition;
@@ -114,7 +114,7 @@ Index: /rollup/dist/es/shared/node-entry.js
114
114
minChunkSize <= 1 ? 1 : Infinity);
115
115
if (bestTargetChunk) {
116
116
const { containedAtoms, correlatedAtoms, modules, pure, size } = mergedChunk;
117
- @@ -19802 ,9 +19802 ,9 @@
117
+ @@ -19808 ,9 +19808 ,9 @@
118
118
* is returned.
119
119
* Merging will not produce cycles if none of the direct non-merged
120
120
* dependencies of a chunk have the other chunk as a transitive dependency.
@@ -208,7 +208,7 @@ Index: /rollup/dist/shared/rollup.js
208
208
system: (property, { snippets: { getPropertyAccess } }) => property === null ? `module.meta` : `module.meta${getPropertyAccess(property)}`,
209
209
umd: getGenericImportMetaMechanism(chunkId => `(typeof document === 'undefined' && typeof location === 'undefined' ? ${getFileUrlFromFullPath('__filename')} : ${getUrlFromDocument(chunkId, true)})`)
210
210
};
211
- @@ -19137 ,9 +19137 ,9 @@
211
+ @@ -19143 ,9 +19143 ,9 @@
212
212
// Synthetic namespaces should not hide "regular" exports of the same name
213
213
if (module.info.syntheticNamedExports === name) {
214
214
continue;
@@ -219,7 +219,7 @@ Index: /rollup/dist/shared/rollup.js
219
219
// imported through different namespace reexports gracefully
220
220
copyNameToModulesMap(searchedNamesAndModules));
221
221
if (module instanceof ExternalModule || options?.indirectExternal) {
222
- @@ -19763 ,9 +19763 ,9 @@
222
+ @@ -19769 ,9 +19769 ,9 @@
223
223
this.facadeChunkByModule.set(module, this);
224
224
continue;
225
225
}
@@ -230,7 +230,7 @@ Index: /rollup/dist/shared/rollup.js
230
230
name => ({
231
231
name
232
232
}));
233
- @@ -21239 ,9 +21239 ,9 @@
233
+ @@ -21245 ,9 +21245 ,9 @@
234
234
}
235
235
function mergeChunks(chunkPartition, minChunkSize, sideEffectAtoms, sizeByAtom) {
236
236
const { small } = chunkPartition;
@@ -241,7 +241,7 @@ Index: /rollup/dist/shared/rollup.js
241
241
minChunkSize <= 1 ? 1 : Infinity);
242
242
if (bestTargetChunk) {
243
243
const { containedAtoms, correlatedAtoms, modules, pure, size } = mergedChunk;
244
- @@ -21295 ,9 +21295 ,9 @@
244
+ @@ -21301 ,9 +21301 ,9 @@
245
245
* is returned.
246
246
* Merging will not produce cycles if none of the direct non-merged
247
247
* dependencies of a chunk have the other chunk as a transitive dependency.
0 commit comments