Skip to content

Commit d6a8e86

Browse files
committed
Update rollup patch
1 parent e10bd9d commit d6a8e86

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

patches/rollup#4.46.1.patch renamed to patches/rollup#4.46.2.patch

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Index: /rollup/dist/es/shared/node-entry.js
8181
return utils;
8282
}
8383

84-
@@ -17535,9 +17535,9 @@
84+
@@ -17541,9 +17541,9 @@
8585
// Synthetic namespaces should not hide "regular" exports of the same name
8686
if (module.info.syntheticNamedExports === name) {
8787
continue;
@@ -92,7 +92,7 @@ Index: /rollup/dist/es/shared/node-entry.js
9292
// imported through different namespace reexports gracefully
9393
copyNameToModulesMap(searchedNamesAndModules));
9494
if (module instanceof ExternalModule || options?.indirectExternal) {
95-
@@ -18270,9 +18270,9 @@
95+
@@ -18276,9 +18276,9 @@
9696
this.facadeChunkByModule.set(module, this);
9797
continue;
9898
}
@@ -103,7 +103,7 @@ Index: /rollup/dist/es/shared/node-entry.js
103103
name => ({
104104
name
105105
}));
106-
@@ -19746,9 +19746,9 @@
106+
@@ -19752,9 +19752,9 @@
107107
}
108108
function mergeChunks(chunkPartition, minChunkSize, sideEffectAtoms, sizeByAtom) {
109109
const { small } = chunkPartition;
@@ -114,7 +114,7 @@ Index: /rollup/dist/es/shared/node-entry.js
114114
minChunkSize <= 1 ? 1 : Infinity);
115115
if (bestTargetChunk) {
116116
const { containedAtoms, correlatedAtoms, modules, pure, size } = mergedChunk;
117-
@@ -19802,9 +19802,9 @@
117+
@@ -19808,9 +19808,9 @@
118118
* is returned.
119119
* Merging will not produce cycles if none of the direct non-merged
120120
* dependencies of a chunk have the other chunk as a transitive dependency.
@@ -208,7 +208,7 @@ Index: /rollup/dist/shared/rollup.js
208208
system: (property, { snippets: { getPropertyAccess } }) => property === null ? `module.meta` : `module.meta${getPropertyAccess(property)}`,
209209
umd: getGenericImportMetaMechanism(chunkId => `(typeof document === 'undefined' && typeof location === 'undefined' ? ${getFileUrlFromFullPath('__filename')} : ${getUrlFromDocument(chunkId, true)})`)
210210
};
211-
@@ -19137,9 +19137,9 @@
211+
@@ -19143,9 +19143,9 @@
212212
// Synthetic namespaces should not hide "regular" exports of the same name
213213
if (module.info.syntheticNamedExports === name) {
214214
continue;
@@ -219,7 +219,7 @@ Index: /rollup/dist/shared/rollup.js
219219
// imported through different namespace reexports gracefully
220220
copyNameToModulesMap(searchedNamesAndModules));
221221
if (module instanceof ExternalModule || options?.indirectExternal) {
222-
@@ -19763,9 +19763,9 @@
222+
@@ -19769,9 +19769,9 @@
223223
this.facadeChunkByModule.set(module, this);
224224
continue;
225225
}
@@ -230,7 +230,7 @@ Index: /rollup/dist/shared/rollup.js
230230
name => ({
231231
name
232232
}));
233-
@@ -21239,9 +21239,9 @@
233+
@@ -21245,9 +21245,9 @@
234234
}
235235
function mergeChunks(chunkPartition, minChunkSize, sideEffectAtoms, sizeByAtom) {
236236
const { small } = chunkPartition;
@@ -241,7 +241,7 @@ Index: /rollup/dist/shared/rollup.js
241241
minChunkSize <= 1 ? 1 : Infinity);
242242
if (bestTargetChunk) {
243243
const { containedAtoms, correlatedAtoms, modules, pure, size } = mergedChunk;
244-
@@ -21295,9 +21295,9 @@
244+
@@ -21301,9 +21301,9 @@
245245
* is returned.
246246
* Merging will not produce cycles if none of the direct non-merged
247247
* dependencies of a chunk have the other chunk as a transitive dependency.

0 commit comments

Comments
 (0)