Skip to content

Commit e0d834d

Browse files
test: update snapshots
1 parent 8171439 commit e0d834d

File tree

19 files changed

+1260
-1235
lines changed

19 files changed

+1260
-1235
lines changed

package-lock.json

Lines changed: 1234 additions & 1209 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/cases/chunkFilename-fullhash/expected/webpack-5-importModule/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ __webpack_require__.r(__webpack_exports__);
7373
/******/
7474
/******/ /* webpack/runtime/getFullHash */
7575
/******/ (() => {
76-
/******/ __webpack_require__.h = () => ("bb36c53eabba881e0081")
76+
/******/ __webpack_require__.h = () => ("acd0bc1ae24d05fdac73")
7777
/******/ })();
7878
/******/
7979
/******/ /* webpack/runtime/global */
@@ -313,7 +313,7 @@ __webpack_require__.r(__webpack_exports__);
313313
/******/ __webpack_require__.m[moduleId] = moreModules[moduleId];
314314
/******/ }
315315
/******/ }
316-
/******/ if(runtime) runtime(__webpack_require__);
316+
/******/ if(runtime) var result = runtime(__webpack_require__);
317317
/******/ if(parentChunkLoadingFunction) parentChunkLoadingFunction(data);
318318
/******/ for(;i < chunkIds.length; i++) {
319319
/******/ chunkId = chunkIds[i];

test/cases/chunkFilename-fullhash/expected/webpack-5/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ __webpack_require__.r(__webpack_exports__);
7373
/******/
7474
/******/ /* webpack/runtime/getFullHash */
7575
/******/ (() => {
76-
/******/ __webpack_require__.h = () => ("07119853b0d8e8fbe3ca")
76+
/******/ __webpack_require__.h = () => ("4ecab8e2ff0fe228a728")
7777
/******/ })();
7878
/******/
7979
/******/ /* webpack/runtime/global */
@@ -313,7 +313,7 @@ __webpack_require__.r(__webpack_exports__);
313313
/******/ __webpack_require__.m[moduleId] = moreModules[moduleId];
314314
/******/ }
315315
/******/ }
316-
/******/ if(runtime) runtime(__webpack_require__);
316+
/******/ if(runtime) var result = runtime(__webpack_require__);
317317
/******/ if(parentChunkLoadingFunction) parentChunkLoadingFunction(data);
318318
/******/ for(;i < chunkIds.length; i++) {
319319
/******/ chunkId = chunkIds[i];

test/cases/dependOn-multiple-files-per-entry/expected/webpack-5-importModule/common.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ __webpack_require__.r(__webpack_exports__);
130130
/******/ __webpack_require__.m[moduleId] = moreModules[moduleId];
131131
/******/ }
132132
/******/ }
133-
/******/ if(runtime) runtime(__webpack_require__);
133+
/******/ if(runtime) var result = runtime(__webpack_require__);
134134
/******/ if(parentChunkLoadingFunction) parentChunkLoadingFunction(data);
135135
/******/ for(;i < chunkIds.length; i++) {
136136
/******/ chunkId = chunkIds[i];
@@ -139,7 +139,7 @@ __webpack_require__.r(__webpack_exports__);
139139
/******/ }
140140
/******/ installedChunks[chunkIds[i]] = 0;
141141
/******/ }
142-
/******/ __webpack_require__.O();
142+
/******/ return __webpack_require__.O(result);
143143
/******/ }
144144
/******/
145145
/******/ var chunkLoadingGlobal = self["webpackChunk"] = self["webpackChunk"] || [];

test/cases/dependOn-multiple-files-per-entry/expected/webpack-5/common.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ __webpack_require__.r(__webpack_exports__);
130130
/******/ __webpack_require__.m[moduleId] = moreModules[moduleId];
131131
/******/ }
132132
/******/ }
133-
/******/ if(runtime) runtime(__webpack_require__);
133+
/******/ if(runtime) var result = runtime(__webpack_require__);
134134
/******/ if(parentChunkLoadingFunction) parentChunkLoadingFunction(data);
135135
/******/ for(;i < chunkIds.length; i++) {
136136
/******/ chunkId = chunkIds[i];
@@ -139,7 +139,7 @@ __webpack_require__.r(__webpack_exports__);
139139
/******/ }
140140
/******/ installedChunks[chunkIds[i]] = 0;
141141
/******/ }
142-
/******/ __webpack_require__.O();
142+
/******/ return __webpack_require__.O(result);
143143
/******/ }
144144
/******/
145145
/******/ var chunkLoadingGlobal = self["webpackChunk"] = self["webpackChunk"] || [];

test/cases/dependOn/expected/webpack-5-importModule/common.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ __webpack_require__.r(__webpack_exports__);
121121
/******/ __webpack_require__.m[moduleId] = moreModules[moduleId];
122122
/******/ }
123123
/******/ }
124-
/******/ if(runtime) runtime(__webpack_require__);
124+
/******/ if(runtime) var result = runtime(__webpack_require__);
125125
/******/ if(parentChunkLoadingFunction) parentChunkLoadingFunction(data);
126126
/******/ for(;i < chunkIds.length; i++) {
127127
/******/ chunkId = chunkIds[i];
@@ -130,7 +130,7 @@ __webpack_require__.r(__webpack_exports__);
130130
/******/ }
131131
/******/ installedChunks[chunkIds[i]] = 0;
132132
/******/ }
133-
/******/ __webpack_require__.O();
133+
/******/ return __webpack_require__.O(result);
134134
/******/ }
135135
/******/
136136
/******/ var chunkLoadingGlobal = self["webpackChunk"] = self["webpackChunk"] || [];

0 commit comments

Comments
 (0)