Skip to content

Commit 477f9f2

Browse files
committed
chore: regenerate output after webpack upgrade
1 parent 8b7a4e6 commit 477f9f2

File tree

608 files changed

+3459
-3287
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

608 files changed

+3459
-3287
lines changed

test/comparison-tests/aliasResolution/expectedOutput-5.9/bundle.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
\****************/
1717
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
1818

19-
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nvar myComponent = __webpack_require__(/*! components/myComponent */ \"./common/components/myComponent.ts\");\nconsole.log(myComponent);\n\n\n//# sourceURL=webpack:///./app.ts?");
19+
eval("{\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nvar myComponent = __webpack_require__(/*! components/myComponent */ \"./common/components/myComponent.ts\");\nconsole.log(myComponent);\n\n\n//# sourceURL=webpack:///./app.ts?\n}");
2020

2121
/***/ }),
2222

@@ -26,7 +26,7 @@ eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nvar
2626
\******************************************/
2727
/***/ ((module) => {
2828

29-
eval("\nmodule.exports = 'myComponent';\n\n\n//# sourceURL=webpack:///./common/components/myComponent.ts?");
29+
eval("{\nmodule.exports = 'myComponent';\n\n\n//# sourceURL=webpack:///./common/components/myComponent.ts?\n}");
3030

3131
/***/ })
3232

test/comparison-tests/aliasResolution/expectedOutput-5.9/output.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
asset bundle.js 2.64 KiB [emitted] (name: main)
1+
asset bundle.js 2.65 KiB [emitted] (name: main)
22
./app.ts 156 bytes [built] [code generated] [2 errors]
33
./common/components/myComponent.ts 46 bytes [built] [code generated]
44

test/comparison-tests/aliasResolution/expectedOutput-5.9/patch0/bundle.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
\****************/
1717
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
1818

19-
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nvar myComponent = __webpack_require__(/*! components/myComponent */ \"./common/components/myComponent.ts\");\nconsole.log(myComponent);\n\n\n//# sourceURL=webpack:///./app.ts?");
19+
eval("{\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nvar myComponent = __webpack_require__(/*! components/myComponent */ \"./common/components/myComponent.ts\");\nconsole.log(myComponent);\n\n\n//# sourceURL=webpack:///./app.ts?\n}");
2020

2121
/***/ }),
2222

@@ -26,7 +26,7 @@ eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nvar
2626
\******************************************/
2727
/***/ ((module) => {
2828

29-
eval("\nmodule.exports = 'changed it';\n\n\n//# sourceURL=webpack:///./common/components/myComponent.ts?");
29+
eval("{\nmodule.exports = 'changed it';\n\n\n//# sourceURL=webpack:///./common/components/myComponent.ts?\n}");
3030

3131
/***/ })
3232

test/comparison-tests/aliasResolution/expectedOutput-5.9/patch0/output.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
asset bundle.js 2.64 KiB [emitted] (name: main)
1+
asset bundle.js 2.65 KiB [emitted] (name: main)
22
cached modules 156 bytes [cached] 1 module
33
./common/components/myComponent.ts 45 bytes [built] [code generated]
44

test/comparison-tests/aliasResolution/expectedOutput-transpile-5.9/bundle.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
\****************/
1717
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
1818

19-
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nvar myComponent = __webpack_require__(/*! components/myComponent */ \"./common/components/myComponent.ts\");\nconsole.log(myComponent);\n\n\n//# sourceURL=webpack:///./app.ts?");
19+
eval("{\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nvar myComponent = __webpack_require__(/*! components/myComponent */ \"./common/components/myComponent.ts\");\nconsole.log(myComponent);\n\n\n//# sourceURL=webpack:///./app.ts?\n}");
2020

2121
/***/ }),
2222

@@ -26,7 +26,7 @@ eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nvar
2626
\******************************************/
2727
/***/ ((module) => {
2828

29-
eval("\nmodule.exports = 'myComponent';\n\n\n//# sourceURL=webpack:///./common/components/myComponent.ts?");
29+
eval("{\nmodule.exports = 'myComponent';\n\n\n//# sourceURL=webpack:///./common/components/myComponent.ts?\n}");
3030

3131
/***/ })
3232

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
asset bundle.js 2.64 KiB [emitted] (name: main)
1+
asset bundle.js 2.65 KiB [emitted] (name: main)
22
./app.ts 156 bytes [built] [code generated]
33
./common/components/myComponent.ts 46 bytes [built] [code generated]
44
webpack compiled successfully

test/comparison-tests/aliasResolution/expectedOutput-transpile-5.9/patch0/bundle.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
\****************/
1717
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
1818

19-
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nvar myComponent = __webpack_require__(/*! components/myComponent */ \"./common/components/myComponent.ts\");\nconsole.log(myComponent);\n\n\n//# sourceURL=webpack:///./app.ts?");
19+
eval("{\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nvar myComponent = __webpack_require__(/*! components/myComponent */ \"./common/components/myComponent.ts\");\nconsole.log(myComponent);\n\n\n//# sourceURL=webpack:///./app.ts?\n}");
2020

2121
/***/ }),
2222

@@ -26,7 +26,7 @@ eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nvar
2626
\******************************************/
2727
/***/ ((module) => {
2828

29-
eval("\nmodule.exports = 'changed it';\n\n\n//# sourceURL=webpack:///./common/components/myComponent.ts?");
29+
eval("{\nmodule.exports = 'changed it';\n\n\n//# sourceURL=webpack:///./common/components/myComponent.ts?\n}");
3030

3131
/***/ })
3232

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
asset bundle.js 2.64 KiB [emitted] (name: main)
1+
asset bundle.js 2.65 KiB [emitted] (name: main)
22
cached modules 156 bytes [cached] 1 module
33
./common/components/myComponent.ts 45 bytes [built] [code generated]
44
webpack compiled successfully

test/comparison-tests/allowJs-entryFileIsJs/expectedOutput-5.9/bundle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
\**********************/
1616
/***/ (() => {
1717

18-
eval("console.log('working');\n\n\n//# sourceURL=webpack:///./src/index.js?");
18+
eval("{console.log('working');\n\n\n//# sourceURL=webpack:///./src/index.js?\n}");
1919

2020
/***/ })
2121

test/comparison-tests/allowJs-entryFileIsJs/expectedOutput-transpile-5.9/bundle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
\**********************/
1616
/***/ (() => {
1717

18-
eval("console.log('working');\n\n\n//# sourceURL=webpack:///./src/index.js?");
18+
eval("{console.log('working');\n\n\n//# sourceURL=webpack:///./src/index.js?\n}");
1919

2020
/***/ })
2121

0 commit comments

Comments
 (0)