Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ chunk {0} bundle.js (main) 36 bytes [rendered]
[0] ./.test/html-webpack-plugin/app.ts 36 bytes {0} [built]
Child html-webpack-plugin for "index.html":
Asset Size Chunks Chunk Names
index.html 556 kB 0
chunk {0} index.html 538 kB [rendered]
index.html 558 kB 0
chunk {0} index.html 540 kB [rendered]
[0] ./~/html-webpack-plugin/lib/loader.js!./~/html-webpack-plugin/default_index.ejs 540 bytes {0} [built]
[1] ./~/lodash/lodash.js 537 kB {0} [built]
[1] ./~/lodash/lodash.js 539 kB {0} [built]
[2] (webpack)/buildin/module.js 241 bytes {0} [built]
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ chunk {0} bundle.js (main) 22 bytes [rendered]
[0] ./.test/html-webpack-plugin/app.ts 22 bytes {0} [built]
Child html-webpack-plugin for "index.html":
Asset Size Chunks Chunk Names
index.html 556 kB 0
chunk {0} index.html 538 kB [rendered]
index.html 558 kB 0
chunk {0} index.html 540 kB [rendered]
[0] ./~/html-webpack-plugin/lib/loader.js!./~/html-webpack-plugin/default_index.ejs 540 bytes {0} [built]
[1] ./~/lodash/lodash.js 537 kB {0} [built]
[1] ./~/lodash/lodash.js 539 kB {0} [built]
[2] (webpack)/buildin/module.js 241 bytes {0} [built]
5 changes: 4 additions & 1 deletion test/comparison-tests/instance/expectedOutput-2.0/output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ bundle.js 1.39 kB 0, 1 [emitted] a, b
chunk {0} bundle.js (a) 0 bytes [rendered]
[0] ./.test/instance/a.ts 0 bytes {0} [built]
chunk {1} bundle.js (b) 0 bytes [rendered]
[0] ./.test/instance/b.ts 0 bytes {1} [built]
[0] ./.test/instance/b.ts 0 bytes {1} [built] [1 error]

ERROR in ./.test/instance/b.ts
(1,13): error TS2403: Subsequent variable declarations must have the same type. Variable 'someGlobal' must be of type 'number', but here has type 'string'.