|
1 | 1 | Exit Code: 2
|
2 | 2 | Standard output:
|
| 3 | +../../../../built/local/lib.es2020.intl.d.ts(307,9): error TS2717: Subsequent property declarations must have the same type. Property 'localeMatcher' must be of type 'string | undefined', but here has type '"lookup" | "best fit" | undefined'. |
| 4 | +../../../../built/local/lib.es2020.intl.d.ts(311,9): error TS2717: Subsequent property declarations must have the same type. Property 'formatMatcher' must be of type 'string | undefined', but here has type '"basic" | "best fit" | undefined'. |
| 5 | +../../../../built/local/lib.es2020.intl.d.ts(312,9): error TS2717: Subsequent property declarations must have the same type. Property 'weekday' must be of type 'string | undefined', but here has type '"long" | "short" | "narrow" | undefined'. |
| 6 | +../../../../built/local/lib.es2020.intl.d.ts(313,9): error TS2717: Subsequent property declarations must have the same type. Property 'era' must be of type 'string | undefined', but here has type '"long" | "short" | "narrow" | undefined'. |
| 7 | +../../../../built/local/lib.es2020.intl.d.ts(314,9): error TS2717: Subsequent property declarations must have the same type. Property 'year' must be of type 'string | undefined', but here has type '"numeric" | "2-digit" | undefined'. |
| 8 | +../../../../built/local/lib.es2020.intl.d.ts(315,9): error TS2717: Subsequent property declarations must have the same type. Property 'month' must be of type 'string | undefined', but here has type '"long" | "short" | "narrow" | "numeric" | "2-digit" | undefined'. |
| 9 | +../../../../built/local/lib.es2020.intl.d.ts(316,9): error TS2717: Subsequent property declarations must have the same type. Property 'day' must be of type 'string | undefined', but here has type '"numeric" | "2-digit" | undefined'. |
| 10 | +../../../../built/local/lib.es2020.intl.d.ts(317,9): error TS2717: Subsequent property declarations must have the same type. Property 'hour' must be of type 'string | undefined', but here has type '"numeric" | "2-digit" | undefined'. |
| 11 | +../../../../built/local/lib.es2020.intl.d.ts(318,9): error TS2717: Subsequent property declarations must have the same type. Property 'minute' must be of type 'string | undefined', but here has type '"numeric" | "2-digit" | undefined'. |
| 12 | +../../../../built/local/lib.es2020.intl.d.ts(319,9): error TS2717: Subsequent property declarations must have the same type. Property 'second' must be of type 'string | undefined', but here has type '"numeric" | "2-digit" | undefined'. |
| 13 | +../../../../built/local/lib.es2020.intl.d.ts(321,9): error TS2717: Subsequent property declarations must have the same type. Property 'timeZoneName' must be of type 'string | undefined', but here has type '"long" | "short" | undefined'. |
3 | 14 | node_modules/adonis-framework/lib/util.js(24,13): error TS2304: Cannot find name 'Mixed'.
|
4 | 15 | node_modules/adonis-framework/providers/ConfigProvider.js(9,33): error TS2307: Cannot find module 'adonis-fold' or its corresponding type declarations.
|
5 | 16 | node_modules/adonis-framework/providers/ConfigProvider.js(14,10): error TS2339: Property 'app' does not exist on type 'ConfigProvider'.
|
@@ -35,19 +46,19 @@ node_modules/adonis-framework/src/Config/index.js(39,15): error TS2304: Cannot f
|
35 | 46 | node_modules/adonis-framework/src/Config/index.js(58,15): error TS2304: Cannot find name 'Mixed'.
|
36 | 47 | node_modules/adonis-framework/src/Encryption/index.js(53,15): error TS2304: Cannot find name 'Mixed'.
|
37 | 48 | node_modules/adonis-framework/src/Encryption/index.js(71,34): error TS2769: No overload matches this call.
|
38 |
| - Overload 1 of 4, '(data: ArrayBufferView, input_encoding: undefined, output_encoding: HexBase64BinaryEncoding): string', gave the following error. |
| 49 | + Overload 1 of 4, '(data: ArrayBufferView, input_encoding: undefined, output_encoding: BinaryToTextEncoding): string', gave the following error. |
39 | 50 | Argument of type 'string' is not assignable to parameter of type 'undefined'.
|
40 |
| - Overload 2 of 4, '(data: string, input_encoding: "utf8" | "ascii" | "binary" | undefined, output_encoding: HexBase64BinaryEncoding): string', gave the following error. |
41 |
| - Argument of type 'string' is not assignable to parameter of type '"utf8" | "ascii" | "binary" | undefined'. |
| 51 | + Overload 2 of 4, '(data: string, input_encoding: "utf8" | "ascii" | "utf-8" | "utf16le" | "ucs2" | "ucs-2" | "base64" | "latin1" | "binary" | "hex" | undefined, output_encoding: BinaryToTextEncoding): string', gave the following error. |
| 52 | + Argument of type 'string' is not assignable to parameter of type '"utf8" | "ascii" | "utf-8" | "utf16le" | "ucs2" | "ucs-2" | "base64" | "latin1" | "binary" | "hex" | undefined'. |
42 | 53 | node_modules/adonis-framework/src/Encryption/index.js(77,27): error TS2322: Type 'string' is not assignable to type 'Buffer'.
|
43 | 54 | node_modules/adonis-framework/src/Encryption/index.js(77,50): error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'string'.
|
44 | 55 | node_modules/adonis-framework/src/Encryption/index.js(85,23): error TS8024: JSDoc '@param' tag has name 'value', but there is no parameter with that name.
|
45 | 56 | node_modules/adonis-framework/src/Encryption/index.js(87,15): error TS2304: Cannot find name 'Mixed'.
|
46 |
| -node_modules/adonis-framework/src/Encryption/index.js(101,62): error TS2769: No overload matches this call. |
47 |
| - Overload 1 of 4, '(data: ArrayBufferView, input_encoding: "base64" | "binary" | "hex" | undefined, output_encoding: Utf8AsciiBinaryEncoding): string', gave the following error. |
48 |
| - Argument of type 'string' is not assignable to parameter of type 'Utf8AsciiBinaryEncoding'. |
49 |
| - Overload 2 of 4, '(data: string, input_encoding: "base64" | "binary" | "hex" | undefined, output_encoding: Utf8AsciiBinaryEncoding): string', gave the following error. |
50 |
| - Argument of type 'string' is not assignable to parameter of type 'Utf8AsciiBinaryEncoding'. |
| 57 | +node_modules/adonis-framework/src/Encryption/index.js(101,21): error TS2769: No overload matches this call. |
| 58 | + Overload 1 of 4, '(data: ArrayBufferView, input_encoding: undefined, output_encoding: BufferEncoding): string', gave the following error. |
| 59 | + Argument of type '"base64"' is not assignable to parameter of type 'undefined'. |
| 60 | + Overload 2 of 4, '(data: string, input_encoding: "base64" | "hex" | undefined, output_encoding: BufferEncoding): string', gave the following error. |
| 61 | + Argument of type 'string' is not assignable to parameter of type 'BufferEncoding'. |
51 | 62 | node_modules/adonis-framework/src/Encryption/index.js(102,5): error TS2322: Type 'string' is not assignable to type 'Buffer & string'.
|
52 | 63 | Type 'string' is not assignable to type 'Buffer'.
|
53 | 64 | node_modules/adonis-framework/src/Encryption/index.js(102,33): error TS2345: Argument of type 'string' is not assignable to parameter of type 'BufferEncoding'.
|
@@ -125,7 +136,7 @@ node_modules/adonis-framework/src/Request/index.js(466,15): error TS2304: Cannot
|
125 | 136 | node_modules/adonis-framework/src/Request/index.js(468,15): error TS2304: Cannot find name 'Mixed'.
|
126 | 137 | node_modules/adonis-framework/src/Request/index.js(480,14): error TS2304: Cannot find name 'Mixed'.
|
127 | 138 | node_modules/adonis-framework/src/Request/index.js(482,15): error TS2304: Cannot find name 'Mixed'.
|
128 |
| -node_modules/adonis-framework/src/Request/index.js(499,17): error TS2551: Property '_params' does not exist on type 'Request'. Did you mean 'param'? |
| 139 | +node_modules/adonis-framework/src/Request/index.js(499,17): error TS2551: Property '_params' does not exist on type 'Request'. Did you mean 'params'? |
129 | 140 | node_modules/adonis-framework/src/Request/index.js(523,15): error TS2304: Cannot find name 'Objecr'.
|
130 | 141 | node_modules/adonis-framework/src/Request/index.js(572,23): error TS8029: JSDoc '@param' tag has name 'pattern', but there is no parameter with that name. It would match 'arguments' if it had an array type.
|
131 | 142 | node_modules/adonis-framework/src/Request/index.js(600,17): error TS2554: Expected 2 arguments, but got 1.
|
|
0 commit comments