Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit43b480d

Browse files
Update user baselines +cc@sandersn
1 parent1ed1a23 commit43b480d

File tree

14 files changed

+3300
-2164
lines changed

14 files changed

+3300
-2164
lines changed

‎tests/baselines/reference/docker/azure-sdk.log

Lines changed: 489 additions & 103 deletions
Large diffs are not rendered by default.

‎tests/baselines/reference/docker/office-ui-fabric.log

Lines changed: 2361 additions & 1573 deletions
Large diffs are not rendered by default.

‎tests/baselines/reference/docker/prettier.log

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,39 @@
11
Exit Code: 0
22
Standard output:
33
yarn run vX.X.X
4-
$ node--max-old-space-size=3072./scripts/build/build.js
4+
$ node ./scripts/build/build.mjs
55
Building packages
66
index.js....................... DONE
77
doc.js......................... DONE
88
standalone.js.................. DONE
9+
esm/standalone.mjs........... DONE
910
bin-prettier.js................ DONE
11+
cli.js......................... DONE
1012
third-party.js................. DONE
1113
parser-babel.js................ DONE
14+
esm/parser-babel.mjs......... DONE
1215
parser-flow.js................. DONE
16+
esm/parser-flow.mjs.......... DONE
1317
parser-typescript.js........... DONE
18+
esm/parser-typescript.mjs.... DONE
1419
parser-espree.js............... DONE
20+
esm/parser-espree.mjs........ DONE
1521
parser-meriyah.js.............. DONE
22+
esm/parser-meriyah.mjs....... DONE
1623
parser-angular.js.............. DONE
24+
esm/parser-angular.mjs....... DONE
1725
parser-postcss.js.............. DONE
18-
esm/parser-postcss.mjs......... DONE
26+
esm/parser-postcss.mjs....... DONE
1927
parser-graphql.js.............. DONE
28+
esm/parser-graphql.mjs....... DONE
2029
parser-markdown.js............. DONE
30+
esm/parser-markdown.mjs...... DONE
2131
parser-glimmer.js.............. DONE
32+
esm/parser-glimmer.mjs....... DONE
2233
parser-html.js................. DONE
34+
esm/parser-html.mjs.......... DONE
2335
parser-yaml.js................. DONE
36+
esm/parser-yaml.mjs.......... DONE
2437
Done in ?s.
2538

2639

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,43 @@
1-
Exit Code:0
1+
Exit Code:2
22
Standard output:
3+
pyright-internal: src/common/collectionUtils.ts(299,34): error TS2769: No overload matches this call.
4+
pyright-internal: Overload 1 of 2, '(to: (T | readonly T[])[], from: readonly (T | readonly T[])[] | undefined, start?: number | undefined, end?: number | undefined): (T | readonly T[])[]', gave the following error.
5+
pyright-internal: Argument of type '(T | readonly T[] | T[]) & readonly {}[]' is not assignable to parameter of type 'readonly (T | readonly T[])[] | undefined'.
6+
pyright-internal: Type 'T & readonly {}[]' is not assignable to type 'readonly (T | readonly T[])[] | undefined'.
7+
pyright-internal: Type 'T & readonly {}[]' is not assignable to type 'readonly (T | readonly T[])[]'.
8+
pyright-internal: Type '{}' is not assignable to type 'T | readonly T[]'.
9+
pyright-internal: Overload 2 of 2, '(to: (T | readonly T[])[] | undefined, from: readonly (T | readonly T[])[] | undefined, start?: number | undefined, end?: number | undefined): (T | readonly T[])[] | undefined', gave the following error.
10+
pyright-internal: Argument of type '(T | readonly T[] | T[]) & readonly {}[]' is not assignable to parameter of type 'readonly (T | readonly T[])[] | undefined'.
11+
pyright-internal: src/common/collectionUtils.ts(305,5): error TS2322: Type '(T | readonly T[])[]' is not assignable to type 'T[]'.
12+
pyright-internal: Type 'T | readonly T[]' is not assignable to type 'T'.
13+
pyright-internal: 'T' could be instantiated with an arbitrary type which could be unrelated to 'T | readonly T[]'.
14+
pyright: ../pyright-internal/src/common/collectionUtils.ts(299,34): error TS2769: No overload matches this call.
15+
pyright: Overload 1 of 2, '(to: (T | readonly T[])[], from: readonly (T | readonly T[])[] | undefined, start?: number | undefined, end?: number | undefined): (T | readonly T[])[]', gave the following error.
16+
pyright: Argument of type '(T | readonly T[] | T[]) & readonly {}[]' is not assignable to parameter of type 'readonly (T | readonly T[])[] | undefined'.
17+
pyright: Type 'T & readonly {}[]' is not assignable to type 'readonly (T | readonly T[])[] | undefined'.
18+
pyright: Type 'T & readonly {}[]' is not assignable to type 'readonly (T | readonly T[])[]'.
19+
pyright: Type '{}' is not assignable to type 'T | readonly T[]'.
20+
pyright: Overload 2 of 2, '(to: (T | readonly T[])[] | undefined, from: readonly (T | readonly T[])[] | undefined, start?: number | undefined, end?: number | undefined): (T | readonly T[])[] | undefined', gave the following error.
21+
pyright: Argument of type '(T | readonly T[] | T[]) & readonly {}[]' is not assignable to parameter of type 'readonly (T | readonly T[])[] | undefined'.
22+
pyright: ../pyright-internal/src/common/collectionUtils.ts(305,5): error TS2322: Type '(T | readonly T[])[]' is not assignable to type 'T[]'.
23+
pyright: Type 'T | readonly T[]' is not assignable to type 'T'.
24+
pyright: 'T' could be instantiated with an arbitrary type which could be unrelated to 'T | readonly T[]'.
25+
vscode-pyright: ../pyright-internal/src/common/collectionUtils.ts(299,34): error TS2769: No overload matches this call.
26+
vscode-pyright: Overload 1 of 2, '(to: (T | readonly T[])[], from: readonly (T | readonly T[])[] | undefined, start?: number | undefined, end?: number | undefined): (T | readonly T[])[]', gave the following error.
27+
vscode-pyright: Argument of type '(T | readonly T[] | T[]) & readonly {}[]' is not assignable to parameter of type 'readonly (T | readonly T[])[] | undefined'.
28+
vscode-pyright: Type 'T & readonly {}[]' is not assignable to type 'readonly (T | readonly T[])[] | undefined'.
29+
vscode-pyright: Type 'T & readonly {}[]' is not assignable to type 'readonly (T | readonly T[])[]'.
30+
vscode-pyright: Type '{}' is not assignable to type 'T | readonly T[]'.
31+
vscode-pyright: Overload 2 of 2, '(to: (T | readonly T[])[] | undefined, from: readonly (T | readonly T[])[] | undefined, start?: number | undefined, end?: number | undefined): (T | readonly T[])[] | undefined', gave the following error.
32+
vscode-pyright: Argument of type '(T | readonly T[] | T[]) & readonly {}[]' is not assignable to parameter of type 'readonly (T | readonly T[])[] | undefined'.
33+
vscode-pyright: ../pyright-internal/src/common/collectionUtils.ts(305,5): error TS2322: Type '(T | readonly T[])[]' is not assignable to type 'T[]'.
34+
vscode-pyright: Type 'T | readonly T[]' is not assignable to type 'T'.
35+
vscode-pyright: 'T' could be instantiated with an arbitrary type which could be unrelated to 'T | readonly T[]'.
336

437

538

639
Standard error:
740
lerna notice cli vX.X.X
841
lerna info Executing command in 3 packages: "tsc --noEmit"
42+
lerna ERR! Received non-zero exit code 2 during execution
943
lerna success exec Executed command in 3 packages: "tsc --noEmit"

‎tests/baselines/reference/docker/vscode.log

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@ Standard output:
33
yarn run vX.X.X
44
$ node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js compile
55
[XX:XX:XX] Using gulpfile /vscode/gulpfile.js
6-
[XX:XX:XX] Error: /vscode/extensions/html-language-features/server/src/modes/javascriptMode.ts(130,4):Unused '@ts-expect-error' directive.
6+
[XX:XX:XX] Error: /vscode/extensions/html-language-features/server/src/modes/javascriptMode.ts(26,9):Type '{ getCompilationSettings: () => CompilerOptions; getScriptFileNames: () => string[]; getScriptKind: (fileName: string) => ScriptKind; getScriptVersion: (fileName: string) => string; getScriptSnapshot: (fileName: string) => { ...; }; getCurrentDirectory: () => string; getDefaultLibFileName: (_options: CompilerOptions...' is missing the following properties from type 'LanguageServiceHost': readFile, fileExists
77
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
88

99

1010

1111
Standard error:
12-
(node:18) [DEP0097] DeprecationWarning: Using a domain property in MakeCallback is deprecated. Use the async_context variant of MakeCallback or the AsyncResource class instead.
1312
[XX:XX:XX] 'compile' errored after
1413
[XX:XX:XX] Error: Found 1 errors
1514
at Stream.<anonymous> (/vscode/build/lib/reporter.js:91:29)
1615
at _end (/vscode/node_modules/through/index.js:65:9)
1716
at Stream.stream.end (/vscode/node_modules/through/index.js:74:5)
1817
at StreamFilter.onend (/vscode/node_modules/readable-stream/lib/_stream_readable.js:577:10)
19-
at Object.onceWrapper (events.js:286:20)
20-
at StreamFilter.emit (events.js:203:15)
21-
at StreamFilter.EventEmitter.emit (domain.js:466:23)
18+
at Object.onceWrapper (events.js:519:28)
19+
at StreamFilter.emit (events.js:412:35)
20+
at StreamFilter.emit (domain.js:537:15)
2221
at endReadableNT (/vscode/node_modules/readable-stream/lib/_stream_readable.js:1010:12)
23-
at process._tickCallback (internal/process/next_tick.js:63:19)
22+
at processTicksAndRejections (internal/process/task_queues.js:82:21)
23+
at runNextTicks (internal/process/task_queues.js:64:3)
2424
error Command failed with exit code 1.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp