Skip to content

Commit 2756c94

Browse files
Update user baselines
1 parent 6b493f2 commit 2756c94

File tree

8 files changed

+793
-92
lines changed

8 files changed

+793
-92
lines changed

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

+764-48
Large diffs are not rendered by default.

tests/baselines/reference/docker/vue-next.log

+17-27
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,43 @@
11
Exit Code: 0
22
Standard output:
33

4-
> @X.X.X-beta.15 build /vue-next
4+
> @X.X.X-beta.19 build /vue-next
55
> node scripts/build.js "--types"
66
Rolling up type definitions for compiler-core...
7+
Analysis will use the bundled TypeScript version 3.9.6
8+
*** The target project appears to use TypeScript X.X.X-insiders.xxxxxxxx which is newer than the bundled compiler engine; consider upgrading API Extractor.
79
Writing: /vue-next/temp/compiler-core.api.json
810
The API report is up to date: temp/compiler-core.api.md
911
Writing package typings: /vue-next/packages/compiler-core/dist/compiler-core.d.ts
1012
Writing package typings: /vue-next/dist/compiler-core.d.ts
1113
API Extractor completed successfully.
1214
Rolling up type definitions for compiler-dom...
15+
Analysis will use the bundled TypeScript version 3.9.6
16+
*** The target project appears to use TypeScript X.X.X-insiders.xxxxxxxx which is newer than the bundled compiler engine; consider upgrading API Extractor.
1317
Writing: /vue-next/temp/compiler-dom.api.json
1418
The API report is up to date: temp/compiler-dom.api.md
1519
Writing package typings: /vue-next/packages/compiler-dom/dist/compiler-dom.d.ts
1620
Writing package typings: /vue-next/dist/compiler-dom.d.ts
1721
API Extractor completed successfully.
1822
Rolling up type definitions for compiler-sfc...
23+
Analysis will use the bundled TypeScript version 3.9.6
24+
*** The target project appears to use TypeScript X.X.X-insiders.xxxxxxxx which is newer than the bundled compiler engine; consider upgrading API Extractor.
1925
Writing: /vue-next/temp/compiler-sfc.api.json
2026
The API report is up to date: temp/compiler-sfc.api.md
2127
Writing package typings: /vue-next/packages/compiler-sfc/dist/compiler-sfc.d.ts
2228
Writing package typings: /vue-next/dist/compiler-sfc.d.ts
2329
API Extractor completed successfully.
2430
Rolling up type definitions for compiler-ssr...
31+
Analysis will use the bundled TypeScript version 3.9.6
32+
*** The target project appears to use TypeScript X.X.X-insiders.xxxxxxxx which is newer than the bundled compiler engine; consider upgrading API Extractor.
2533
Writing: /vue-next/temp/compiler-ssr.api.json
2634
The API report is up to date: temp/compiler-ssr.api.md
2735
Writing package typings: /vue-next/packages/compiler-ssr/dist/compiler-ssr.d.ts
2836
Writing package typings: /vue-next/dist/compiler-ssr.d.ts
2937
API Extractor completed successfully.
3038
Rolling up type definitions for reactivity...
39+
Analysis will use the bundled TypeScript version 3.9.6
40+
*** The target project appears to use TypeScript X.X.X-insiders.xxxxxxxx which is newer than the bundled compiler engine; consider upgrading API Extractor.
3141
Writing: /vue-next/temp/reactivity.api.json
3242
The API report is up to date: temp/reactivity.api.md
3343
Writing package typings: /vue-next/packages/reactivity/dist/reactivity.d.ts
@@ -54,10 +64,6 @@ Warning: dist/packages/compiler-core/src/options.d.ts:69:42 - (tsdoc-escape-righ
5464
Warning: dist/packages/compiler-core/src/options.d.ts:69:43 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
5565
Warning: dist/packages/compiler-core/src/options.d.ts:69:35 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
5666
Warning: dist/packages/compiler-core/src/options.d.ts:69:36 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
57-
Warning: /vue-next/packages/runtime-dom/src/components/Transition.ts:71:5 - (TS7022) 'name' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
58-
Warning: /vue-next/packages/runtime-dom/src/components/Transition.ts:75:5 - (TS7022) 'enterFromClass' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
59-
Warning: /vue-next/packages/runtime-dom/src/components/Transition.ts:76:5 - (TS7022) 'enterActiveClass' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
60-
Warning: /vue-next/packages/runtime-dom/src/components/Transition.ts:77:5 - (TS7022) 'enterToClass' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
6167
/vue-next/packages/compiler-dom/src/index.ts → packages/compiler-dom/dist/compiler-dom.esm-bundler.js...
6268
created packages/compiler-dom/dist/compiler-dom.esm-bundler.js in ?s
6369
/vue-next/packages/compiler-dom/src/index.ts → packages/compiler-dom/dist/compiler-dom.esm-browser.js...
@@ -72,26 +78,14 @@ created packages/compiler-dom/dist/compiler-dom.esm-browser.prod.js in ?s
7278
created packages/compiler-dom/dist/compiler-dom.cjs.prod.js in ?s
7379
/vue-next/packages/compiler-dom/src/index.ts → packages/compiler-dom/dist/compiler-dom.global.prod.js...
7480
created packages/compiler-dom/dist/compiler-dom.global.prod.js in ?s
75-
Warning: /vue-next/packages/runtime-dom/src/components/Transition.ts:71:5 - (TS7022) 'name' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
76-
Warning: /vue-next/packages/runtime-dom/src/components/Transition.ts:75:5 - (TS7022) 'enterFromClass' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
77-
Warning: /vue-next/packages/runtime-dom/src/components/Transition.ts:76:5 - (TS7022) 'enterActiveClass' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
78-
Warning: /vue-next/packages/runtime-dom/src/components/Transition.ts:77:5 - (TS7022) 'enterToClass' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
7981
/vue-next/packages/compiler-sfc/src/index.ts → packages/compiler-sfc/dist/compiler-sfc.cjs.js...
8082
created packages/compiler-sfc/dist/compiler-sfc.cjs.js in ?s
8183
/vue-next/packages/compiler-sfc/src/index.ts → packages/compiler-sfc/dist/compiler-sfc.global.js...
8284
created packages/compiler-sfc/dist/compiler-sfc.global.js in ?s
8385
/vue-next/packages/compiler-sfc/src/index.ts → packages/compiler-sfc/dist/compiler-sfc.esm-browser.js...
8486
created packages/compiler-sfc/dist/compiler-sfc.esm-browser.js in ?s
85-
Warning: /vue-next/packages/runtime-dom/src/components/Transition.ts:71:5 - (TS7022) 'name' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
86-
Warning: /vue-next/packages/runtime-dom/src/components/Transition.ts:75:5 - (TS7022) 'enterFromClass' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
87-
Warning: /vue-next/packages/runtime-dom/src/components/Transition.ts:76:5 - (TS7022) 'enterActiveClass' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
88-
Warning: /vue-next/packages/runtime-dom/src/components/Transition.ts:77:5 - (TS7022) 'enterToClass' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
8987
/vue-next/packages/compiler-ssr/src/index.ts → packages/compiler-ssr/dist/compiler-ssr.cjs.js...
9088
created packages/compiler-ssr/dist/compiler-ssr.cjs.js in ?s
91-
Warning: /vue-next/packages/runtime-dom/src/components/Transition.ts:71:5 - (TS7022) 'name' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
92-
Warning: /vue-next/packages/runtime-dom/src/components/Transition.ts:75:5 - (TS7022) 'enterFromClass' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
93-
Warning: /vue-next/packages/runtime-dom/src/components/Transition.ts:76:5 - (TS7022) 'enterActiveClass' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
94-
Warning: /vue-next/packages/runtime-dom/src/components/Transition.ts:77:5 - (TS7022) 'enterToClass' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
9589
/vue-next/packages/reactivity/src/index.ts → packages/reactivity/dist/reactivity.esm-bundler.js...
9690
created packages/reactivity/dist/reactivity.esm-bundler.js in ?s
9791
/vue-next/packages/reactivity/src/index.ts → packages/reactivity/dist/reactivity.esm-browser.js...
@@ -106,28 +100,24 @@ created packages/reactivity/dist/reactivity.esm-browser.prod.js in ?s
106100
created packages/reactivity/dist/reactivity.cjs.prod.js in ?s
107101
/vue-next/packages/reactivity/src/index.ts → packages/reactivity/dist/reactivity.global.prod.js...
108102
created packages/reactivity/dist/reactivity.global.prod.js in ?s
109-
Warning: /vue-next/packages/runtime-dom/src/components/Transition.ts:71:5 - (TS7022) 'name' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
110-
Warning: /vue-next/packages/runtime-dom/src/components/Transition.ts:75:5 - (TS7022) 'enterFromClass' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
111-
Warning: /vue-next/packages/runtime-dom/src/components/Transition.ts:76:5 - (TS7022) 'enterActiveClass' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
112-
Warning: /vue-next/packages/runtime-dom/src/components/Transition.ts:77:5 - (TS7022) 'enterToClass' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
113103
/vue-next/packages/runtime-core/src/index.ts → packages/runtime-core/dist/runtime-core.esm-bundler.js...
114104
[!] (plugin rpt2) Error: /vue-next/packages/runtime-core/src/apiInject.ts(40,9): semantic error TS2360: The left-hand side of an 'in' expression must be of type 'any', 'string', 'number', or 'symbol'.
115105
packages/runtime-core/src/apiInject.ts
116106
Error: /vue-next/packages/runtime-core/src/apiInject.ts(40,9): semantic error TS2360: The left-hand side of an 'in' expression must be of type 'any', 'string', 'number', or 'symbol'.
117-
at error (/vue-next/node_modules/rollup/dist/shared/rollup.js:5154:30)
118-
at throwPluginError (/vue-next/node_modules/rollup/dist/shared/rollup.js:17381:12)
119-
at Object.error (/vue-next/node_modules/rollup/dist/shared/rollup.js:18002:24)
120-
at Object.error (/vue-next/node_modules/rollup/dist/shared/rollup.js:17554:38)
107+
at error (/vue-next/node_modules/rollup/dist/shared/rollup.js:5171:30)
108+
at throwPluginError (/vue-next/node_modules/rollup/dist/shared/rollup.js:17415:12)
109+
at Object.error (/vue-next/node_modules/rollup/dist/shared/rollup.js:18036:24)
110+
at Object.error (/vue-next/node_modules/rollup/dist/shared/rollup.js:17588:38)
121111
at RollupContext.error (/vue-next/node_modules/rollup-plugin-typescript2/src/rollupcontext.ts:37:18)
122112
at /vue-next/node_modules/rollup-plugin-typescript2/src/print-diagnostics.ts:41:11
123113
at arrayEach (/vue-next/node_modules/rollup-plugin-typescript2/node_modules/lodash/lodash.js:516:11)
124114
at forEach (/vue-next/node_modules/rollup-plugin-typescript2/node_modules/lodash/lodash.js:9342:14)
125115
at _.each (/vue-next/node_modules/rollup-plugin-typescript2/src/print-diagnostics.ts:9:2)
126116
at Object.transform (/vue-next/node_modules/rollup-plugin-typescript2/src/index.ts:242:5)
127-
(node:17) UnhandledPromiseRejectionWarning: Error: Command failed with exit code 1: rollup -c --environment COMMIT:37a5952,NODE_ENV:production,TARGET:runtime-core,TYPES:true
117+
(node:17) UnhandledPromiseRejectionWarning: Error: Command failed with exit code 1: rollup -c --environment COMMIT:fe9e227,NODE_ENV:production,TARGET:runtime-core,TYPES:true
128118
at makeError (/vue-next/node_modules/execa/lib/error.js:59:11)
129119
at handlePromise (/vue-next/node_modules/execa/index.js:114:26)
130-
at processTicksAndRejections (internal/process/task_queues.js:97:5)
120+
at processTicksAndRejections (internal/process/task_queues.js:93:5)
131121
at async build (/vue-next/scripts/build.js:71:3)
132122
at async buildAll (/vue-next/scripts/build.js:50:5)
133123
at async run (/vue-next/scripts/build.js:40:5)

tests/baselines/reference/user/adonis-framework.log

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ node_modules/adonis-framework/src/Exceptions/index.js(178,21): error TS2554: Exp
7777
node_modules/adonis-framework/src/Exceptions/index.js(191,21): error TS2554: Expected 0 arguments, but got 3.
7878
node_modules/adonis-framework/src/Exceptions/index.js(205,21): error TS2554: Expected 0 arguments, but got 3.
7979
node_modules/adonis-framework/src/File/index.js(175,5): error TS2322: Type 'Promise<any>' is not assignable to type 'boolean'.
80-
node_modules/adonis-framework/src/File/index.js(273,5): error TS2322: Type 'boolean | ""' is not assignable to type 'boolean'.
81-
Type '""' is not assignable to type 'boolean'.
80+
node_modules/adonis-framework/src/File/index.js(273,5): error TS2322: Type 'string | boolean' is not assignable to type 'boolean'.
81+
Type 'string' is not assignable to type 'boolean'.
8282
node_modules/adonis-framework/src/Helpers/index.js(105,3): error TS2322: Type 'null' is not assignable to type 'string'.
8383
node_modules/adonis-framework/src/Helpers/index.js(106,3): error TS2322: Type 'null' is not assignable to type 'string'.
8484
node_modules/adonis-framework/src/Helpers/index.js(164,18): error TS2554: Expected 3 arguments, but got 2.

tests/baselines/reference/user/axios-src.log

+4-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ lib/adapters/http.js(121,40): error TS2531: Object is possibly 'null'.
88
lib/adapters/http.js(225,23): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'.
99
lib/adapters/http.js(231,44): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'.
1010
lib/adapters/http.js(237,13): error TS2322: Type 'string' is not assignable to type 'Buffer'.
11-
lib/adapters/http.js(249,40): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'.
12-
lib/adapters/http.js(278,42): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'.
11+
lib/adapters/http.js(239,15): error TS2322: Type 'string' is not assignable to type 'Buffer'.
12+
lib/adapters/http.js(239,45): error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'string'.
13+
lib/adapters/http.js(252,40): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'.
14+
lib/adapters/http.js(281,42): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'.
1315
lib/adapters/xhr.js(72,7): error TS2322: Type 'null' is not assignable to type 'XMLHttpRequest'.
1416
lib/adapters/xhr.js(84,7): error TS2322: Type 'null' is not assignable to type 'XMLHttpRequest'.
1517
lib/adapters/xhr.js(91,51): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'.

tests/baselines/reference/user/chrome-devtools-frontend.log

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Exit Code: 2
22
Standard output:
33
../../../../built/local/lib.es5.d.ts(1451,11): error TS2300: Duplicate identifier 'ArrayLike'.
4-
../../../../node_modules/@types/node/globals.d.ts(167,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(62,13): error TS2403: Subsequent variable declarations must have the same type. Variable 'module' must be of type '{}', but here has type 'NodeModule'.
55
node_modules/chrome-devtools-frontend/front_end/Runtime.js(43,8): error TS2339: Property '_importScriptPathPrefix' does not exist on type 'Window & typeof globalThis'.
66
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.
77
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.
@@ -11342,7 +11342,7 @@ node_modules/chrome-devtools-frontend/front_end/test_runner/TestRunner.js(503,30
1134211342
Type 'Function' provides no match for the signature '(value: any[]): any[] | PromiseLike<any[]>'.
1134311343
node_modules/chrome-devtools-frontend/front_end/test_runner/TestRunner.js(641,59): error TS2551: Property 'testRunner' does not exist on type 'Window & typeof globalThis'. Did you mean 'TestRunner'?
1134411344
node_modules/chrome-devtools-frontend/front_end/test_runner/TestRunner.js(641,92): error TS2551: Property 'testRunner' does not exist on type 'Window & typeof globalThis'. Did you mean 'TestRunner'?
11345-
node_modules/chrome-devtools-frontend/front_end/test_runner/TestRunner.js(642,3): error TS2322: Type '1' is not assignable to type 'boolean'.
11345+
node_modules/chrome-devtools-frontend/front_end/test_runner/TestRunner.js(642,3): error TS2322: Type 'number' is not assignable to type 'boolean'.
1134611346
node_modules/chrome-devtools-frontend/front_end/test_runner/TestRunner.js(683,28): error TS2363: The right-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
1134711347
node_modules/chrome-devtools-frontend/front_end/test_runner/TestRunner.js(777,22): error TS2339: Property 'attributes' does not exist on type 'Node'.
1134811348
node_modules/chrome-devtools-frontend/front_end/test_runner/TestRunner.js(785,14): error TS2339: Property 'shadowRoot' does not exist on type 'Node'.

tests/baselines/reference/user/prettier.log

-8
This file was deleted.

tests/baselines/reference/user/uglify-js.log

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ node_modules/uglify-js/lib/compress.js(3530,48): error TS2554: Expected 0 argume
6262
node_modules/uglify-js/lib/compress.js(3628,48): error TS2554: Expected 0 arguments, but got 1.
6363
node_modules/uglify-js/lib/compress.js(3646,33): error TS2532: Object is possibly 'undefined'.
6464
node_modules/uglify-js/lib/compress.js(4066,38): error TS2554: Expected 0 arguments, but got 1.
65-
node_modules/uglify-js/lib/compress.js(4092,29): error TS2322: Type '"f"' is not assignable to type 'boolean'.
65+
node_modules/uglify-js/lib/compress.js(4092,29): error TS2322: Type 'string' is not assignable to type 'boolean'.
6666
node_modules/uglify-js/lib/compress.js(4275,33): error TS2554: Expected 0 arguments, but got 1.
6767
node_modules/uglify-js/lib/compress.js(4276,74): error TS2339: Property 'has_directive' does not exist on type 'TreeWalker'.
6868
node_modules/uglify-js/lib/compress.js(4327,29): error TS2554: Expected 0 arguments, but got 1.

tests/baselines/reference/user/webpack.log

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
Exit Code: 2
22
Standard output:
3-
lib/ContextModule.js(352,32): error TS2345: Argument of type 'Pick<ContextOptions & ContextModuleOptionsExtras, "include" | "regExp" | "chunkName" | "referencedExports" | "mode" | "recursive" | ... 6 more ... | "resourceQuery">' is not assignable to parameter of type 'ContextOptions & ContextModuleOptionsExtras'.
4-
Property 'resolveOptions' is missing in type 'Pick<ContextOptions & ContextModuleOptionsExtras, "include" | "regExp" | "chunkName" | "referencedExports" | "mode" | "recursive" | ... 6 more ... | "resourceQuery">' but required in type 'ContextModuleOptionsExtras'.
3+
lib/ContextModule.js(346,32): error TS2345: Argument of type 'Pick<ContextOptions & ContextModuleOptionsExtras, "include" | "regExp" | "chunkName" | "referencedExports" | "mode" | "recursive" | ... 7 more ... | "resourceFragment">' is not assignable to parameter of type 'ContextOptions & ContextModuleOptionsExtras'.
4+
Property 'resolveOptions' is missing in type 'Pick<ContextOptions & ContextModuleOptionsExtras, "include" | "regExp" | "chunkName" | "referencedExports" | "mode" | "recursive" | ... 7 more ... | "resourceFragment">' but required in type 'ContextModuleOptionsExtras'.
5+
lib/dependencies/HarmonyExportImportedSpecifierDependency.js(86,37): error TS1016: A required parameter cannot follow an optional parameter.
56

67

78

0 commit comments

Comments
 (0)