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
31
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.
@@ -34,6 +27,13 @@ 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
108
109
(!) Missing shims for Node.js built-ins
109
110
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
111
(!) Missing global variable names
@@ -113,18 +114,17 @@ path (guessing 'path')
113
114
url (guessing 'url')
114
115
util (guessing 'require$$0')
115
116
created packages/compiler-sfc/dist/compiler-sfc.global.js in ?s
116
-
created packages/compiler-ssr/dist/compiler-ssr.cjs.js in ?s
117
117
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
118
118
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
119
119
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
+18-18
Original file line number
Diff line number
Diff line change
@@ -479,15 +479,15 @@ node_modules/acorn/acorn/dist/bin.js(54,30): error TS2769: No overload matches t
479
479
Argument of type '2 | null' is not assignable to parameter of type 'string | number | undefined'.
480
480
Type 'null' is not assignable to type 'string | number | undefined'.
481
481
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'.
491
491
node_modules/acorn/bin/_acorn.js(51,30): error TS2339: Property 'getToken' does not exist on type 'Parser'.
492
492
node_modules/acorn/bin/_acorn.js(59,30): error TS2769: No overload matches this call.
493
493
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
496
496
Argument of type '2 | null' is not assignable to parameter of type 'string | number | undefined'.
497
497
Type 'null' is not assignable to 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
-
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'.
508
508
node_modules/acorn/bin/run_test262.js(3,21): error TS2307: Cannot find module 'test262-parser-runner' or its corresponding type declarations.
509
509
node_modules/acorn/dist/acorn.es.js(36,1): error TS2322: Type 'null' is not assignable to type 'string'.
510
510
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.
38
38
Overload 1 of 4, '(data: ArrayBufferView, input_encoding: undefined, output_encoding: BinaryToTextEncoding): string', gave the following error.
39
39
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'.
42
42
node_modules/adonis-framework/src/Encryption/index.js(77,27): error TS2322: Type 'string' is not assignable to type 'Buffer'.
43
43
node_modules/adonis-framework/src/Encryption/index.js(77,50): error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'string'.
44
44
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.
45
45
node_modules/adonis-framework/src/Encryption/index.js(87,15): error TS2304: Cannot find name 'Mixed'.
46
46
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.
48
48
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'.
51
51
node_modules/adonis-framework/src/Encryption/index.js(102,5): error TS2322: Type 'string' is not assignable to type 'Buffer & string'.
52
52
Type 'string' is not assignable to type 'Buffer'.
53
53
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
72
72
node_modules/adonis-framework/src/Event/index.js(256,52): error TS2345: Argument of type 'Function' is not assignable to parameter of type 'Listener'.
73
73
Type 'Function' provides no match for the signature '(...values: any[]): void'.
74
74
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]'.
77
77
node_modules/adonis-framework/src/Event/index.js(294,30): error TS2345: Argument of type 'Function' is not assignable to parameter of type 'Listener'.
78
78
node_modules/adonis-framework/src/Exceptions/index.js(13,14): error TS1056: Accessors are only available when targeting ECMAScript 5 and higher.
79
79
node_modules/adonis-framework/src/Exceptions/index.js(27,21): error TS2554: Expected 0 arguments, but got 3.
0 commit comments