You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Analysis will use the bundled TypeScript version 4.0.5
32
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.
@@ -35,6 +27,14 @@ The API report is up to date: temp/compiler-ssr.api.md
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
created packages/compiler-ssr/dist/compiler-ssr.cjs.js in ?s
81
82
(!) Missing shims for Node.js built-ins
82
83
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
83
84
(!) Missing global variable names
@@ -86,7 +87,6 @@ path (guessing 'path')
86
87
url (guessing 'url')
87
88
util (guessing 'require$$0')
88
89
created packages/compiler-sfc/dist/compiler-sfc.global.js in ?s
89
-
created packages/compiler-ssr/dist/compiler-ssr.cjs.js in ?s
90
90
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
91
91
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
92
92
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
Copy file name to clipboardExpand all lines: tests/baselines/reference/user/acorn.log
+13-13
Original file line number
Diff line number
Diff line change
@@ -482,26 +482,26 @@ node_modules/acorn/acorn/dist/bin.js(54,30): error TS2769: No overload matches t
482
482
Argument of type '2 | null' is not assignable to parameter of type 'string | number | undefined'.
483
483
Type 'null' is not assignable to type 'string | number | undefined'.
484
484
node_modules/acorn/acorn/dist/bin.js(58,23): error TS2769: No overload matches this call.
485
-
Overload 1 of 3, '(path: string | number | Buffer | URL, options?: { encoding?: null | undefined; flag?: string | undefined; } | null | undefined): Buffer', 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 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.
489
-
Argument of type 'string | undefined' is not assignable to parameter of type 'string | number | Buffer | URL'.
490
-
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.
491
-
Argument of type 'string | undefined' is not assignable to parameter of type 'string | number | Buffer | URL'.
485
+
Overload 1 of 3, '(path: number | PathLike, options?: { encoding?: null | undefined; flag?: string | undefined; } | null | undefined): Buffer', 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 2 of 3, '(path: number | PathLike, options: { encoding: BufferEncoding; flag?: string | undefined; } | BufferEncoding): string', gave the following error.
489
+
Argument of type 'string | undefined' is not assignable to parameter of type 'number | PathLike'.
490
+
Overload 3 of 3, '(path: number | PathLike, options?: BufferEncoding | (BaseEncodingOptions & { flag?: string | undefined; }) | null | undefined): string | Buffer', gave the following error.
491
+
Argument of type 'string | undefined' is not assignable to parameter of type 'number | PathLike'.
492
492
node_modules/acorn/bin/_acorn.js(51,30): error TS2339: Property 'getToken' does not exist on type 'Parser'.
493
493
node_modules/acorn/bin/_acorn.js(59,30): error TS2769: No overload matches this call.
494
494
Overload 1 of 2, '(value: any, replacer?: ((this: any, key: string, value: any) => any) | undefined, space?: string | number | undefined): string', gave the following error.
495
495
Argument of type 'null' is not assignable to parameter of type '((this: any, key: string, value: any) => any) | undefined'.
496
496
Overload 2 of 2, '(value: any, replacer?: (string | number)[] | null | undefined, space?: string | number | undefined): string', gave the following error.
497
497
Argument of type '2 | null' is not assignable to parameter of type 'string | number | undefined'.
498
498
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
-
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.
502
-
Argument of type 'string | undefined' is not assignable to parameter of type 'string | number | Buffer | URL'.
503
-
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.
504
-
Argument of type 'string | undefined' is not assignable to parameter of 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
+
Overload 2 of 3, '(path: number | PathLike, options: { encoding: BufferEncoding; flag?: string | undefined; } | BufferEncoding): string', gave the following error.
502
+
Argument of type 'string | undefined' is not assignable to parameter of type 'number | PathLike'.
503
+
Overload 3 of 3, '(path: number | PathLike, options?: BufferEncoding | (BaseEncodingOptions & { flag?: string | undefined; }) | null | undefined): string | Buffer', gave the following error.
504
+
Argument of type 'string | undefined' is not assignable to parameter of type 'number | PathLike'.
505
505
node_modules/acorn/bin/run_test262.js(3,21): error TS2307: Cannot find module 'test262-parser-runner' or its corresponding type declarations.
506
506
node_modules/acorn/dist/acorn.es.js(36,1): error TS2322: Type 'null' is not assignable to type 'string'.
507
507
node_modules/acorn/dist/acorn.es.js(36,32): error TS2322: Type 'null' is not assignable to type 'string'.
node_modules/adonis-framework/src/Encryption/index.js(71,34): error TS2769: No overload matches this call.
41
41
Overload 1 of 4, '(data: ArrayBufferView, input_encoding: undefined, output_encoding: BinaryToTextEncoding): string', gave the following error.
42
42
Argument of type 'string' is not assignable to parameter of type 'undefined'.
43
-
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.
44
-
Argument of type 'string' is not assignable to parameter of type '"utf8" | "ascii" | "utf-8" | "utf16le" | "ucs2" | "ucs-2" | "base64" | "latin1" | "binary" | "hex" | undefined'.
43
+
Overload 2 of 4, '(data: string, input_encoding: Encoding | undefined, output_encoding: BinaryToTextEncoding): string', gave the following error.
44
+
Argument of type 'string' is not assignable to parameter of type 'Encoding | undefined'.
45
45
node_modules/adonis-framework/src/Encryption/index.js(77,27): error TS2322: Type 'string' is not assignable to type 'Buffer'.
46
46
node_modules/adonis-framework/src/Encryption/index.js(77,50): error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'string'.
47
47
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.
48
48
node_modules/adonis-framework/src/Encryption/index.js(87,15): error TS2304: Cannot find name 'Mixed'.
49
49
node_modules/adonis-framework/src/Encryption/index.js(101,21): error TS2769: No overload matches this call.
50
-
Overload 1 of 4, '(data: ArrayBufferView, input_encoding: undefined, output_encoding: BufferEncoding): string', gave the following error.
50
+
Overload 1 of 4, '(data: ArrayBufferView, input_encoding: undefined, output_encoding: Encoding): string', gave the following error.
51
51
Argument of type '"base64"' is not assignable to parameter of type 'undefined'.
52
-
Overload 2 of 4, '(data: string, input_encoding: "base64" | "hex" | undefined, output_encoding: BufferEncoding): string', gave the following error.
53
-
Argument of type 'string' is not assignable to parameter of type 'BufferEncoding'.
52
+
Overload 2 of 4, '(data: string, input_encoding: BinaryToTextEncoding | undefined, output_encoding: Encoding): string', gave the following error.
53
+
Argument of type 'string' is not assignable to parameter of type 'Encoding'.
54
54
node_modules/adonis-framework/src/Encryption/index.js(102,5): error TS2322: Type 'string' is not assignable to type 'Buffer & string'.
55
55
Type 'string' is not assignable to type 'Buffer'.
56
56
node_modules/adonis-framework/src/Encryption/index.js(102,33): error TS2345: Argument of type 'string' is not assignable to parameter of type 'BufferEncoding'.
@@ -75,8 +75,8 @@ node_modules/adonis-framework/src/Event/index.js(207,24): error TS2304: Cannot f
75
75
node_modules/adonis-framework/src/Event/index.js(256,52): error TS2345: Argument of type 'Function' is not assignable to parameter of type 'Listener'.
76
76
Type 'Function' provides no match for the signature '(...values: any[]): void'.
77
77
node_modules/adonis-framework/src/Event/index.js(264,28): error TS2345: Argument of type 'Function' is not assignable to parameter of type 'Listener'.
78
-
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]'.
79
-
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]'.
78
+
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]'.
79
+
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]'.
80
80
node_modules/adonis-framework/src/Event/index.js(294,30): error TS2345: Argument of type 'Function' is not assignable to parameter of type 'Listener'.
81
81
node_modules/adonis-framework/src/Exceptions/index.js(13,14): error TS1056: Accessors are only available when targeting ECMAScript 5 and higher.
82
82
node_modules/adonis-framework/src/Exceptions/index.js(27,21): error TS2554: Expected 0 arguments, but got 3.
0 commit comments