Skip to content

Commit 24a0701

Browse files
Update user baselines
1 parent 364fce3 commit 24a0701

File tree

4 files changed

+15
-32
lines changed

4 files changed

+15
-32
lines changed

tests/baselines/reference/user/adonis-framework.log

-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ node_modules/adonis-framework/src/Event/index.js(256,52): error TS2345: Argument
4444
Type 'Function' provides no match for the signature '(...values: any[]): void'.
4545
node_modules/adonis-framework/src/Event/index.js(264,28): error TS2345: Argument of type 'Function' is not assignable to parameter of type 'Listener'.
4646
node_modules/adonis-framework/src/Event/index.js(294,30): error TS2345: Argument of type 'Function' is not assignable to parameter of type 'Listener'.
47-
node_modules/adonis-framework/src/Exceptions/index.js(5,7): error TS2300: Duplicate identifier 'RuntimeException'.
4847
node_modules/adonis-framework/src/Exceptions/index.js(13,14): error TS1056: Accessors are only available when targeting ECMAScript 5 and higher.
4948
node_modules/adonis-framework/src/Exceptions/index.js(27,12): error TS2554: Expected 0 arguments, but got 3.
5049
node_modules/adonis-framework/src/Exceptions/index.js(40,12): error TS2554: Expected 0 arguments, but got 3.
@@ -61,7 +60,6 @@ node_modules/adonis-framework/src/Exceptions/index.js(164,14): error TS1056: Acc
6160
node_modules/adonis-framework/src/Exceptions/index.js(178,12): error TS2554: Expected 0 arguments, but got 3.
6261
node_modules/adonis-framework/src/Exceptions/index.js(191,12): error TS2554: Expected 0 arguments, but got 3.
6362
node_modules/adonis-framework/src/Exceptions/index.js(205,12): error TS2554: Expected 0 arguments, but got 3.
64-
node_modules/adonis-framework/src/Exceptions/index.js(210,19): error TS2300: Duplicate identifier 'RuntimeException'.
6563
node_modules/adonis-framework/src/File/index.js(175,5): error TS2322: Type 'Promise<any>' is not assignable to type 'boolean'.
6664
node_modules/adonis-framework/src/File/index.js(273,5): error TS2322: Type 'boolean | ""' is not assignable to type 'boolean'.
6765
Type '""' is not assignable to type 'boolean'.

tests/baselines/reference/user/prettier.log

-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ src/cli/util.js(262,64): error TS2339: Property 'length' does not exist on type
66
src/cli/util.js(335,52): error TS2339: Property 'length' does not exist on type 'Ignore'.
77
src/cli/util.js(396,46): error TS2345: Argument of type 'null' is not assignable to parameter of type 'number | undefined'.
88
src/cli/util.js(403,39): error TS2339: Property 'grey' does not exist on type 'typeof import("../../../node_modules/chalk/types/index")'.
9-
src/common/errors.js(3,7): error TS2300: Duplicate identifier 'ConfigError'.
10-
src/common/errors.js(7,3): error TS2300: Duplicate identifier 'ConfigError'.
119
src/common/parser-create-error.js(8,9): error TS2339: Property 'loc' does not exist on type 'SyntaxError'.
1210
src/config/resolve-config.js(75,32): error TS2345: Argument of type '{ sync: false; }' is not assignable to parameter of type '{ cache: boolean; sync: boolean; }'.
1311
Property 'cache' is missing in type '{ sync: false; }'.

tests/baselines/reference/user/puppeteer.log

-13
Original file line numberDiff line numberDiff line change
@@ -12,39 +12,27 @@ lib/Browser.js(71,43): error TS2345: Argument of type '() => Promise<CDPSession>
1212
Type 'T' is not assignable to type 'symbol'.
1313
Type 'string | number | symbol' is not assignable to type 'symbol'.
1414
Type 'string' is not assignable to type 'symbol'.
15-
lib/Connection.js(24,7): error TS2300: Duplicate identifier 'Connection'.
16-
lib/Connection.js(246,19): error TS2300: Duplicate identifier 'Connection'.
17-
lib/Coverage.js(26,7): error TS2300: Duplicate identifier 'Coverage'.
18-
lib/Coverage.js(64,19): error TS2300: Duplicate identifier 'Coverage'.
1915
lib/Coverage.js(109,15): error TS2503: Cannot find namespace 'Protocol'.
2016
lib/Coverage.js(196,15): error TS2503: Cannot find namespace 'Protocol'.
2117
lib/ElementHandle.js(24,15): error TS2503: Cannot find namespace 'Protocol'.
2218
lib/ElementHandle.js(83,29): error TS2503: Cannot find namespace 'Protocol'.
2319
lib/EmulationManager.js(36,16): error TS2503: Cannot find namespace 'Protocol'.
24-
lib/ExecutionContext.js(19,7): error TS2300: Duplicate identifier 'ExecutionContext'.
2520
lib/ExecutionContext.js(22,15): error TS2503: Cannot find namespace 'Protocol'.
2621
lib/ExecutionContext.js(132,15): error TS2503: Cannot find namespace 'Protocol'.
27-
lib/ExecutionContext.js(225,19): error TS2300: Duplicate identifier 'ExecutionContext'.
28-
lib/FrameManager.js(25,7): error TS2300: Duplicate identifier 'FrameManager'.
2922
lib/FrameManager.js(28,15): error TS2503: Cannot find namespace 'Protocol'.
3023
lib/FrameManager.js(54,15): error TS2503: Cannot find namespace 'Protocol'.
3124
lib/FrameManager.js(76,15): error TS2503: Cannot find namespace 'Protocol'.
3225
lib/FrameManager.js(127,15): error TS2503: Cannot find namespace 'Protocol'.
3326
lib/FrameManager.js(773,15): error TS2503: Cannot find namespace 'Protocol'.
34-
lib/FrameManager.js(998,19): error TS2300: Duplicate identifier 'FrameManager'.
35-
lib/Input.js(29,7): error TS2300: Duplicate identifier 'Keyboard'.
36-
lib/Input.js(306,20): error TS2300: Duplicate identifier 'Keyboard'.
3727
lib/NetworkManager.js(129,15): error TS2503: Cannot find namespace 'Protocol'.
3828
lib/NetworkManager.js(174,15): error TS2503: Cannot find namespace 'Protocol'.
3929
lib/NetworkManager.js(207,15): error TS2503: Cannot find namespace 'Protocol'.
4030
lib/NetworkManager.js(224,15): error TS2503: Cannot find namespace 'Protocol'.
4131
lib/NetworkManager.js(256,15): error TS2503: Cannot find namespace 'Protocol'.
4232
lib/NetworkManager.js(270,15): error TS2503: Cannot find namespace 'Protocol'.
4333
lib/NetworkManager.js(286,15): error TS2503: Cannot find namespace 'Protocol'.
44-
lib/NetworkManager.js(305,7): error TS2300: Duplicate identifier 'Request'.
4534
lib/NetworkManager.js(313,15): error TS2503: Cannot find namespace 'Protocol'.
4635
lib/NetworkManager.js(640,13): error TS2503: Cannot find namespace 'Protocol'.
47-
lib/NetworkManager.js(796,19): error TS2300: Duplicate identifier 'Request'.
4836
lib/Page.js(66,15): error TS2503: Cannot find namespace 'Protocol'.
4937
lib/Page.js(185,15): error TS2503: Cannot find namespace 'Protocol'.
5038
lib/Page.js(394,22): error TS2503: Cannot find namespace 'Protocol'.
@@ -62,7 +50,6 @@ lib/externs.d.ts(17,121): error TS2503: Cannot find namespace 'Protocol'.
6250
lib/helper.js(59,15): error TS2503: Cannot find namespace 'Protocol'.
6351
lib/helper.js(77,15): error TS2503: Cannot find namespace 'Protocol'.
6452
lib/helper.js(101,15): error TS2503: Cannot find namespace 'Protocol'.
65-
node_modules/@types/node/index.d.ts(912,22): error TS2300: Duplicate identifier 'EventEmitter'.
6653

6754

6855

tests/baselines/reference/user/uglify-js.log

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
Exit Code: 1
22
Standard output:
33
node_modules/uglify-js/lib/ast.js(210,23): error TS2554: Expected 0 arguments, but got 1.
4-
node_modules/uglify-js/lib/ast.js(329,33): error TS2339: Property 'transform' does not exist on type 'string'.
5-
node_modules/uglify-js/lib/ast.js(857,5): error TS2322: Type '{ [x: string]: any; _visit: (node: any, descend: any) => any; parent: (n: any) => any; push: type...' is not assignable to type 'TreeWalker'.
4+
node_modules/uglify-js/lib/ast.js(332,33): error TS2339: Property 'transform' does not exist on type 'string'.
5+
node_modules/uglify-js/lib/ast.js(860,5): error TS2322: Type '{ [x: string]: any; _visit: (node: any, descend: any) => any; parent: (n: any) => any; push: type...' is not assignable to type 'TreeWalker'.
66
Object literal may only specify known properties, but '_visit' does not exist in type 'TreeWalker'. Did you mean to write 'visit'?
77
node_modules/uglify-js/lib/compress.js(165,27): error TS2554: Expected 0 arguments, but got 1.
8-
node_modules/uglify-js/lib/compress.js(516,26): error TS2554: Expected 0 arguments, but got 1.
9-
node_modules/uglify-js/lib/compress.js(831,18): error TS2554: Expected 0 arguments, but got 1.
10-
node_modules/uglify-js/lib/compress.js(1086,38): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'.
11-
node_modules/uglify-js/lib/compress.js(1100,51): error TS2349: Cannot invoke an expression whose type lacks a call signature. Type 'true | ((node: any) => any)' has no compatible call signatures.
12-
node_modules/uglify-js/lib/compress.js(1164,53): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'.
13-
node_modules/uglify-js/lib/compress.js(1206,112): error TS2532: Object is possibly 'undefined'.
14-
node_modules/uglify-js/lib/compress.js(1207,29): error TS2532: Object is possibly 'undefined'.
15-
node_modules/uglify-js/lib/compress.js(1216,87): error TS2322: Type 'false' is not assignable to type 'number'.
16-
node_modules/uglify-js/lib/compress.js(1224,29): error TS2322: Type 'false' is not assignable to type 'never'.
17-
node_modules/uglify-js/lib/compress.js(1324,38): error TS2554: Expected 0 arguments, but got 1.
8+
node_modules/uglify-js/lib/compress.js(514,26): error TS2554: Expected 0 arguments, but got 1.
9+
node_modules/uglify-js/lib/compress.js(829,18): error TS2554: Expected 0 arguments, but got 1.
10+
node_modules/uglify-js/lib/compress.js(1084,38): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'.
11+
node_modules/uglify-js/lib/compress.js(1098,51): error TS2349: Cannot invoke an expression whose type lacks a call signature. Type 'true | ((node: any) => any)' has no compatible call signatures.
12+
node_modules/uglify-js/lib/compress.js(1162,53): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'.
13+
node_modules/uglify-js/lib/compress.js(1204,112): error TS2532: Object is possibly 'undefined'.
14+
node_modules/uglify-js/lib/compress.js(1205,29): error TS2532: Object is possibly 'undefined'.
15+
node_modules/uglify-js/lib/compress.js(1214,87): error TS2322: Type 'false' is not assignable to type 'number'.
16+
node_modules/uglify-js/lib/compress.js(1222,29): error TS2322: Type 'false' is not assignable to type 'never'.
17+
node_modules/uglify-js/lib/compress.js(1325,38): error TS2554: Expected 0 arguments, but got 1.
1818
node_modules/uglify-js/lib/compress.js(1417,38): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'.
1919
node_modules/uglify-js/lib/compress.js(1514,27): error TS2554: Expected 0 arguments, but got 1.
2020
node_modules/uglify-js/lib/compress.js(1546,26): error TS2554: Expected 0 arguments, but got 1.
@@ -108,9 +108,9 @@ node_modules/uglify-js/lib/propmangle.js(139,14): error TS2554: Expected 0 argum
108108
node_modules/uglify-js/lib/scope.js(104,14): error TS2554: Expected 0 arguments, but got 1.
109109
node_modules/uglify-js/lib/scope.js(165,14): error TS2554: Expected 0 arguments, but got 1.
110110
node_modules/uglify-js/lib/scope.js(202,19): error TS2554: Expected 0 arguments, but got 1.
111-
node_modules/uglify-js/lib/scope.js(411,14): error TS2554: Expected 0 arguments, but got 1.
112-
node_modules/uglify-js/lib/scope.js(466,15): error TS2554: Expected 0 arguments, but got 1.
113-
node_modules/uglify-js/lib/scope.js(491,15): error TS2554: Expected 0 arguments, but got 1.
111+
node_modules/uglify-js/lib/scope.js(410,14): error TS2554: Expected 0 arguments, but got 1.
112+
node_modules/uglify-js/lib/scope.js(465,15): error TS2554: Expected 0 arguments, but got 1.
113+
node_modules/uglify-js/lib/scope.js(490,15): error TS2554: Expected 0 arguments, but got 1.
114114
node_modules/uglify-js/lib/sourcemap.js(56,25): error TS2304: Cannot find name 'MOZ_SourceMap'.
115115
node_modules/uglify-js/lib/sourcemap.js(62,23): error TS2304: Cannot find name 'MOZ_SourceMap'.
116116
node_modules/uglify-js/tools/exit.js(2,12): error TS2454: Variable 'process' is used before being assigned.

0 commit comments

Comments
 (0)