Skip to content

Commit f04c5cf

Browse files
author
Jason Kleban
committed
regen comparison tests
1 parent 5435096 commit f04c5cf

File tree

140 files changed

+460
-450
lines changed

Some content is hidden

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

140 files changed

+460
-450
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ Entrypoint main = bundle.js
55
[./common/components/myComponent.ts] 46 bytes {main} [built]
66

77
ERROR in app.ts
8-
./app.ts 2:30-55
8+
./app.ts
99
[tsl] ERROR in app.ts(2,31)
1010
 TS2307: Cannot find module 'components/myComponent2' or its corresponding type declarations.

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ Entrypoint main = bundle.js
55
[./common/components/myComponent.ts] 45 bytes {main} [built]
66

77
ERROR in app.ts
8-
./app.ts 2:30-55
8+
./app.ts
99
[tsl] ERROR in app.ts(2,31)
1010
 TS2307: Cannot find module 'components/myComponent2' or its corresponding type declarations.

test/comparison-tests/allowJs-ts-check/expectedOutput-4.1/output.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Entrypoint main = bundle.js
55
[./src/error2.js] 303 bytes {main} [built] [1 error]
66
[./src/index.js] 207 bytes {main} [built]
77

8-
ERROR in src/error2.js
9-
./src/error2.js 4:9-12
10-
[tsl] ERROR in src/error2.js(4,10)
8+
ERROR in src\error2.js
9+
./src/error2.js
10+
[tsl] ERROR in src\error2.js(4,10)
1111
 TS2339: Property 'bar' does not exist on type 'Class2'.

test/comparison-tests/appendSuffixTo/expectedOutput-4.1/bundle.js

+2-27
Original file line numberDiff line numberDiff line change
@@ -86,39 +86,14 @@
8686
/************************************************************************/
8787
/******/ ({
8888

89-
/***/ "./component.vue":
90-
/*!***********************!*\
91-
!*** ./component.vue ***!
92-
\***********************/
93-
/*! no static exports found */
94-
/***/ (function(module, exports, __webpack_require__) {
95-
96-
"use strict";
97-
eval("\nexports.__esModule = true;\nexports[\"default\"] = {\n data: function () {\n return {\n msg: \"component\"\n };\n }\n};\n\n\n//# sourceURL=webpack:///./component.vue?");
98-
99-
/***/ }),
100-
101-
/***/ "./helper.ts":
102-
/*!*******************!*\
103-
!*** ./helper.ts ***!
104-
\*******************/
105-
/*! no static exports found */
106-
/***/ (function(module, exports, __webpack_require__) {
107-
108-
"use strict";
109-
eval("\nexports.__esModule = true;\nexports.myMethod = void 0;\nfunction myMethod() {\n console.log('from helper!');\n}\nexports.myMethod = myMethod;\n\n\n//# sourceURL=webpack:///./helper.ts?");
110-
111-
/***/ }),
112-
11389
/***/ "./index.vue":
11490
/*!*******************!*\
11591
!*** ./index.vue ***!
11692
\*******************/
11793
/*! no static exports found */
118-
/***/ (function(module, exports, __webpack_require__) {
94+
/***/ (function(module, exports) {
11995

120-
"use strict";
121-
eval("\nexports.__esModule = true;\nvar component_vue_1 = __webpack_require__(/*! ./component.vue */ \"./component.vue\");\nvar helper_1 = __webpack_require__(/*! ./helper */ \"./helper.ts\");\nexports[\"default\"] = {\n components: { component: component_vue_1[\"default\"] },\n data: function () {\n return {\n msg: \"world\"\n };\n },\n method: {\n myMethod: helper_1.myMethod\n }\n};\n\n\n//# sourceURL=webpack:///./index.vue?");
96+
eval("throw new Error(\"Module build failed (from C:/code/ts-loader/index.js):/nError: ENOENT: no such file or directory, lstat 'C://code//ts-loader//.test//appendSuffixTo//index.vue.ts'/n at Object.realpathSync (fs.js:1681:7)/n at resolveModule (C://code//ts-loader//dist//servicesHost.js:678:58)/n at C://code//ts-loader//dist//servicesHost.js:132:13/n at Array.map (<anonymous>)/n at Object.resolveModuleNames (C://code//ts-loader//dist//servicesHost.js:130:65)/n at actualResolveModuleNamesWorker (C://code//ts-loader//node_modules//typescript//lib//typescript.js:105296:133)/n at resolveModuleNamesWorker (C://code//ts-loader//node_modules//typescript//lib//typescript.js:105534:26)/n at resolveModuleNamesReusingOldState (C://code//ts-loader//node_modules//typescript//lib//typescript.js:105648:24)/n at processImportedModules (C://code//ts-loader//node_modules//typescript//lib//typescript.js:107135:35)/n at findSourceFileWorker (C://code//ts-loader//node_modules//typescript//lib//typescript.js:106907:17)/n at findSourceFile (C://code//ts-loader//node_modules//typescript//lib//typescript.js:106769:26)/n at C://code//ts-loader//node_modules//typescript//lib//typescript.js:106726:85/n at getSourceFileFromReferenceWorker (C://code//ts-loader//node_modules//typescript//lib//typescript.js:106693:34)/n at processSourceFile (C://code//ts-loader//node_modules//typescript//lib//typescript.js:106726:13)/n at processRootFile (C://code//ts-loader//node_modules//typescript//lib//typescript.js:106536:13)/n at C://code//ts-loader//node_modules//typescript//lib//typescript.js:105401:60/n at Object.forEach (C://code//ts-loader//node_modules//typescript//lib//typescript.js:382:30)/n at Object.createProgram (C://code//ts-loader//node_modules//typescript//lib//typescript.js:105401:16)/n at synchronizeHostData (C://code//ts-loader//node_modules//typescript//lib//typescript.js:147139:26)/n at Object.getProgram (C://code//ts-loader//node_modules//typescript//lib//typescript.js:147231:13)/n at Object.ensureProgram (C://code//ts-loader//dist//utils.js:193:41)/n at Object.getEmitOutput (C://code//ts-loader//dist//instances.js:491:29)/n at getEmit (C://code//ts-loader//dist//index.js:261:37)/n at successLoader (C://code//ts-loader//dist//index.js:39:11)/n at Object.loader (C://code//ts-loader//dist//index.js:23:5)\");\n\n//# sourceURL=webpack:///./index.vue?");
12297

12398
/***/ })
12499

Original file line numberDiff line numberDiff line change
@@ -1,6 +1,33 @@
11
Asset Size Chunks Chunk Names
2-
bundle.js 5.03 KiB main [emitted] main
2+
bundle.js 6.36 KiB main [emitted] main
33
Entrypoint main = bundle.js
4-
[./component.vue] 154 bytes {main} [built]
5-
[./helper.ts] 154 bytes {main} [built]
6-
[./index.vue] 352 bytes {main} [built]
4+
[./index.vue] 2.34 KiB {main} [built] [failed] [1 error]
5+
6+
ERROR in ./index.vue
7+
Module build failed (from /index.js):
8+
Error: ENOENT: no such file or directory, lstat 'index.vue.ts'
9+
at Object.realpathSync (fs.js:1681:7)
10+
at resolveModule (dist\servicesHost.js:678:58)
11+
at dist\servicesHost.js:132:13
12+
at Array.map (<anonymous>)
13+
at Object.resolveModuleNames (dist\servicesHost.js:130:65)
14+
at actualResolveModuleNamesWorker (node_modules\typescript\lib\typescript.js:105296:133)
15+
at resolveModuleNamesWorker (node_modules\typescript\lib\typescript.js:105534:26)
16+
at resolveModuleNamesReusingOldState (node_modules\typescript\lib\typescript.js:105648:24)
17+
at processImportedModules (node_modules\typescript\lib\typescript.js:107135:35)
18+
at findSourceFileWorker (node_modules\typescript\lib\typescript.js:106907:17)
19+
at findSourceFile (node_modules\typescript\lib\typescript.js:106769:26)
20+
at node_modules\typescript\lib\typescript.js:106726:85
21+
at getSourceFileFromReferenceWorker (node_modules\typescript\lib\typescript.js:106693:34)
22+
at processSourceFile (node_modules\typescript\lib\typescript.js:106726:13)
23+
at processRootFile (node_modules\typescript\lib\typescript.js:106536:13)
24+
at node_modules\typescript\lib\typescript.js:105401:60
25+
at Object.forEach (node_modules\typescript\lib\typescript.js:382:30)
26+
at Object.createProgram (node_modules\typescript\lib\typescript.js:105401:16)
27+
at synchronizeHostData (node_modules\typescript\lib\typescript.js:147139:26)
28+
at Object.getProgram (node_modules\typescript\lib\typescript.js:147231:13)
29+
at Object.ensureProgram (dist\utils.js:193:41)
30+
at Object.getEmitOutput (dist\instances.js:491:29)
31+
at getEmit (dist\index.js:261:37)
32+
at successLoader (dist\index.js:39:11)
33+
at Object.loader (dist\index.js:23:5)

test/comparison-tests/basic/expectedOutput-4.1/patch0/output.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ Entrypoint main = bundle.js
66
[./submodule/submodule.ts] 149 bytes {main}
77

88
ERROR in app.ts
9-
./app.ts 3:12-24
9+
./app.ts
1010
[tsl] ERROR in app.ts(3,13)
1111
 TS2551: Property 'doSomething2' does not exist on type 'typeof externalLib'. Did you mean 'doSomething'?

test/comparison-tests/colors/expectedOutput-4.1/output.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ You may need an additional loader to handle the result of these loaders.
1313
|
1414

1515
ERROR in app.ts
16-
./app.ts 1:6-8
16+
./app.ts
1717
[tsl] ERROR in app.ts(1,7)
1818
TS1005: ',' expected.

test/comparison-tests/colors/expectedOutput-transpile-4.1/output.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ You may need an additional loader to handle the result of these loaders.
1313
|
1414

1515
ERROR in app.ts
16-
./app.ts 1:6-8
16+
./app.ts
1717
[tsl] ERROR in app.ts(1,7)
1818
TS1005: ',' expected.

test/comparison-tests/declarationDeps/expectedOutput-4.1/output.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ Entrypoint main = bundle.js
44
[./app.ts] 41 bytes {main} [built] [1 error]
55

66
ERROR in app.ts
7-
./app.ts 2:6-11
7+
./app.ts
88
[tsl] ERROR in app.ts(2,7)
99
 TS2339: Property 'sayHi' does not exist on type 'typeof Hello'.

test/comparison-tests/declarationWatch/expectedOutput-4.1/patch0/output.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ Entrypoint main = bundle.js
55
[./dep.ts] 59 bytes {main} [built] [1 error]
66

77
ERROR in app.ts
8-
./app.ts 5:6-17
8+
./app.ts
99
[tsl] ERROR in app.ts(5,7)
1010
 TS2339: Property 'doSomething' does not exist on type 'typeof Thing'.
1111

1212
ERROR in dep.ts
13-
./dep.ts 1:6-17
13+
./dep.ts
1414
[tsl] ERROR in dep.ts(1,7)
1515
 TS2339: Property 'doSomething' does not exist on type 'typeof Thing'.

test/comparison-tests/dependencyErrors/expectedOutput-4.1/output.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ Entrypoint main = bundle.js
66
[./dep2.ts] 76 bytes {main} [built]
77

88
ERROR in app.ts
9-
./app.ts 4:5-7
9+
./app.ts
1010
[tsl] ERROR in app.ts(4,6)
1111
 TS2345: Argument of type 'string' is not assignable to parameter of type 'number'.
1212

1313
ERROR in app.ts
14-
./app.ts 5:5-7
14+
./app.ts
1515
[tsl] ERROR in app.ts(5,6)
1616
 TS2345: Argument of type 'string' is not assignable to parameter of type 'number'.

test/comparison-tests/dependencyErrors/expectedOutput-4.1/patch0/output.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ Entrypoint main = bundle.js
66
[./dep2.ts] 76 bytes {main}
77

88
ERROR in app.ts
9-
./app.ts 5:5-7
9+
./app.ts
1010
[tsl] ERROR in app.ts(5,6)
1111
 TS2345: Argument of type 'string' is not assignable to parameter of type 'number'.

test/comparison-tests/errorFormatter/expectedOutput-4.1/output.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ Entrypoint main = bundle.js
55
[./common/components/myComponent.ts] 46 bytes {main} [built]
66

77
ERROR in app.ts
8-
./app.ts 2:30-55
9-
Does not compute.... code: 2307,severity: error,content: Cannot find module 'components/myComponent2' or its corresponding type declarations.,file: app.ts,line: 2,character: 31,context: .test/errorFormatter
8+
./app.ts
9+
Does not compute.... code: 2307,severity: error,content: Cannot find module 'components/myComponent2' or its corresponding type declarations.,file: app.ts,line: 2,character: 31,context: .test\errorFormatter

test/comparison-tests/errors/expectedOutput-4.1/output.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ You may need an additional loader to handle the result of these loaders.
1313
|
1414

1515
ERROR in app.ts
16-
./app.ts 1:6-8
16+
./app.ts
1717
[tsl] ERROR in app.ts(1,7)
1818
 TS1005: ',' expected.

test/comparison-tests/errors/expectedOutput-transpile-4.1/output.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Entrypoint main = bundle.js
44
[./app.ts] 220 bytes {main} [built] [failed] [2 errors]
55

66
ERROR in app.ts
7-
./app.ts 1:6-8
7+
./app.ts
88
[tsl] ERROR in app.ts(1,7)
99
 TS1005: ',' expected.
1010

test/comparison-tests/es3/expectedOutput-4.1/output.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ Entrypoint main = bundle.js
44
[./app.ts] 29 bytes {main} [built] [1 error]
55

66
ERROR in app.ts
7-
./app.ts 1:6-7
7+
./app.ts
88
[tsl] ERROR in app.ts(1,7)
99
 TS1056: Accessors are only available when targeting ECMAScript 5 and higher.

test/comparison-tests/ignoreDiagnostics/expectedOutput-4.1/output.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ Entrypoint main = bundle.js
44
[./app.ts] 278 bytes {main} [built] [1 error]
55

66
ERROR in app.ts
7-
./app.ts 9:4-5
7+
./app.ts
88
[tsl] ERROR in app.ts(9,5)
99
 TS2322: Type 'string' is not assignable to type 'Number'.

test/comparison-tests/importsWatch/expectedOutput-4.1/patch1/output.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ Entrypoint main = bundle.js
44
[./app.ts] 70 bytes {main} [built] [1 error]
55

66
ERROR in app.ts
7-
./app.ts 4:0-7
7+
./app.ts
88
[tsl] ERROR in app.ts(4,1)
99
 TS2322: Type 'string' is not assignable to type 'boolean'.

test/comparison-tests/instance/expectedOutput-4.1/bundle.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
/*! no static exports found */
9494
/***/ (function(module, exports) {
9595

96-
eval("throw new Error(\"Module build failed (from /workspaces/ts-loader/index.js):/nError: /u001b[31mA file specified in tsconfig.json could not be found: /instance/i-dont-exist/u001b[39m/n at Object.loader (/workspaces/ts-loader/dist/index.js:18:18)\");\n\n//# sourceURL=webpack:///./a.ts?");
96+
eval("throw new Error(\"Module build failed (from C:/code/ts-loader/index.js):/nError: /u001b[31mA file specified in tsconfig.json could not be found: C://code//ts-loader//.test//instance//i-dont-exist/u001b[39m/n at Object.loader (C://code//ts-loader//dist//index.js:18:18)\");\n\n//# sourceURL=webpack:///./a.ts?");
9797

9898
/***/ })
9999

test/comparison-tests/instance/expectedOutput-4.1/output.txt

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
Asset Size Chunks Chunk Names
2-
bundle.js 4 KiB a [emitted] a
1+
Asset Size Chunks Chunk Names
2+
bundle.js 4.01 KiB a [emitted] a
33
Entrypoint a = bundle.js
44
Entrypoint b =
5-
[./a.ts] 276 bytes {a} [built] [failed] [1 error]
6-
[./b.ts] 276 bytes {b} [built] [failed] [1 error]
5+
[./a.ts] 273 bytes {a} [built] [failed] [1 error]
6+
[./b.ts] 273 bytes {b} [built] [failed] [1 error]
77

88
ERROR in ./a.ts
9-
Module build failed (from index.js):
9+
Module build failed (from /index.js):
1010
Error: A file specified in tsconfig.json could not be found: i-dont-exist
11-
at Object.loader (dist/index.js:18:18)
11+
at Object.loader (dist\index.js:18:18)
1212

1313
ERROR in ./b.ts
14-
Module build failed (from index.js):
14+
Module build failed (from /index.js):
1515
Error: A file specified in tsconfig.json could not be found: i-dont-exist
16-
at Object.loader (dist/index.js:18:18)
16+
at Object.loader (dist\index.js:18:18)
1717

1818
ERROR in chunk b [entry]
1919
bundle.js

test/comparison-tests/instance/expectedOutput-transpile-4.1/bundle.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
/*! no static exports found */
9494
/***/ (function(module, exports) {
9595

96-
eval("throw new Error(\"Module build failed (from /workspaces/ts-loader/index.js):/nError: /u001b[31mA file specified in tsconfig.json could not be found: /instance.transpile/i-dont-exist/u001b[39m/n at Object.loader (/workspaces/ts-loader/dist/index.js:18:18)\");\n\n//# sourceURL=webpack:///./a.ts?");
96+
eval("throw new Error(\"Module build failed (from C:/code/ts-loader/index.js):/nError: /u001b[31mA file specified in tsconfig.json could not be found: C://code//ts-loader//.test//instance.transpile//i-dont-exist/u001b[39m/n at Object.loader (C://code//ts-loader//dist//index.js:18:18)\");\n\n//# sourceURL=webpack:///./a.ts?");
9797

9898
/***/ })
9999

test/comparison-tests/instance/expectedOutput-transpile-4.1/output.txt

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
Asset Size Chunks Chunk Names
2-
bundle.js 4.01 KiB a [emitted] a
2+
bundle.js 4.02 KiB a [emitted] a
33
Entrypoint a = bundle.js
44
Entrypoint b =
5-
[./a.ts] 286 bytes {a} [built] [failed] [1 error]
6-
[./b.ts] 286 bytes {b} [built] [failed] [1 error]
5+
[./a.ts] 283 bytes {a} [built] [failed] [1 error]
6+
[./b.ts] 283 bytes {b} [built] [failed] [1 error]
77

88
ERROR in ./a.ts
9-
Module build failed (from index.js):
9+
Module build failed (from /index.js):
1010
Error: A file specified in tsconfig.json could not be found: i-dont-exist
11-
at Object.loader (dist/index.js:18:18)
11+
at Object.loader (dist\index.js:18:18)
1212

1313
ERROR in ./b.ts
14-
Module build failed (from index.js):
14+
Module build failed (from /index.js):
1515
Error: A file specified in tsconfig.json could not be found: i-dont-exist
16-
at Object.loader (dist/index.js:18:18)
16+
at Object.loader (dist\index.js:18:18)
1717

1818
ERROR in chunk b [entry]
1919
bundle.js

test/comparison-tests/issue441/expectedOutput-4.1/bundle.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
/***/ (function(module, exports, __webpack_require__) {
9595

9696
"use strict";
97-
eval("\nexports.__esModule = true;\nvar foo;\nfoo.bar = 'foobar';\n\n\n//# sourceURL=webpack:///./app.ts?");
97+
eval("\r\nexports.__esModule = true;\r\nvar foo;\r\nfoo.bar = 'foobar';\r\n\n\n//# sourceURL=webpack:///./app.ts?");
9898

9999
/***/ })
100100

Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Asset Size Chunks Chunk Names
2-
bundle.js 3.83 KiB main [emitted] main
2+
bundle.js 3.84 KiB main [emitted] main
33
Entrypoint main = bundle.js
4-
[./app.ts] 70 bytes {main} [built]
4+
[./app.ts] 74 bytes {main} [built]

test/comparison-tests/issue441/expectedOutput-4.1/patch0/bundle.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
/***/ (function(module, exports, __webpack_require__) {
9595

9696
"use strict";
97-
eval("\nexports.__esModule = true;\nvar foo;\nfoo.bar = 'foobar';\n\n\n//# sourceURL=webpack:///./app.ts?");
97+
eval("\r\nexports.__esModule = true;\r\nvar foo;\r\nfoo.bar = 'foobar';\r\n\n\n//# sourceURL=webpack:///./app.ts?");
9898

9999
/***/ })
100100

Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Asset Size Chunks Chunk Names
2-
bundle.js 3.83 KiB main [emitted] main
2+
bundle.js 3.84 KiB main [emitted] main
33
Entrypoint main = bundle.js
4-
[./app.ts] 70 bytes {main} [built]
4+
[./app.ts] 74 bytes {main} [built]

test/comparison-tests/issue441/expectedOutput-4.1/patch1/bundle.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
/***/ (function(module, exports, __webpack_require__) {
9595

9696
"use strict";
97-
eval("\nexports.__esModule = true;\nvar foo;\nfoo.bar = 'foobar';\n\n\n//# sourceURL=webpack:///./app.ts?");
97+
eval("\r\nexports.__esModule = true;\r\nvar foo;\r\nfoo.bar = 'foobar';\r\n\n\n//# sourceURL=webpack:///./app.ts?");
9898

9999
/***/ })
100100

Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Asset Size Chunks Chunk Names
2-
bundle.js 3.83 KiB main [emitted] main
2+
bundle.js 3.84 KiB main [emitted] main
33
Entrypoint main = bundle.js
4-
[./app.ts] 70 bytes {main} [built]
4+
[./app.ts] 74 bytes {main} [built]

test/comparison-tests/issue441/expectedOutput-transpile-4.1/bundle.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
/***/ (function(module, exports, __webpack_require__) {
9595

9696
"use strict";
97-
eval("\nexports.__esModule = true;\nvar foo;\nfoo.bar = 'foobar';\n\n\n//# sourceURL=webpack:///./app.ts?");
97+
eval("\r\nexports.__esModule = true;\r\nvar foo;\r\nfoo.bar = 'foobar';\r\n\n\n//# sourceURL=webpack:///./app.ts?");
9898

9999
/***/ })
100100

Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Asset Size Chunks Chunk Names
2-
bundle.js 3.83 KiB main [emitted] main
2+
bundle.js 3.84 KiB main [emitted] main
33
Entrypoint main = bundle.js
4-
[./app.ts] 70 bytes {main} [built]
4+
[./app.ts] 74 bytes {main} [built]

test/comparison-tests/issue441/expectedOutput-transpile-4.1/patch0/bundle.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
/***/ (function(module, exports, __webpack_require__) {
9595

9696
"use strict";
97-
eval("\nexports.__esModule = true;\nvar foo;\nfoo.bar = 'foobar';\n\n\n//# sourceURL=webpack:///./app.ts?");
97+
eval("\r\nexports.__esModule = true;\r\nvar foo;\r\nfoo.bar = 'foobar';\r\n\n\n//# sourceURL=webpack:///./app.ts?");
9898

9999
/***/ })
100100

0 commit comments

Comments
 (0)