Skip to content

Commit afeebad

Browse files
Update user baselines
1 parent 0229ab1 commit afeebad

9 files changed

+195
-193
lines changed

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

+118-118
Large diffs are not rendered by default.

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Writing: /vue-next/temp/compiler-sfc.api.json
2626
The API report is up to date: temp/compiler-sfc.api.md
2727
Writing package typings: /vue-next/packages/compiler-sfc/dist/compiler-sfc.d.ts
2828
Writing package typings: /vue-next/dist/compiler-sfc.d.ts
29+
API Extractor completed successfully.
2930
Rolling up type definitions for compiler-ssr...
3031
Analysis will use the bundled TypeScript version 4.0.5
3132
*** The target project appears to use TypeScript X.X.X-insiders.xxxxxxxx which is newer than the bundled compiler engine; consider upgrading API Extractor.
@@ -34,7 +35,6 @@ The API report is up to date: temp/compiler-ssr.api.md
3435
Writing package typings: /vue-next/packages/compiler-ssr/dist/compiler-ssr.d.ts
3536
Writing package typings: /vue-next/dist/compiler-ssr.d.ts
3637
API Extractor completed successfully.
37-
API Extractor completed successfully.
3838
Rolling up type definitions for runtime-core...
3939
Analysis will use the bundled TypeScript version 4.0.5
4040
*** The target project appears to use TypeScript X.X.X-insiders.xxxxxxxx which is newer than the bundled compiler engine; consider upgrading API Extractor.
@@ -121,10 +121,10 @@ Warning: dist/packages/compiler-sfc/src/compileStyle.d.ts:18:8 - (tsdoc-missing-
121121
/vue-next/packages/runtime-core/src/index.ts → packages/runtime-core/dist/runtime-core.esm-bundler.js...
122122
created packages/reactivity/dist/reactivity.esm-bundler.js in ?s
123123
/vue-next/packages/reactivity/src/index.ts → packages/reactivity/dist/reactivity.esm-browser.js...
124-
created packages/reactivity/dist/reactivity.esm-browser.js in ?s
125-
/vue-next/packages/reactivity/src/index.ts → packages/reactivity/dist/reactivity.cjs.js...
126124
created packages/runtime-core/dist/runtime-core.esm-bundler.js in ?s
127125
/vue-next/packages/runtime-core/src/index.ts → packages/runtime-core/dist/runtime-core.cjs.js...
126+
created packages/reactivity/dist/reactivity.esm-browser.js in ?s
127+
/vue-next/packages/reactivity/src/index.ts → packages/reactivity/dist/reactivity.cjs.js...
128128
created packages/reactivity/dist/reactivity.cjs.js in ?s
129129
/vue-next/packages/reactivity/src/index.ts → packages/reactivity/dist/reactivity.global.js...
130130
created packages/reactivity/dist/reactivity.global.js in ?s
@@ -146,9 +146,9 @@ created packages/server-renderer/dist/server-renderer.cjs.js in ?s
146146
/vue-next/packages/server-renderer/src/index.ts → packages/server-renderer/dist/server-renderer.cjs.prod.js...
147147
created packages/runtime-dom/dist/runtime-dom.esm-browser.js in ?s
148148
/vue-next/packages/runtime-dom/src/index.ts → packages/runtime-dom/dist/runtime-dom.cjs.js...
149-
created packages/server-renderer/dist/server-renderer.cjs.prod.js in ?s
150149
created packages/runtime-dom/dist/runtime-dom.cjs.js in ?s
151150
/vue-next/packages/runtime-dom/src/index.ts → packages/runtime-dom/dist/runtime-dom.global.js...
151+
created packages/server-renderer/dist/server-renderer.cjs.prod.js in ?s
152152
created packages/runtime-dom/dist/runtime-dom.global.js in ?s
153153
/vue-next/packages/runtime-dom/src/index.ts → packages/runtime-dom/dist/runtime-dom.esm-browser.prod.js...
154154
/vue-next/packages/shared/src/index.ts → packages/shared/dist/shared.esm-bundler.js...

tests/baselines/reference/user/TypeScript-Node-Starter.log

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Standard output:
33
node_modules/connect-mongo/src/types.d.ts(113,66): error TS2694: Namespace 'Express' has no exported member 'SessionData'.
44
node_modules/connect-mongo/src/types.d.ts(114,45): error TS2694: Namespace 'Express' has no exported member 'SessionData'.
55
node_modules/connect-mongo/src/types.d.ts(118,47): error TS2694: Namespace 'Express' has no exported member 'SessionData'.
6+
node_modules/express-validator/src/middlewares/schema.d.ts(6,48): error TS2590: Expression produces a union type that is too complex to represent.
7+
node_modules/express-validator/src/middlewares/schema.d.ts(15,48): error TS2590: Expression produces a union type that is too complex to represent.
68
src/app.ts(31,10): error TS2540: Cannot assign to 'Promise' because it is a read-only property.
79
src/app.ts(72,21): error TS2339: Property 'returnTo' does not exist on type 'Session & Partial<SessionData>'.
810
src/app.ts(75,21): error TS2339: Property 'returnTo' does not exist on type 'Session & Partial<SessionData>'.

tests/baselines/reference/user/acorn.log

+18-18
Original file line numberDiff line numberDiff line change
@@ -479,15 +479,15 @@ node_modules/acorn/acorn/dist/bin.js(54,30): error TS2769: No overload matches t
479479
Argument of type '2 | null' is not assignable to parameter of type 'string | number | undefined'.
480480
Type 'null' is not assignable to type 'string | number | undefined'.
481481
node_modules/acorn/acorn/dist/bin.js(58,23): error TS2769: No overload matches this call.
482-
Overload 1 of 3, '(path: string | number | Buffer | URL, options?: { encoding?: null | undefined; flag?: string | undefined; } | null | undefined): Buffer', gave the following error.
483-
Argument of type 'string | undefined' is not assignable to parameter of type 'string | number | Buffer | URL'.
484-
Type 'undefined' is not assignable to type 'string | number | Buffer | URL'.
485-
Overload 2 of 3, '(path: string | number | Buffer | URL, options: { encoding: BufferEncoding; flag?: string | undefined; } | "ascii" | "utf8" | "utf-8" | "utf16le" | "ucs2" | ... 4 more ... | "hex"): string', gave the following error.
486-
Argument of type 'string | undefined' is not assignable to parameter of type 'string | number | Buffer | URL'.
487-
Type 'undefined' is not assignable to type 'string | number | Buffer | URL'.
488-
Overload 3 of 3, '(path: string | number | Buffer | URL, options?: "ascii" | "utf8" | "utf-8" | "utf16le" | "ucs2" | "ucs-2" | "base64" | "latin1" | "binary" | "hex" | (BaseEncodingOptions & { ...; }) | null | undefined): string | Buffer', gave the following error.
489-
Argument of type 'string | undefined' is not assignable to parameter of type 'string | number | Buffer | URL'.
490-
Type 'undefined' is not assignable to type 'string | number | Buffer | URL'.
482+
Overload 1 of 3, '(path: number | PathLike, options?: { encoding?: null | undefined; flag?: string | undefined; } | null | undefined): Buffer', gave the following error.
483+
Argument of type 'string | undefined' is not assignable to parameter of type 'number | PathLike'.
484+
Type 'undefined' is not assignable to type 'number | PathLike'.
485+
Overload 2 of 3, '(path: number | PathLike, options: { encoding: BufferEncoding; flag?: string | undefined; } | BufferEncoding): string', gave the following error.
486+
Argument of type 'string | undefined' is not assignable to parameter of type 'number | PathLike'.
487+
Type 'undefined' is not assignable to type 'number | PathLike'.
488+
Overload 3 of 3, '(path: number | PathLike, options?: (BufferEncoding | (BaseEncodingOptions & { flag?: string | undefined; }) | null) | undefined): string | Buffer', gave the following error.
489+
Argument of type 'string | undefined' is not assignable to parameter of type 'number | PathLike'.
490+
Type 'undefined' is not assignable to type 'number | PathLike'.
491491
node_modules/acorn/bin/_acorn.js(51,30): error TS2339: Property 'getToken' does not exist on type 'Parser'.
492492
node_modules/acorn/bin/_acorn.js(59,30): error TS2769: No overload matches this call.
493493
Overload 1 of 2, '(value: any, replacer?: ((this: any, key: string, value: any) => any) | undefined, space?: string | number | undefined): string', gave the following error.
@@ -496,15 +496,15 @@ node_modules/acorn/bin/_acorn.js(59,30): error TS2769: No overload matches this
496496
Argument of type '2 | null' is not assignable to parameter of type 'string | number | undefined'.
497497
Type 'null' is not assignable to type 'string | number | undefined'.
498498
node_modules/acorn/bin/_acorn.js(63,23): error TS2769: No overload matches this call.
499-
Overload 1 of 3, '(path: string | number | Buffer | URL, options?: { encoding?: null | undefined; flag?: string | undefined; } | null | undefined): Buffer', gave the following error.
500-
Argument of type 'string | undefined' is not assignable to parameter of type 'string | number | Buffer | URL'.
501-
Type 'undefined' is not assignable to type 'string | number | Buffer | URL'.
502-
Overload 2 of 3, '(path: string | number | Buffer | URL, options: { encoding: BufferEncoding; flag?: string | undefined; } | "ascii" | "utf8" | "utf-8" | "utf16le" | "ucs2" | ... 4 more ... | "hex"): string', gave the following error.
503-
Argument of type 'string | undefined' is not assignable to parameter of type 'string | number | Buffer | URL'.
504-
Type 'undefined' is not assignable to type 'string | number | Buffer | URL'.
505-
Overload 3 of 3, '(path: string | number | Buffer | URL, options?: "ascii" | "utf8" | "utf-8" | "utf16le" | "ucs2" | "ucs-2" | "base64" | "latin1" | "binary" | "hex" | (BaseEncodingOptions & { ...; }) | null | undefined): string | Buffer', gave the following error.
506-
Argument of type 'string | undefined' is not assignable to parameter of type 'string | number | Buffer | URL'.
507-
Type 'undefined' is not assignable to type 'string | number | Buffer | URL'.
499+
Overload 1 of 3, '(path: number | PathLike, options?: { encoding?: null | undefined; flag?: string | undefined; } | null | undefined): Buffer', gave the following error.
500+
Argument of type 'string | undefined' is not assignable to parameter of type 'number | PathLike'.
501+
Type 'undefined' is not assignable to type 'number | PathLike'.
502+
Overload 2 of 3, '(path: number | PathLike, options: { encoding: BufferEncoding; flag?: string | undefined; } | BufferEncoding): string', gave the following error.
503+
Argument of type 'string | undefined' is not assignable to parameter of type 'number | PathLike'.
504+
Type 'undefined' is not assignable to type 'number | PathLike'.
505+
Overload 3 of 3, '(path: number | PathLike, options?: (BufferEncoding | (BaseEncodingOptions & { flag?: string | undefined; }) | null) | undefined): string | Buffer', gave the following error.
506+
Argument of type 'string | undefined' is not assignable to parameter of type 'number | PathLike'.
507+
Type 'undefined' is not assignable to type 'number | PathLike'.
508508
node_modules/acorn/bin/run_test262.js(3,21): error TS2307: Cannot find module 'test262-parser-runner' or its corresponding type declarations.
509509
node_modules/acorn/dist/acorn.es.js(36,1): error TS2322: Type 'null' is not assignable to type 'string'.
510510
node_modules/acorn/dist/acorn.es.js(36,32): error TS2322: Type 'null' is not assignable to type 'string'.

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

+7-7
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,17 @@ node_modules/adonis-framework/src/Encryption/index.js(53,15): error TS2304: Cann
3737
node_modules/adonis-framework/src/Encryption/index.js(71,34): error TS2769: No overload matches this call.
3838
Overload 1 of 4, '(data: ArrayBufferView, input_encoding: undefined, output_encoding: BinaryToTextEncoding): string', gave the following error.
3939
Argument of type 'string' is not assignable to parameter of type 'undefined'.
40-
Overload 2 of 4, '(data: string, input_encoding: "utf8" | "ascii" | "utf-8" | "utf16le" | "ucs2" | "ucs-2" | "base64" | "latin1" | "binary" | "hex" | undefined, output_encoding: BinaryToTextEncoding): string', gave the following error.
41-
Argument of type 'string' is not assignable to parameter of type '"utf8" | "ascii" | "utf-8" | "utf16le" | "ucs2" | "ucs-2" | "base64" | "latin1" | "binary" | "hex" | undefined'.
40+
Overload 2 of 4, '(data: string, input_encoding: Encoding | undefined, output_encoding: BinaryToTextEncoding): string', gave the following error.
41+
Argument of type 'string' is not assignable to parameter of type 'Encoding | undefined'.
4242
node_modules/adonis-framework/src/Encryption/index.js(77,27): error TS2322: Type 'string' is not assignable to type 'Buffer'.
4343
node_modules/adonis-framework/src/Encryption/index.js(77,50): error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'string'.
4444
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.
4545
node_modules/adonis-framework/src/Encryption/index.js(87,15): error TS2304: Cannot find name 'Mixed'.
4646
node_modules/adonis-framework/src/Encryption/index.js(101,21): error TS2769: No overload matches this call.
47-
Overload 1 of 4, '(data: ArrayBufferView, input_encoding: undefined, output_encoding: BufferEncoding): string', gave the following error.
47+
Overload 1 of 4, '(data: ArrayBufferView, input_encoding: undefined, output_encoding: Encoding): string', gave the following error.
4848
Argument of type '"base64"' is not assignable to parameter of type 'undefined'.
49-
Overload 2 of 4, '(data: string, input_encoding: "base64" | "hex" | undefined, output_encoding: BufferEncoding): string', gave the following error.
50-
Argument of type 'string' is not assignable to parameter of type 'BufferEncoding'.
49+
Overload 2 of 4, '(data: string, input_encoding: BinaryToTextEncoding | undefined, output_encoding: Encoding): string', gave the following error.
50+
Argument of type 'string' is not assignable to parameter of type 'Encoding'.
5151
node_modules/adonis-framework/src/Encryption/index.js(102,5): error TS2322: Type 'string' is not assignable to type 'Buffer & string'.
5252
Type 'string' is not assignable to type 'Buffer'.
5353
node_modules/adonis-framework/src/Encryption/index.js(102,33): error TS2345: Argument of type 'string' is not assignable to parameter of type 'BufferEncoding'.
@@ -72,8 +72,8 @@ node_modules/adonis-framework/src/Event/index.js(207,24): error TS2304: Cannot f
7272
node_modules/adonis-framework/src/Event/index.js(256,52): error TS2345: Argument of type 'Function' is not assignable to parameter of type 'Listener'.
7373
Type 'Function' provides no match for the signature '(...values: any[]): void'.
7474
node_modules/adonis-framework/src/Event/index.js(264,28): error TS2345: Argument of type 'Function' is not assignable to parameter of type 'Listener'.
75-
node_modules/adonis-framework/src/Event/index.js(271,25): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type '[event: string, name: any, handler: TimerHandler]'.
76-
node_modules/adonis-framework/src/Event/index.js(278,25): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type '[event: string, name: any, handler: TimerHandler]'.
75+
node_modules/adonis-framework/src/Event/index.js(271,25): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type '[event: string, name: any, handler: string | Function]'.
76+
node_modules/adonis-framework/src/Event/index.js(278,25): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type '[event: string, name: any, handler: string | Function]'.
7777
node_modules/adonis-framework/src/Event/index.js(294,30): error TS2345: Argument of type 'Function' is not assignable to parameter of type 'Listener'.
7878
node_modules/adonis-framework/src/Exceptions/index.js(13,14): error TS1056: Accessors are only available when targeting ECMAScript 5 and higher.
7979
node_modules/adonis-framework/src/Exceptions/index.js(27,21): error TS2554: Expected 0 arguments, but got 3.

0 commit comments

Comments
 (0)