Skip to content

Commit a2036c8

Browse files
Update user baselines
1 parent fa55782 commit a2036c8

File tree

7 files changed

+174
-181
lines changed

7 files changed

+174
-181
lines changed

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

+124-131
Large diffs are not rendered by default.

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

+12-12
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,6 @@ The API report is up to date: temp/compiler-dom.api.md
1919
Writing package typings: /vue-next/packages/compiler-dom/dist/compiler-dom.d.ts
2020
Writing package typings: /vue-next/dist/compiler-dom.d.ts
2121
API Extractor completed successfully.
22-
Rolling up type definitions for compiler-sfc...
23-
Analysis will use the bundled TypeScript version 4.0.5
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.
25-
Writing: /vue-next/temp/compiler-sfc.api.json
26-
The API report is up to date: temp/compiler-sfc.api.md
27-
Writing package typings: /vue-next/packages/compiler-sfc/dist/compiler-sfc.d.ts
28-
Writing package typings: /vue-next/dist/compiler-sfc.d.ts
2922
Rolling up type definitions for compiler-ssr...
3023
Analysis will use the bundled TypeScript version 4.0.5
3124
*** 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,6 +27,13 @@ The API report is up to date: temp/compiler-ssr.api.md
3427
Writing package typings: /vue-next/packages/compiler-ssr/dist/compiler-ssr.d.ts
3528
Writing package typings: /vue-next/dist/compiler-ssr.d.ts
3629
API Extractor completed successfully.
30+
Rolling up type definitions for compiler-sfc...
31+
Analysis will use the bundled TypeScript version 4.0.5
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.
33+
Writing: /vue-next/temp/compiler-sfc.api.json
34+
The API report is up to date: temp/compiler-sfc.api.md
35+
Writing package typings: /vue-next/packages/compiler-sfc/dist/compiler-sfc.d.ts
36+
Writing package typings: /vue-next/dist/compiler-sfc.d.ts
3737
API Extractor completed successfully.
3838
Rolling up type definitions for runtime-core...
3939
Analysis will use the bundled TypeScript version 4.0.5
@@ -102,9 +102,10 @@ 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
110111
(!) Missing global variable names
@@ -113,18 +114,17 @@ path (guessing 'path')
113114
url (guessing 'url')
114115
util (guessing 'require$$0')
115116
created packages/compiler-sfc/dist/compiler-sfc.global.js in ?s
116-
created packages/compiler-ssr/dist/compiler-ssr.cjs.js in ?s
117117
Warning: dist/packages/compiler-sfc/src/compileScript.d.ts:27:36 - (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
118118
Warning: dist/packages/compiler-sfc/src/compileScript.d.ts:27:23 - (tsdoc-html-tag-missing-equals) The HTML element has an invalid attribute: Expecting "=" after HTML attribute name
119119
Warning: dist/packages/compiler-sfc/src/compileStyle.d.ts:18:8 - (tsdoc-missing-deprecation-message) The @deprecated block must include a deprecation message, e.g. describing the recommended alternative
120-
/vue-next/packages/reactivity/src/index.ts → packages/reactivity/dist/reactivity.esm-bundler.js...
121120
/vue-next/packages/runtime-core/src/index.ts → packages/runtime-core/dist/runtime-core.esm-bundler.js...
121+
/vue-next/packages/reactivity/src/index.ts → packages/reactivity/dist/reactivity.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...
130130
created packages/runtime-core/dist/runtime-core.cjs.js in ?s

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?: "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 '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?: "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 '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)