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 b976f88

Browse files
committedJan 4, 2021
Update user baselines
1 parent 8c2e728 commit b976f88

File tree

9 files changed

+218
-191
lines changed

9 files changed

+218
-191
lines changed
 

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

+138-113
Large diffs are not rendered by default.

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

+7-7
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,12 @@ Warning: dist/packages/compiler-core/src/options.d.ts:149:35 - (tsdoc-malformed-
102102
Warning: dist/packages/compiler-core/src/options.d.ts:149:36 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
103103
/vue-next/packages/compiler-sfc/src/index.ts → packages/compiler-sfc/dist/compiler-sfc.cjs.js...
104104
created packages/compiler-dom/dist/compiler-dom.global.prod.js in ?s
105+
/vue-next/packages/compiler-ssr/src/index.ts → packages/compiler-ssr/dist/compiler-ssr.cjs.js...
105106
created packages/compiler-sfc/dist/compiler-sfc.cjs.js in ?s
106107
/vue-next/packages/compiler-sfc/src/index.ts → packages/compiler-sfc/dist/compiler-sfc.global.js...
107-
/vue-next/packages/compiler-ssr/src/index.ts → packages/compiler-ssr/dist/compiler-ssr.cjs.js...
108+
created packages/compiler-ssr/dist/compiler-ssr.cjs.js in ?s
108109
(!) Missing shims for Node.js built-ins
109110
Creating a browser bundle that depends on 'path', 'url' and 'util'. You might need to include https://github.com/ionic-team/rollup-plugin-node-polyfills
110-
created packages/compiler-ssr/dist/compiler-ssr.cjs.js in ?s
111111
(!) Missing global variable names
112112
Use output.globals to specify browser global variable names corresponding to external modules
113113
path (guessing 'path')
@@ -121,21 +121,21 @@ 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/runtime-core/dist/runtime-core.esm-bundler.js in ?s
125-
/vue-next/packages/runtime-core/src/index.ts → packages/runtime-core/dist/runtime-core.cjs.js...
126124
created packages/reactivity/dist/reactivity.esm-browser.js in ?s
127125
/vue-next/packages/reactivity/src/index.ts → packages/reactivity/dist/reactivity.cjs.js...
126+
created packages/runtime-core/dist/runtime-core.esm-bundler.js in ?s
127+
/vue-next/packages/runtime-core/src/index.ts → packages/runtime-core/dist/runtime-core.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...
130-
created packages/runtime-core/dist/runtime-core.cjs.js in ?s
131-
/vue-next/packages/runtime-core/src/index.ts → packages/runtime-core/dist/runtime-core.cjs.prod.js...
132130
created packages/reactivity/dist/reactivity.global.js in ?s
133131
/vue-next/packages/reactivity/src/index.ts → packages/reactivity/dist/reactivity.esm-browser.prod.js...
132+
created packages/runtime-core/dist/runtime-core.cjs.js in ?s
133+
/vue-next/packages/runtime-core/src/index.ts → packages/runtime-core/dist/runtime-core.cjs.prod.js...
134134
created packages/reactivity/dist/reactivity.esm-browser.prod.js in ?s
135135
/vue-next/packages/reactivity/src/index.ts → packages/reactivity/dist/reactivity.cjs.prod.js...
136-
created packages/runtime-core/dist/runtime-core.cjs.prod.js in ?s
137136
created packages/reactivity/dist/reactivity.cjs.prod.js in ?s
138137
/vue-next/packages/reactivity/src/index.ts → packages/reactivity/dist/reactivity.global.prod.js...
138+
created packages/runtime-core/dist/runtime-core.cjs.prod.js in ?s
139139
created packages/reactivity/dist/reactivity.global.prod.js in ?s
140140
Warning: dist/packages/runtime-core/src/index.d.ts:34:9 - (TS2717) Subsequent property declarations must have the same type. Property 'runtimeCoreBailTypes' must be of type 'VNode<RendererNode, RendererElement, { [key: string]: any; }> | { $: ComponentInternalInstance; }', but here has type 'VNode<RendererNode, RendererElement, { [key: string]: any; }> | { $: ComponentInternalInstance; }'.
141141
/vue-next/packages/runtime-dom/src/index.ts → packages/runtime-dom/dist/runtime-dom.esm-bundler.js...

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

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ node_modules/express-validator/src/matched-data.ts(29,10): error TS7006: Paramet
2020
node_modules/express-validator/src/matched-data.ts(31,14): error TS7006: Parameter 'state' implicitly has an 'any' type.
2121
node_modules/express-validator/src/matched-data.ts(31,21): error TS7006: Parameter 'instance' implicitly has an 'any' type.
2222
node_modules/express-validator/src/matched-data.ts(38,27): error TS7006: Parameter 'instance' implicitly has an 'any' type.
23+
node_modules/express-validator/src/middlewares/schema.ts(11,50): error TS2590: Expression produces a union type that is too complex to represent.
24+
node_modules/express-validator/src/middlewares/schema.ts(22,50): error TS2590: Expression produces a union type that is too complex to represent.
2325
node_modules/express-validator/src/select-fields.ts(11,3): error TS2349: This expression is not callable.
2426
Type '{ default: LoDashStatic; VERSION: string; templateSettings: TemplateSettings; chunk<T>(array: List<T>, size?: number): T[][]; compact<T>(array: List<false | "" | 0 | T>): T[]; ... 302 more ...; uniqueId(prefix?: string): string; }' has no call signatures.
2527
node_modules/express-validator/src/select-fields.ts(12,14): error TS7006: Parameter 'field' implicitly has an 'any' type.

‎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)
Please sign in to comment.