Skip to content

Commit 7619a4b

Browse files
committed
chore: update snapshots
1 parent 6586bfb commit 7619a4b

1,044 files changed

Lines changed: 3386 additions & 3468 deletions

File tree

Some content is hidden

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

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

Lines changed: 1 addition & 1 deletion
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?\n}");
19+
eval("{\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nconst myComponent = __webpack_require__(/*! components/myComponent */ \"./common/components/myComponent.ts\");\nconsole.log(myComponent);\n\n\n//# sourceURL=webpack:///./app.ts?\n}");
2020

2121
/***/ }),
2222

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

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

55
ERROR in app.ts

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

Lines changed: 1 addition & 1 deletion
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?\n}");
19+
eval("{\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nconst myComponent = __webpack_require__(/*! components/myComponent */ \"./common/components/myComponent.ts\");\nconsole.log(myComponent);\n\n\n//# sourceURL=webpack:///./app.ts?\n}");
2020

2121
/***/ }),
2222

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

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

55
ERROR in app.ts

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

Lines changed: 1 addition & 1 deletion
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?\n}");
19+
eval("{\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nconst myComponent = __webpack_require__(/*! components/myComponent */ \"./common/components/myComponent.ts\");\nconsole.log(myComponent);\n\n\n//# sourceURL=webpack:///./app.ts?\n}");
2020

2121
/***/ }),
2222

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

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

Lines changed: 1 addition & 1 deletion
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?\n}");
19+
eval("{\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nconst myComponent = __webpack_require__(/*! components/myComponent */ \"./common/components/myComponent.ts\");\nconsole.log(myComponent);\n\n\n//# sourceURL=webpack:///./app.ts?\n}");
2020

2121
/***/ }),
2222

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
asset bundle.js 2.65 KiB [emitted] (name: main)
2-
cached modules 156 bytes [cached] 1 module
2+
cached modules 158 bytes [cached] 1 module
33
./common/components/myComponent.ts 45 bytes [built] [code generated]
44
webpack compiled successfully
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"compilerOptions": {
3-
3+
"module": "commonjs"
44
}
5-
}
5+
}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/).
88
*/
99
/******/ (() => { // webpackBootstrap
10+
/******/ "use strict";
1011
/******/ var __webpack_modules__ = ({
1112

1213
/***/ "./src/index.js":
@@ -15,7 +16,7 @@
1516
\**********************/
1617
/***/ (() => {
1718

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

2021
/***/ })
2122

0 commit comments

Comments
 (0)