Skip to content

Commit

Permalink
test: update prefetch-preload-mixed
Browse files Browse the repository at this point in the history
  • Loading branch information
FogelAI committed Mar 13, 2024
1 parent c0ec939 commit 16a7d32
Show file tree
Hide file tree
Showing 12 changed files with 542 additions and 18 deletions.
12 changes: 11 additions & 1 deletion test/cases/prefetch-preload-mixed/expected/a.js
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
(self.webpackChunk=self.webpackChunk||[]).push([[996],{670:(e,n,h)=>{h.e(341).then(h.t.bind(h,907,23)),h.e(150).then(h.t.bind(h,694,23))}}]);
(self["webpackChunk"] = self["webpackChunk"] || []).push([[0],[
/* 0 */,
/* 1 */
/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {

__webpack_require__.e(/* import() | a1 */ 1).then(__webpack_require__.t.bind(__webpack_require__, 4, 23));
__webpack_require__.e(/* import() | a2 */ 2).then(__webpack_require__.t.bind(__webpack_require__, 5, 23));


/***/ })
]]);
11 changes: 10 additions & 1 deletion test/cases/prefetch-preload-mixed/expected/a1.js
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
(self.webpackChunk=self.webpackChunk||[]).push([[341],{907:()=>{}}]);
(self["webpackChunk"] = self["webpackChunk"] || []).push([[1],{

/***/ 4:
/***/ (() => {



/***/ })

}]);
11 changes: 10 additions & 1 deletion test/cases/prefetch-preload-mixed/expected/a2.js
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
(self.webpackChunk=self.webpackChunk||[]).push([[150],{694:()=>{}}]);
(self["webpackChunk"] = self["webpackChunk"] || []).push([[2],{

/***/ 5:
/***/ (() => {



/***/ })

}]);
14 changes: 13 additions & 1 deletion test/cases/prefetch-preload-mixed/expected/b.js
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
(self.webpackChunk=self.webpackChunk||[]).push([[199],{899:(e,n,h)=>{h.e(364).then(h.t.bind(h,372,23)),h.e(567).then(h.t.bind(h,109,23)),h.e(758).then(h.t.bind(h,190,23))}}]);
(self["webpackChunk"] = self["webpackChunk"] || []).push([[3],{

/***/ 2:
/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {

__webpack_require__.e(/* import() | b1 */ 4).then(__webpack_require__.t.bind(__webpack_require__, 6, 23));
__webpack_require__.e(/* import() | b2 */ 5).then(__webpack_require__.t.bind(__webpack_require__, 7, 23));
__webpack_require__.e(/* import() | b3 */ 6).then(__webpack_require__.t.bind(__webpack_require__, 8, 23));


/***/ })

}]);
11 changes: 10 additions & 1 deletion test/cases/prefetch-preload-mixed/expected/b1.js
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
(self.webpackChunk=self.webpackChunk||[]).push([[364],{372:()=>{}}]);
(self["webpackChunk"] = self["webpackChunk"] || []).push([[4],{

/***/ 6:
/***/ (() => {



/***/ })

}]);
11 changes: 10 additions & 1 deletion test/cases/prefetch-preload-mixed/expected/b2.js
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
(self.webpackChunk=self.webpackChunk||[]).push([[567],{109:()=>{}}]);
(self["webpackChunk"] = self["webpackChunk"] || []).push([[5],{

/***/ 7:
/***/ (() => {



/***/ })

}]);
11 changes: 10 additions & 1 deletion test/cases/prefetch-preload-mixed/expected/b3.js
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
(self.webpackChunk=self.webpackChunk||[]).push([[758],{190:()=>{}}]);
(self["webpackChunk"] = self["webpackChunk"] || []).push([[6],{

/***/ 8:
/***/ (() => {



/***/ })

}]);
13 changes: 12 additions & 1 deletion test/cases/prefetch-preload-mixed/expected/c.js
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
(self.webpackChunk=self.webpackChunk||[]).push([[390],{964:(e,n,h)=>{h.e(907).then(h.t.bind(h,813,23)),h.e(896).then(h.t.bind(h,884,23))}}]);
(self["webpackChunk"] = self["webpackChunk"] || []).push([[7],{

/***/ 3:
/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {

__webpack_require__.e(/* import() | c1 */ 8).then(__webpack_require__.t.bind(__webpack_require__, 9, 23));
__webpack_require__.e(/* import() | c2 */ 9).then(__webpack_require__.t.bind(__webpack_require__, 10, 23));


/***/ })

}]);
11 changes: 10 additions & 1 deletion test/cases/prefetch-preload-mixed/expected/c1.js
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
(self.webpackChunk=self.webpackChunk||[]).push([[907],{813:()=>{}}]);
(self["webpackChunk"] = self["webpackChunk"] || []).push([[8],{

/***/ 9:
/***/ (() => {



/***/ })

}]);
11 changes: 10 additions & 1 deletion test/cases/prefetch-preload-mixed/expected/c2.js
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
(self.webpackChunk=self.webpackChunk||[]).push([[896],{884:()=>{}}]);
(self["webpackChunk"] = self["webpackChunk"] || []).push([[9],{

/***/ 10:
/***/ (() => {



/***/ })

}]);
Loading

0 comments on commit 16a7d32

Please sign in to comment.