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
@@ -176,7 +238,15 @@ lerna info Executing command in 42 packages: "yarn run build"
176
238
@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.
177
239
@uifabric/utilities: [XX:XX:XX XM] x Error detected while running '_wrapFunction'
178
240
@uifabric/utilities: [XX:XX:XX XM] x ------------------------------------
179
-
@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.
241
+
@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.
242
+
@uifabric/utilities: at apiExtractorVerify (/office-ui-fabric-react/node_modules/just-scripts/lib/tasks/apiExtractorTask.js:26:19)
243
+
@uifabric/utilities: at _wrapFunction (/office-ui-fabric-react/node_modules/just-task/lib/wrapTask.js:13:36)
244
+
@uifabric/utilities: at verify-api-extractor (/office-ui-fabric-react/node_modules/undertaker/lib/set-task.js:13:15)
245
+
@uifabric/utilities: at _wrapFunction (/office-ui-fabric-react/node_modules/just-task/lib/wrapTask.js:10:16)
246
+
@uifabric/utilities: at bound (domain.js:420:14)
247
+
@uifabric/utilities: at runBound (domain.js:433:12)
248
+
@uifabric/utilities: at asyncRunner (/office-ui-fabric-react/node_modules/async-done/index.js:55:18)
249
+
@uifabric/utilities: at processTicksAndRejections (internal/process/task_queues.js:75:11)
180
250
@uifabric/utilities: [XX:XX:XX XM] x ------------------------------------
181
251
@uifabric/utilities: [XX:XX:XX XM] x Error previously detected. See above for error messages.
182
252
@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'.
0 commit comments