Skip to content

Commit

Permalink
fix: Updated ts-loader instance hash in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeniy Timokhov committed May 14, 2021
1 parent 03b492d commit 1fd4d27
Show file tree
Hide file tree
Showing 66 changed files with 81 additions and 81 deletions.
Expand Up @@ -6,12 +6,12 @@ ERROR in app.ts
./app.ts 1:29-53
[tsl] ERROR in app.ts(1,30)
 TS2307: Cannot find module 'components/myComponent' or its corresponding type declarations.
ts-loader-default_b02295d909a3e7cf
ts-loader-default_609318b4f68865d3

ERROR in app.ts
./app.ts 2:30-55
[tsl] ERROR in app.ts(2,31)
 TS2307: Cannot find module 'components/myComponent2' or its corresponding type declarations.
ts-loader-default_b02295d909a3e7cf
ts-loader-default_609318b4f68865d3

webpack compiled with 2 errors
Expand Up @@ -6,12 +6,12 @@ ERROR in app.ts
./app.ts 1:29-53
[tsl] ERROR in app.ts(1,30)
 TS2307: Cannot find module 'components/myComponent' or its corresponding type declarations.
ts-loader-default_b02295d909a3e7cf
ts-loader-default_609318b4f68865d3

ERROR in app.ts
./app.ts 2:30-55
[tsl] ERROR in app.ts(2,31)
 TS2307: Cannot find module 'components/myComponent2' or its corresponding type declarations.
ts-loader-default_b02295d909a3e7cf
ts-loader-default_609318b4f68865d3

webpack compiled with 2 errors
Expand Up @@ -7,7 +7,7 @@ ERROR in src/error2.js
./src/error2.js 4:9-12
[tsl] ERROR in src/error2.js(4,10)
 TS2339: Property 'bar' does not exist on type 'Class2'.
ts-loader-default_b02295d909a3e7cf
ts-loader-default_609318b4f68865d3
@ ./src/index.js 4:15-34

webpack compiled with 1 error
Expand Up @@ -6,6 +6,6 @@ ERROR in app.ts
./app.ts 3:12-24
[tsl] ERROR in app.ts(3,13)
 TS2551: Property 'doSomething2' does not exist on type 'typeof externalLib'. Did you mean 'doSomething'?
ts-loader-default_b02295d909a3e7cf
ts-loader-default_609318b4f68865d3

webpack compiled with 1 error
2 changes: 1 addition & 1 deletion test/comparison-tests/colors/expectedOutput-4.2/output.txt
Expand Up @@ -14,6 +14,6 @@ ERROR in app.ts
./app.ts 1:6-8
[tsl] ERROR in app.ts(1,7)
TS1005: ',' expected.
ts-loader-default_b02295d909a3e7cf
ts-loader-default_dda4fd88600de236

webpack compiled with 2 errors
Expand Up @@ -5,7 +5,7 @@ ERROR in app.ts
./app.ts 1:6-8
[tsl] ERROR in app.ts(1,7)
TS1005: ',' expected.
ts-loader-default_66eeaf8be3a46130
ts-loader-default_94b2ce3d1ca5f363

ERROR in ./app.ts 2:1
Module parse failed: Unexpected token (2:1)
Expand Down
Expand Up @@ -5,6 +5,6 @@ ERROR in app.ts
./app.ts 2:6-11
[tsl] ERROR in app.ts(2,7)
 TS2339: Property 'sayHi' does not exist on type 'typeof Hello'.
ts-loader-default_b02295d909a3e7cf
ts-loader-default_609318b4f68865d3

webpack compiled with 1 error
Expand Up @@ -6,13 +6,13 @@ ERROR in app.ts
./app.ts 5:6-17
[tsl] ERROR in app.ts(5,7)
 TS2339: Property 'doSomething' does not exist on type 'typeof Thing'.
ts-loader-default_b02295d909a3e7cf
ts-loader-default_609318b4f68865d3

ERROR in dep.ts
./dep.ts 1:6-17
[tsl] ERROR in dep.ts(1,7)
 TS2339: Property 'doSomething' does not exist on type 'typeof Thing'.
ts-loader-default_b02295d909a3e7cf
ts-loader-default_609318b4f68865d3
@ ./app.ts 3:10-26

webpack compiled with 2 errors
Expand Up @@ -7,12 +7,12 @@ ERROR in app.ts
./app.ts 4:5-7
[tsl] ERROR in app.ts(4,6)
 TS2345: Argument of type 'string' is not assignable to parameter of type 'number'.
ts-loader-default_b02295d909a3e7cf
ts-loader-default_609318b4f68865d3

ERROR in app.ts
./app.ts 5:5-7
[tsl] ERROR in app.ts(5,6)
 TS2345: Argument of type 'string' is not assignable to parameter of type 'number'.
ts-loader-default_b02295d909a3e7cf
ts-loader-default_609318b4f68865d3

webpack compiled with 2 errors
Expand Up @@ -7,6 +7,6 @@ ERROR in app.ts
./app.ts 5:5-7
[tsl] ERROR in app.ts(5,6)
 TS2345: Argument of type 'string' is not assignable to parameter of type 'number'.
ts-loader-default_b02295d909a3e7cf
ts-loader-default_609318b4f68865d3

webpack compiled with 1 error
Expand Up @@ -5,11 +5,11 @@ asset bundle.js 2.6 KiB [emitted] (name: main)
ERROR in app.ts
./app.ts 1:29-53
Does not compute.... code: 2307,severity: error,content: Cannot find module 'components/myComponent' or its corresponding type declarations.,file: app.ts,line: 1,character: 30,context: .test/errorFormatter
ts-loader-default_6241146af0584e95
ts-loader-default_85b0565984bbe8dd

ERROR in app.ts
./app.ts 2:30-55
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
ts-loader-default_6241146af0584e95
ts-loader-default_85b0565984bbe8dd

webpack compiled with 2 errors
2 changes: 1 addition & 1 deletion test/comparison-tests/errors/expectedOutput-4.2/output.txt
Expand Up @@ -14,6 +14,6 @@ ERROR in app.ts
./app.ts 1:6-8
[tsl] ERROR in app.ts(1,7)
 TS1005: ',' expected.
ts-loader-default_b02295d909a3e7cf
ts-loader-default_609318b4f68865d3

webpack compiled with 2 errors
Expand Up @@ -5,7 +5,7 @@ ERROR in app.ts
./app.ts 1:6-8
[tsl] ERROR in app.ts(1,7)
 TS1005: ',' expected.
ts-loader-default_66eeaf8be3a46130
ts-loader-default_de8929d96064b0d0

ERROR in ./app.ts 2:1
Module parse failed: Unexpected token (2:1)
Expand Down
2 changes: 1 addition & 1 deletion test/comparison-tests/es3/expectedOutput-4.2/output.txt
Expand Up @@ -5,6 +5,6 @@ ERROR in app.ts
./app.ts 1:6-7
[tsl] ERROR in app.ts(1,7)
 TS1056: Accessors are only available when targeting ECMAScript 5 and higher.
ts-loader-default_b02295d909a3e7cf
ts-loader-default_609318b4f68865d3

webpack compiled with 1 error
Expand Up @@ -5,6 +5,6 @@ ERROR in app.ts
./app.ts 9:4-5
[tsl] ERROR in app.ts(9,5)
 TS2322: Type 'string' is not assignable to type 'Number'.
ts-loader-default_cf939062d980a567
ts-loader-default_2830fdd0bda34e31

webpack compiled with 1 error
Expand Up @@ -5,6 +5,6 @@ ERROR in app.ts
./app.ts 4:0-7
[tsl] ERROR in app.ts(4,1)
 TS2322: Type 'string' is not assignable to type 'boolean'.
ts-loader-default_b02295d909a3e7cf
ts-loader-default_609318b4f68865d3

webpack compiled with 1 error
Expand Up @@ -6,6 +6,6 @@ ERROR in app.ts
./app.ts 1:29-34
[tsl] ERROR in app.ts(1,30)
 TS2307: Cannot find module 'api' or its corresponding type declarations.
ts-loader-default_b02295d909a3e7cf
ts-loader-default_609318b4f68865d3

webpack compiled with 1 error
Expand Up @@ -6,6 +6,6 @@ ERROR in app.ts
./app.ts 3:12-24
[tsl] ERROR in app.ts(3,13)
 TS2551: Property 'doSomething2' does not exist on type 'typeof externalLib'. Did you mean 'doSomething'?
ts-loader-default_b362dd68f4381513
ts-loader-default_5848564071297d45

webpack compiled with 1 error
Expand Up @@ -5,6 +5,6 @@ ERROR in app.ts
./app.ts 4:0-1
[tsl] ERROR in app.ts(4,1)
 TS2322: Type 'string' is not assignable to type 'number'.
ts-loader-default_b02295d909a3e7cf
ts-loader-default_609318b4f68865d3

webpack compiled with 1 error
Expand Up @@ -24,6 +24,6 @@ ERROR in indirectWithError/fileWithError.ts
2:4-17
[tsl] ERROR in indirectWithError/fileWithError.ts(2,5)
 TS2322: Type 'boolean' is not assignable to type 'string'.
ts-loader-default_d959ab86f3fcf84f
ts-loader-default_b7d520153c6e6cf9

webpack compiled with 2 errors
Expand Up @@ -7,6 +7,6 @@ ERROR in unreferencedIndirect/index.ts
2:2-50
[tsl] ERROR in unreferencedIndirect/index.ts(2,3)
 TS2322: Type 'string' is not assignable to type 'number'.
ts-loader-default_d959ab86f3fcf84f
ts-loader-default_b7d520153c6e6cf9

webpack compiled with 1 error
Expand Up @@ -7,6 +7,6 @@ ERROR in unreferenced/index.ts
2:2-40
[tsl] ERROR in unreferenced/index.ts(2,3)
 TS2322: Type 'string' is not assignable to type 'number'.
ts-loader-default_d959ab86f3fcf84f
ts-loader-default_b7d520153c6e6cf9

webpack compiled with 1 error
Expand Up @@ -15,7 +15,7 @@ assets by status 5.98 KiB [emitted]
ERROR in ./app.ts 2:4-17
[tsl] ERROR in indirectWithError/fileWithError.ts(2,5)
 TS2322: Type 'boolean' is not assignable to type 'string'.
ts-loader-default_28ca491bfec2827f
ts-loader-default_8f3b13c212135902

ERROR in ./utils/index.ts
Module build failed (from ../../index.js):
Expand Down
Expand Up @@ -6,6 +6,6 @@ cached modules 416 bytes [cached] 3 modules
ERROR in ./app.ts 2:2-50
[tsl] ERROR in unreferencedIndirect/index.ts(2,3)
 TS2322: Type 'string' is not assignable to type 'number'.
ts-loader-default_28ca491bfec2827f
ts-loader-default_8f3b13c212135902

webpack compiled with 1 error
Expand Up @@ -6,6 +6,6 @@ cached modules 416 bytes [cached] 3 modules
ERROR in ./app.ts 2:2-40
[tsl] ERROR in unreferenced/index.ts(2,3)
 TS2322: Type 'string' is not assignable to type 'number'.
ts-loader-default_28ca491bfec2827f
ts-loader-default_8f3b13c212135902

webpack compiled with 1 error
Expand Up @@ -10,7 +10,7 @@ ERROR in common/index.ts
../common/index.ts 2:2-12
[tsl] ERROR in common/index.ts(2,3)
 TS2322: Type 'number' is not assignable to type 'string'.
ts-loader-default_d959ab86f3fcf84f
ts-loader-default_b7d520153c6e6cf9
@ ../utils/index.ts 4:15-35
@ ./app.ts 4:14-33

Expand Down
Expand Up @@ -9,7 +9,7 @@ ERROR in utils/index.ts
../utils/index.ts 5:35-50
[tsl] ERROR in utils/index.ts(5,36)
 TS2322: Type 'string' is not assignable to type 'number'.
ts-loader-default_d959ab86f3fcf84f
ts-loader-default_b7d520153c6e6cf9
@ ./app.ts 4:14-33

webpack compiled with 1 error
Expand Up @@ -9,6 +9,6 @@ modules by path ../ 377 bytes
ERROR in ./app.ts 2:2-12
[tsl] ERROR in common/index.ts(2,3)
 TS2322: Type 'number' is not assignable to type 'string'.
ts-loader-default_28ca491bfec2827f
ts-loader-default_8f3b13c212135902

webpack compiled with 1 error
Expand Up @@ -8,6 +8,6 @@ cacheable modules 487 bytes
ERROR in ./app.ts 5:35-50
[tsl] ERROR in utils/index.ts(5,36)
 TS2322: Type 'string' is not assignable to type 'number'.
ts-loader-default_28ca491bfec2827f
ts-loader-default_8f3b13c212135902

webpack compiled with 1 error
Expand Up @@ -10,6 +10,6 @@ ERROR in app.ts
./app.ts 3:45-49
[tsl] ERROR in app.ts(3,46)
 TS2339: Property 'four' does not exist on type '{ one: number; two: number; three: number; }'.
ts-loader-default_d959ab86f3fcf84f
ts-loader-default_b7d520153c6e6cf9

webpack compiled with 1 error
Expand Up @@ -14,6 +14,6 @@ ERROR in app.ts
./app.ts 3:45-49
[tsl] ERROR in app.ts(3,46)
 TS2339: Property 'four' does not exist on type '{ one: number; two: number; three: number; }'.
ts-loader-default_ad9bee6dd825c8a5
ts-loader-default_16c1704dade3bd5f

webpack compiled with 1 error
Expand Up @@ -10,6 +10,6 @@ ERROR in app.ts
./app.ts 3:45-49
[tsl] ERROR in app.ts(3,46)
 TS2339: Property 'four' does not exist on type '{ one: number; two: number; three: number; }'.
ts-loader-default_ad9bee6dd825c8a5
ts-loader-default_16c1704dade3bd5f

webpack compiled with 1 error
Expand Up @@ -15,7 +15,7 @@ ERROR in lib/index.ts
./lib/index.ts 6:6-7
[tsl] ERROR in lib/index.ts(6,7)
 TS2322: Type 'number' is not assignable to type 'string'.
ts-loader-default_d959ab86f3fcf84f
ts-loader-default_b7d520153c6e6cf9
@ ./app.ts 3:12-28

webpack compiled with 2 errors
Expand Up @@ -6,7 +6,7 @@ asset lib/tsconfig.tsbuildinfo 2.78 KiB [compared for emit]
ERROR in ./app.ts 6:6-7
[tsl] ERROR in lib/index.ts(6,7)
 TS2322: Type 'number' is not assignable to type 'string'.
ts-loader-default_28ca491bfec2827f
ts-loader-default_8f3b13c212135902

ERROR in ./lib/index.ts
Module build failed (from ../../index.js):
Expand Down
Expand Up @@ -17,7 +17,7 @@ ERROR in lib/index.ts
./lib/index.ts 6:6-7
[tsl] ERROR in lib/index.ts(6,7)
 TS2322: Type 'number' is not assignable to type 'string'.
ts-loader-default_ad9bee6dd825c8a5
ts-loader-default_16c1704dade3bd5f
@ ./app.ts 3:12-28

webpack compiled with 2 errors
Expand Up @@ -6,7 +6,7 @@ asset lib/tsconfig.tsbuildinfo 2.78 KiB [compared for emit]
ERROR in ./app.ts 6:6-7
[tsl] ERROR in lib/index.ts(6,7)
 TS2322: Type 'number' is not assignable to type 'string'.
ts-loader-default_9159152f7379ff4d
ts-loader-default_d3199d8b31480e4e

ERROR in ./lib/index.ts
Module build failed (from ../../index.js):
Expand Down
Expand Up @@ -15,7 +15,7 @@ ERROR in lib/index.ts
./lib/index.ts 6:6-7
[tsl] ERROR in lib/index.ts(6,7)
 TS2322: Type 'number' is not assignable to type 'string'.
ts-loader-default_ad9bee6dd825c8a5
ts-loader-default_16c1704dade3bd5f
@ ./app.ts 3:12-28

webpack compiled with 2 errors
Expand Up @@ -6,7 +6,7 @@ asset lib/tsconfig.tsbuildinfo 2.78 KiB [compared for emit]
ERROR in ./app.ts 6:6-7
[tsl] ERROR in lib/index.ts(6,7)
 TS2322: Type 'number' is not assignable to type 'string'.
ts-loader-default_9159152f7379ff4d
ts-loader-default_d3199d8b31480e4e

ERROR in ./lib/index.ts
Module build failed (from ../../index.js):
Expand Down
Expand Up @@ -14,7 +14,7 @@ ERROR in lib/index.ts
./lib/index.ts 4:11-12
[tsl] ERROR in lib/index.ts(4,12)
 TS1136: Property assignment expected.
ts-loader-default_d959ab86f3fcf84f
ts-loader-default_b7d520153c6e6cf9
@ ./app.ts 3:12-28

webpack compiled with 2 errors

0 comments on commit 1fd4d27

Please sign in to comment.