You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -177,7 +237,15 @@ lerna info Executing command in 42 packages: "yarn run build"
177
237
@uifabric/utilities: Warning: You have changed the public API signature for this project. Please copy the file "temp/utilities.api.md" to "etc/utilities.api.md", or perform a local build (which does this automatically). See the Git repo documentation for more info.
178
238
@uifabric/utilities: [XX:XX:XX XM] x Error detected while running '_wrapFunction'
179
239
@uifabric/utilities: [XX:XX:XX XM] x ------------------------------------
180
-
@uifabric/utilities: [XX:XX:XX XM] x The public API file is out of date. Please run the API snapshot and commit the updated API file.
240
+
@uifabric/utilities: [XX:XX:XX XM] x Error: The public API file is out of date. Please run the API snapshot and commit the updated API file.
241
+
@uifabric/utilities: at apiExtractorVerify (/office-ui-fabric-react/node_modules/just-scripts/lib/tasks/apiExtractorTask.js:26:19)
242
+
@uifabric/utilities: at _wrapFunction (/office-ui-fabric-react/node_modules/just-task/lib/wrapTask.js:13:36)
243
+
@uifabric/utilities: at verify-api-extractor (/office-ui-fabric-react/node_modules/undertaker/lib/set-task.js:13:15)
244
+
@uifabric/utilities: at _wrapFunction (/office-ui-fabric-react/node_modules/just-task/lib/wrapTask.js:10:16)
245
+
@uifabric/utilities: at bound (domain.js:419:14)
246
+
@uifabric/utilities: at runBound (domain.js:432:12)
247
+
@uifabric/utilities: at asyncRunner (/office-ui-fabric-react/node_modules/async-done/index.js:55:18)
248
+
@uifabric/utilities: at processTicksAndRejections (internal/process/task_queues.js:75:11)
181
249
@uifabric/utilities: [XX:XX:XX XM] x ------------------------------------
182
250
@uifabric/utilities: [XX:XX:XX XM] x Error previously detected. See above for error messages.
183
251
@uifabric/utilities: error Command failed with exit code 1.
[XX:XX:XX] Error: /vscode/extensions/typescript-language-features/src/features/fileConfigurationManager.ts(170,4): Type 'string | undefined' is not assignable to type 'SemicolonPreference | undefined'.
8
-
Type 'string' is not assignable to type 'SemicolonPreference | undefined'.
9
-
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
7
+
Done in ?s.
10
8
11
9
12
10
13
11
Standard error:
14
-
[XX:XX:XX] 'compile' errored after ?s
15
-
[XX:XX:XX] Error: Found 1 errors
16
-
at Stream.<anonymous> (/vscode/build/lib/reporter.js:74:29)
17
-
at _end (/vscode/node_modules/through/index.js:65:9)
18
-
at Stream.stream.end (/vscode/node_modules/through/index.js:74:5)
19
-
at StreamFilter.onend (/vscode/node_modules/readable-stream/lib/_stream_readable.js:570:10)
20
-
at Object.onceWrapper (events.js:286:20)
21
-
at StreamFilter.emit (events.js:203:15)
22
-
at StreamFilter.EventEmitter.emit (domain.js:466:23)
23
-
at endReadableNT (/vscode/node_modules/readable-stream/lib/_stream_readable.js:992:12)
24
-
at process._tickCallback (internal/process/next_tick.js:63:19)
Copy file name to clipboardExpand all lines: tests/baselines/reference/user/adonis-framework.log
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -27,9 +27,9 @@ node_modules/adonis-framework/src/Encryption/index.js(71,34): error TS2769: No o
27
27
node_modules/adonis-framework/src/Encryption/index.js(77,50): error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'string'.
28
28
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.
29
29
node_modules/adonis-framework/src/Encryption/index.js(87,15): error TS2304: Cannot find name 'Mixed'.
30
-
node_modules/adonis-framework/src/Encryption/index.js(101,21): error TS2769: No overload matches this call.
31
-
Overload 1 of 4, '(data: ArrayBufferView, input_encoding: undefined, output_encoding: Utf8AsciiBinaryEncoding): string', gave the following error.
32
-
Argument of type '"base64"' is not assignable to parameter of type 'undefined'.
30
+
node_modules/adonis-framework/src/Encryption/index.js(101,62): error TS2769: No overload matches this call.
31
+
Overload 1 of 4, '(data: ArrayBufferView, input_encoding: "base64" | "binary" | "hex" | undefined, output_encoding: Utf8AsciiBinaryEncoding): string', gave the following error.
32
+
Argument of type 'string' is not assignable to parameter of type 'Utf8AsciiBinaryEncoding'.
33
33
Overload 2 of 4, '(data: string, input_encoding: "base64" | "binary" | "hex" | undefined, output_encoding: Utf8AsciiBinaryEncoding): string', gave the following error.
34
34
Argument of type 'string' is not assignable to parameter of type 'Utf8AsciiBinaryEncoding'.
35
35
node_modules/adonis-framework/src/Encryption/index.js(114,15): error TS2304: Cannot find name 'Mixed'.
Copy file name to clipboardExpand all lines: tests/baselines/reference/user/axios-src.log
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
Exit Code: 1
2
2
Standard output:
3
3
lib/adapters/http.js(13,19): error TS2732: Cannot find module './../../package.json'. Consider using '--resolveJsonModule' to import module with '.json' extension
4
-
lib/adapters/http.js(84,22): error TS2345: Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
5
-
Type 'undefined' is not assignable to type 'string'.
6
-
lib/adapters/http.js(124,17): error TS2532: Object is possibly 'undefined'.
7
-
lib/adapters/http.js(124,40): error TS2532: Object is possibly 'undefined'.
4
+
lib/adapters/http.js(84,22): error TS2345: Argument of type 'string | null' is not assignable to parameter of type 'string'.
5
+
Type 'null' is not assignable to type 'string'.
6
+
lib/adapters/http.js(124,17): error TS2531: Object is possibly 'null'.
7
+
lib/adapters/http.js(124,40): error TS2531: Object is possibly 'null'.
8
8
lib/adapters/http.js(223,23): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'.
9
9
lib/adapters/http.js(229,44): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'.
10
10
lib/adapters/http.js(235,13): error TS2322: Type 'string' is not assignable to type 'Buffer'.
@@ -45,8 +45,8 @@ lib/core/enhanceError.js(37,20): error TS2339: Property 'config' does not exist
45
45
lib/core/enhanceError.js(38,18): error TS2339: Property 'code' does not exist on type 'Error'.
46
46
lib/core/settle.js(20,7): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'.
47
47
lib/helpers/cookies.js(16,56): error TS2551: Property 'toGMTString' does not exist on type 'Date'. Did you mean 'toUTCString'?
48
-
lib/utils.js(248,20): error TS8029: JSDoc '@param' tag has name 'obj1', but there is no parameter with that name. It would match 'arguments' if it had an array type.
49
-
lib/utils.js(272,20): error TS8029: JSDoc '@param' tag has name 'obj1', but there is no parameter with that name. It would match 'arguments' if it had an array type.
48
+
lib/utils.js(258,20): error TS8029: JSDoc '@param' tag has name 'obj1', but there is no parameter with that name. It would match 'arguments' if it had an array type.
49
+
lib/utils.js(282,20): error TS8029: JSDoc '@param' tag has name 'obj1', but there is no parameter with that name. It would match 'arguments' if it had an array type.
../../../../node_modules/@types/node/globals.d.ts(231,13): error TS2403: Subsequent variable declarations must have the same type. Variable 'module' must be of type '{}', but here has type 'NodeModule'.
4
+
../../../../node_modules/@types/node/globals.d.ts(235,13): error TS2403: Subsequent variable declarations must have the same type. Variable 'module' must be of type '{}', but here has type 'NodeModule'.
5
5
node_modules/chrome-devtools-frontend/front_end/Runtime.js(43,8): error TS2339: Property '_importScriptPathPrefix' does not exist on type 'Window & typeof globalThis'.
6
6
node_modules/chrome-devtools-frontend/front_end/Runtime.js(77,16): error TS7014: Function type, which lacks return-type annotation, implicitly has an 'any' return type.
7
7
node_modules/chrome-devtools-frontend/front_end/Runtime.js(78,16): error TS7014: Function type, which lacks return-type annotation, implicitly has an 'any' return type.
0 commit comments