Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 04404d1

Browse files
committedApr 13, 2022
Update user baselines +cc @sandersn
1 parent 73c93ee commit 04404d1

17 files changed

+3559
-2400
lines changed
 

Diff for: ‎tests/baselines/reference/docker/azure-sdk.log

+493-103
Large diffs are not rendered by default.

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

+2,397-1,593
Large diffs are not rendered by default.

Diff for: ‎tests/baselines/reference/docker/prettier.log

+15-2
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

Diff for: ‎tests/baselines/reference/docker/pyright.log

+35-1
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"

Diff for: ‎tests/baselines/reference/docker/vscode.log

+7-7
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.
13-
[XX:XX:XX] 'compile' errored after
12+
[XX:XX:XX] 'compile' errored after ?s
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.

Diff for: ‎tests/baselines/reference/docker/vue-next.log

+29-117
Large diffs are not rendered by default.

Diff for: ‎tests/baselines/reference/docker/xterm.js.log

+1-21
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,9 @@ Standard output:
33

44
> xterm@X.X.X build /xtermjs
55
> tsc -b ./tsconfig.all.json
6-
src/browser/Terminal2.test.ts(80,11): error TS2794: Expected 1 arguments, but got 0. Did you forget to include 'void' in your type argument to 'Promise'?
7-
error TS2688: Cannot find type definition file for '../../../out-test/api/TestUtils'.
8-
The file is in the program because:
9-
Entry point of type library '../../../out-test/api/TestUtils' specified in compilerOptions
10-
error TS2688: Cannot find type definition file for '../../../out-test/api/TestUtils'.
11-
The file is in the program because:
12-
Entry point of type library '../../../out-test/api/TestUtils' specified in compilerOptions
136
addons/xterm-addon-ligatures/src/font.ts(6,26): error TS2307: Cannot find module 'font-finder' or its corresponding type declarations.
147
addons/xterm-addon-ligatures/src/font.ts(7,44): error TS2307: Cannot find module 'font-ligatures' or its corresponding type declarations.
15-
addons/xterm-addon-ligatures/src/font.ts(47,30): error TS2583: Cannot find name 'AsyncIterableIterator'. Do you need to change your target library? Try changing the `lib` compiler option to 'es2018' or later.
16-
addons/xterm-addon-ligatures/src/font.ts(62,38): error TS2307: Cannot find module 'font-finder' or its corresponding type declarations.
8+
addons/xterm-addon-ligatures/src/font.ts(71,38): error TS2307: Cannot find module 'font-finder' or its corresponding type declarations.
179
addons/xterm-addon-ligatures/src/index.ts(7,22): error TS2307: Cannot find module 'font-ligatures' or its corresponding type declarations.
1810
addons/xterm-addon-ligatures/src/index.ts(75,14): error TS2347: Untyped function calls may not accept type arguments.
1911
addons/xterm-addon-ligatures/src/index.ts(76,9): error TS7006: Parameter 'range' implicitly has an 'any' type.
@@ -24,18 +16,6 @@ addons/xterm-addon-ligatures/src/index.test.ts(10,32): error TS2307: Cannot find
2416
addons/xterm-addon-ligatures/src/index.test.ts(26,25): error TS2304: Cannot find name '__dirname'.
2517
addons/xterm-addon-ligatures/src/index.test.ts(33,25): error TS2304: Cannot find name '__dirname'.
2618
addons/xterm-addon-ligatures/src/index.test.ts(40,25): error TS2304: Cannot find name '__dirname'.
27-
error TS2688: Cannot find type definition file for '../../../out-test/api/TestUtils'.
28-
The file is in the program because:
29-
Entry point of type library '../../../out-test/api/TestUtils' specified in compilerOptions
30-
error TS2688: Cannot find type definition file for '../../../out-test/api/TestUtils'.
31-
The file is in the program because:
32-
Entry point of type library '../../../out-test/api/TestUtils' specified in compilerOptions
33-
error TS2688: Cannot find type definition file for '../../../out-test/api/TestUtils'.
34-
The file is in the program because:
35-
Entry point of type library '../../../out-test/api/TestUtils' specified in compilerOptions
36-
error TS2688: Cannot find type definition file for '../../../out-test/api/TestUtils'.
37-
The file is in the program because:
38-
Entry point of type library '../../../out-test/api/TestUtils' specified in compilerOptions
3919

4020

4121

Diff for: ‎tests/baselines/reference/user/chrome-devtools-frontend.log

+87-32
Large diffs are not rendered by default.

Diff for: ‎tests/baselines/reference/user/clone.log

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ node_modules/clone/clone.js(176,14): error TS2532: Object is possibly 'undefined
77
node_modules/clone/clone.js(186,16): error TS2403: Subsequent variable declarations must have the same type. Variable 'i' must be of type 'string', but here has type 'number'.
88
node_modules/clone/clone.js(186,23): error TS2365: Operator '<' cannot be applied to types 'string' and 'number'.
99
node_modules/clone/clone.js(186,52): error TS2356: An arithmetic operand must be of type 'any', 'number', 'bigint' or an enum type.
10-
node_modules/clone/clone.js(255,35): error TS2774: This condition will always return true since this function is always defined. Did you mean to call it instead?
1110

1211

1312

Diff for: ‎tests/baselines/reference/user/enhanced-resolve.log

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ node_modules/enhanced-resolve/lib/Resolver.js(210,13): error TS2339: Property 'd
4141
node_modules/enhanced-resolve/lib/Resolver.js(211,13): error TS2339: Property 'missing' does not exist on type 'Error'.
4242
node_modules/enhanced-resolve/lib/Resolver.js(262,20): error TS2339: Property 'recursion' does not exist on type 'Error'.
4343
node_modules/enhanced-resolve/lib/RootPlugin.js(9,36): error TS2694: Namespace 'Resolver' has no exported member 'ResolveStepHook'.
44-
4544
node_modules/enhanced-resolve/lib/concord.js(80,30): error TS2531: Object is possibly 'null'.
4645
node_modules/enhanced-resolve/lib/concord.js(81,17): error TS2531: Object is possibly 'null'.
4746
node_modules/enhanced-resolve/lib/concord.js(149,24): error TS2339: Property 'replace' does not exist on type 'never'.
4847
node_modules/enhanced-resolve/lib/concord.js(188,17): error TS2339: Property 'replace' does not exist on type 'never'.
4948

5049

50+
5151
Standard error:

Diff for: ‎tests/baselines/reference/user/formik.log

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Exit Code: 2
2+
Standard output:
3+
node_modules/formik/dist/withFormik.d.ts(58,77): error TS2694: Namespace 'React' has no exported member 'StatelessComponent'.
4+
5+
6+
7+
Standard error:

Diff for: ‎tests/baselines/reference/user/graceful-fs.log

+11-11
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ node_modules/graceful-fs/graceful-fs.js(74,30): error TS2345: Argument of type '
1111
node_modules/graceful-fs/graceful-fs.js(86,13): error TS2554: Expected 0 arguments, but got 1.
1212
node_modules/graceful-fs/graceful-fs.js(97,54): error TS2339: Property '__patched' does not exist on type 'typeof import("fs")'.
1313
node_modules/graceful-fs/graceful-fs.js(99,8): error TS2339: Property '__patched' does not exist on type 'typeof import("fs")'.
14-
node_modules/graceful-fs/graceful-fs.js(217,5): error TS2629: Cannot assign to 'ReadStream' because it is a class.
15-
node_modules/graceful-fs/graceful-fs.js(218,5): error TS2629: Cannot assign to 'WriteStream' because it is a class.
16-
node_modules/graceful-fs/graceful-fs.js(238,7): error TS2629: Cannot assign to 'ReadStream' because it is a class.
17-
node_modules/graceful-fs/graceful-fs.js(248,7): error TS2629: Cannot assign to 'WriteStream' because it is a class.
18-
node_modules/graceful-fs/graceful-fs.js(282,68): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type '[any?, any?, ...any[]]'.
19-
node_modules/graceful-fs/graceful-fs.js(305,70): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type '[any?, any?, ...any[]]'.
20-
node_modules/graceful-fs/graceful-fs.js(353,9): error TS2554: Expected 0 arguments, but got 3.
21-
node_modules/graceful-fs/graceful-fs.js(397,11): error TS2554: Expected 0 arguments, but got 3.
22-
node_modules/graceful-fs/graceful-fs.js(401,11): error TS2554: Expected 0 arguments, but got 3.
23-
node_modules/graceful-fs/graceful-fs.js(416,13): error TS2554: Expected 0 arguments, but got 3.
14+
node_modules/graceful-fs/graceful-fs.js(236,5): error TS2629: Cannot assign to 'ReadStream' because it is a class.
15+
node_modules/graceful-fs/graceful-fs.js(237,5): error TS2629: Cannot assign to 'WriteStream' because it is a class.
16+
node_modules/graceful-fs/graceful-fs.js(257,7): error TS2629: Cannot assign to 'ReadStream' because it is a class.
17+
node_modules/graceful-fs/graceful-fs.js(267,7): error TS2629: Cannot assign to 'WriteStream' because it is a class.
18+
node_modules/graceful-fs/graceful-fs.js(301,68): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type '[any?, any?, ...any[]]'.
19+
node_modules/graceful-fs/graceful-fs.js(324,70): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type '[any?, any?, ...any[]]'.
20+
node_modules/graceful-fs/graceful-fs.js(372,9): error TS2554: Expected 0 arguments, but got 3.
21+
node_modules/graceful-fs/graceful-fs.js(416,11): error TS2554: Expected 0 arguments, but got 3.
22+
node_modules/graceful-fs/graceful-fs.js(420,11): error TS2554: Expected 0 arguments, but got 3.
23+
node_modules/graceful-fs/graceful-fs.js(435,13): error TS2554: Expected 0 arguments, but got 3.
2424
node_modules/graceful-fs/legacy-streams.js(14,17): error TS2345: Argument of type 'this' is not assignable to parameter of type 'Stream'.
2525
Type 'ReadStream' is missing the following properties from type 'Stream': pipe, addListener, on, once, and 12 more.
2626
node_modules/graceful-fs/legacy-streams.js(36,14): error TS2339: Property 'encoding' does not exist on type 'ReadStream'.
@@ -41,7 +41,7 @@ node_modules/graceful-fs/legacy-streams.js(99,36): error TS2339: Property 'start
4141
node_modules/graceful-fs/legacy-streams.js(102,16): error TS2339: Property 'start' does not exist on type 'WriteStream'.
4242
node_modules/graceful-fs/legacy-streams.js(106,23): error TS2339: Property 'start' does not exist on type 'WriteStream'.
4343
node_modules/graceful-fs/legacy-streams.js(115,12): error TS2339: Property 'flush' does not exist on type 'WriteStream'.
44-
node_modules/graceful-fs/polyfills.js(149,13): error TS2571: Object is of type 'unknown'.
44+
node_modules/graceful-fs/polyfills.js(156,13): error TS2571: Object is of type 'unknown'.
4545

4646

4747

Diff for: ‎tests/baselines/reference/user/grunt.log

+29-13
Original file line numberDiff line numberDiff line change
@@ -14,24 +14,35 @@ lib/grunt/fail.js(28,35): error TS2339: Property 'red' does not exist on type 's
1414
lib/grunt/fail.js(35,13): error TS2339: Property 'option' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
1515
lib/grunt/fail.js(61,14): error TS2339: Property 'option' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
1616
lib/grunt/file.js(35,39): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'string[]'.
17-
Type 'IArguments' is missing the following properties from type 'string[]': pop, push, concat, join, and 26 more.
17+
Type 'IArguments' is missing the following properties from type 'string[]': pop, push, concat, join, and 27 more.
1818
lib/grunt/file.js(87,33): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type '[options?: any, patterns?: any, filepaths?: any]'.
1919
lib/grunt/file.js(182,13): error TS2339: Property 'option' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
20+
lib/grunt/file.js(186,91): error TS2571: Object is of type 'unknown'.
21+
lib/grunt/file.js(224,85): error TS2571: Object is of type 'unknown'.
2022
lib/grunt/file.js(234,25): error TS2345: Argument of type 'string | Buffer' is not assignable to parameter of type 'string'.
2123
Type 'Buffer' is not assignable to type 'string'.
24+
lib/grunt/file.js(239,74): error TS2571: Object is of type 'unknown'.
25+
lib/grunt/file.js(263,74): error TS2571: Object is of type 'unknown'.
2226
lib/grunt/file.js(270,23): error TS2339: Property 'option' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
23-
lib/grunt/file.js(333,7): error TS2367: This condition will always return 'false' since the types 'string | Buffer' and 'boolean' have no overlap.
24-
lib/grunt/file.js(344,23): error TS2339: Property 'option' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
25-
lib/grunt/file.js(346,29): error TS2339: Property 'option' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
26-
lib/grunt/file.js(361,13): error TS2339: Property 'fail' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
27-
lib/grunt/file.js(365,13): error TS2339: Property 'fail' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
28-
lib/grunt/file.js(385,40): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'string[]'.
29-
lib/grunt/file.js(391,40): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'string[]'.
30-
lib/grunt/file.js(405,40): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'string[]'.
31-
lib/grunt/file.js(411,40): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'string[]'.
32-
lib/grunt/file.js(417,40): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'string[]'.
33-
lib/grunt/file.js(444,40): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'string[]'.
34-
lib/grunt/file.js(454,40): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'string[]'.
27+
lib/grunt/file.js(288,86): error TS2571: Object is of type 'unknown'.
28+
lib/grunt/file.js(341,7): error TS2367: This condition will always return 'false' since the types 'string | Buffer' and 'boolean' have no overlap.
29+
lib/grunt/file.js(352,23): error TS2339: Property 'option' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
30+
lib/grunt/file.js(354,29): error TS2339: Property 'option' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
31+
lib/grunt/file.js(369,13): error TS2339: Property 'fail' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
32+
lib/grunt/file.js(373,13): error TS2339: Property 'fail' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
33+
lib/grunt/file.js(387,75): error TS2571: Object is of type 'unknown'.
34+
lib/grunt/file.js(393,40): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'string[]'.
35+
lib/grunt/file.js(399,40): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'string[]'.
36+
lib/grunt/file.js(403,9): error TS2571: Object is of type 'unknown'.
37+
lib/grunt/file.js(407,85): error TS2571: Object is of type 'unknown'.
38+
lib/grunt/file.js(413,40): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'string[]'.
39+
lib/grunt/file.js(419,40): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'string[]'.
40+
lib/grunt/file.js(425,40): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'string[]'.
41+
lib/grunt/file.js(452,40): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'string[]'.
42+
lib/grunt/file.js(463,14): error TS2339: Property 'file' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
43+
lib/grunt/file.js(467,20): error TS2339: Property 'file' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
44+
lib/grunt/file.js(472,44): error TS2345: Argument of type 'string' is not assignable to parameter of type 'Type | null | undefined'.
45+
lib/grunt/file.js(477,40): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'string[]'.
3546
lib/grunt/help.js(58,40): error TS2339: Property 'cli' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
3647
lib/grunt/help.js(59,19): error TS2339: Property 'cli' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
3748
lib/grunt/help.js(81,9): error TS2551: Property 'task' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'. Did you mean 'tasks'?
@@ -68,8 +79,11 @@ lib/grunt/task.js(241,23): error TS2339: Property 'config' does not exist on typ
6879
lib/grunt/task.js(248,29): error TS2683: 'this' implicitly has type 'any' because it does not have a type annotation.
6980
lib/grunt/task.js(273,27): error TS2345: Argument of type 'any' is not assignable to parameter of type 'never'.
7081
lib/grunt/task.js(274,25): error TS2345: Argument of type 'any' is not assignable to parameter of type 'never'.
82+
lib/grunt/task.js(278,21): error TS2571: Object is of type 'unknown'.
7183
lib/grunt/task.js(285,35): error TS2339: Property 'config' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
84+
lib/grunt/task.js(331,48): error TS2571: Object is of type 'unknown'.
7285
lib/grunt/task.js(348,23): error TS2339: Property 'file' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
86+
lib/grunt/task.js(354,29): error TS2571: Object is of type 'unknown'.
7387
lib/grunt/task.js(361,13): error TS2339: Property 'file' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
7488
lib/grunt/task.js(377,14): error TS2339: Property 'file' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
7589
lib/grunt/task.js(390,19): error TS2339: Property 'file' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
@@ -95,6 +109,8 @@ lib/grunt/template.js(30,22): error TS2339: Property 'opener' does not exist on
95109
lib/grunt/template.js(31,39): error TS2339: Property 'closer' does not exist on type '{}'.
96110
lib/grunt/template.js(33,14): error TS2339: Property 'lodash' does not exist on type '{}'.
97111
lib/grunt/template.js(60,50): error TS2339: Property 'config' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
112+
lib/grunt/template.js(85,5): error TS2571: Object is of type 'unknown'.
113+
lib/grunt/template.js(85,69): error TS2571: Object is of type 'unknown'.
98114
lib/grunt/template.js(86,11): error TS2339: Property 'warn' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
99115
lib/grunt/template.js(86,25): error TS2339: Property 'fail' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
100116
lib/util/task.js(161,36): error TS2345: Argument of type 'number[]' is not assignable to parameter of type '[start: number, deleteCount: number, ...items: never[]]'.

Diff for: ‎tests/baselines/reference/user/npm.log

+160-226
Large diffs are not rendered by default.

Diff for: ‎tests/baselines/reference/user/uglify-js.log

+273-272
Large diffs are not rendered by default.

Diff for: ‎tests/baselines/reference/user/vue.log

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Exit Code: 2
2+
Standard output:
3+
node_modules/@vue/runtime-core/dist/runtime-core.d.ts(1826,33): error TS2344: Type 'HostElement' does not satisfy the constraint 'RendererElement'.
4+
5+
6+
7+
Standard error:

Diff for: ‎tests/baselines/reference/user/vuex.log

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Exit Code: 2
2+
Standard output:
3+
node_modules/@vue/runtime-core/dist/runtime-core.d.ts(1826,33): error TS2344: Type 'HostElement' does not satisfy the constraint 'RendererElement'.
4+
5+
6+
7+
Standard error:

0 commit comments

Comments
 (0)
Please sign in to comment.