Skip to content

Commit 5d2e0ad

Browse files
authored
Merge pull request #375 from johnnyreilly/master
regenerate test data
2 parents 65c7016 + 5bae6f6 commit 5d2e0ad

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

test/comparison-tests/html-webpack-plugin/expectedOutput-2.0/output.transpiled.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ chunk {0} bundle.js (main) 36 bytes [rendered]
55
[0] ./.test/html-webpack-plugin/app.ts 36 bytes {0} [built]
66
Child html-webpack-plugin for "index.html":
77
Asset Size Chunks Chunk Names
8-
index.html 556 kB 0
9-
chunk {0} index.html 538 kB [rendered]
8+
index.html 558 kB 0
9+
chunk {0} index.html 540 kB [rendered]
1010
[0] ./~/html-webpack-plugin/lib/loader.js!./~/html-webpack-plugin/default_index.ejs 540 bytes {0} [built]
11-
[1] ./~/lodash/lodash.js 537 kB {0} [built]
11+
[1] ./~/lodash/lodash.js 539 kB {0} [built]
1212
[2] (webpack)/buildin/module.js 241 bytes {0} [built]

test/comparison-tests/html-webpack-plugin/expectedOutput-2.0/output.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ chunk {0} bundle.js (main) 22 bytes [rendered]
55
[0] ./.test/html-webpack-plugin/app.ts 22 bytes {0} [built]
66
Child html-webpack-plugin for "index.html":
77
Asset Size Chunks Chunk Names
8-
index.html 556 kB 0
9-
chunk {0} index.html 538 kB [rendered]
8+
index.html 558 kB 0
9+
chunk {0} index.html 540 kB [rendered]
1010
[0] ./~/html-webpack-plugin/lib/loader.js!./~/html-webpack-plugin/default_index.ejs 540 bytes {0} [built]
11-
[1] ./~/lodash/lodash.js 537 kB {0} [built]
11+
[1] ./~/lodash/lodash.js 539 kB {0} [built]
1212
[2] (webpack)/buildin/module.js 241 bytes {0} [built]

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@ bundle.js 1.39 kB 0, 1 [emitted] a, b
33
chunk {0} bundle.js (a) 0 bytes [rendered]
44
[0] ./.test/instance/a.ts 0 bytes {0} [built]
55
chunk {1} bundle.js (b) 0 bytes [rendered]
6-
[0] ./.test/instance/b.ts 0 bytes {1} [built]
6+
[0] ./.test/instance/b.ts 0 bytes {1} [built] [1 error]
7+
8+
ERROR in ./.test/instance/b.ts
9+
(1,13): error TS2403: Subsequent variable declarations must have the same type. Variable 'someGlobal' must be of type 'number', but here has type 'string'.

0 commit comments

Comments
 (0)