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
Copy file name to clipboardExpand all lines: tests/baselines/reference/docker/vue-next.log
+15-15
Original file line number
Diff line number
Diff line change
@@ -4,31 +4,31 @@ Standard output:
4
4
> build
5
5
> node scripts/build.js "--types"
6
6
Rolling up type definitions for compiler-core...
7
-
Analysis will use the bundled TypeScript version 4.1.3
7
+
Analysis will use the bundled TypeScript version 4.1.5
8
8
*** The target project appears to use TypeScript X.X.X-insiders.xxxxxxxx which is newer than the bundled compiler engine; consider upgrading API Extractor.
9
9
Writing: /vue-next/temp/compiler-core.api.json
10
10
The API report is up to date: temp/compiler-core.api.md
Analysis will use the bundled TypeScript version 4.1.3
15
+
Analysis will use the bundled TypeScript version 4.1.5
16
16
*** The target project appears to use TypeScript X.X.X-insiders.xxxxxxxx which is newer than the bundled compiler engine; consider upgrading API Extractor.
17
17
Writing: /vue-next/temp/compiler-dom.api.json
18
18
The API report is up to date: temp/compiler-dom.api.md
Analysis will use the bundled TypeScript version 4.1.3
23
+
Analysis will use the bundled TypeScript version 4.1.5
24
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
25
Writing: /vue-next/temp/compiler-ssr.api.json
26
26
The API report is up to date: temp/compiler-ssr.api.md
Analysis will use the bundled TypeScript version 4.1.3
31
+
Analysis will use the bundled TypeScript version 4.1.5
32
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
33
Writing: /vue-next/temp/compiler-sfc.api.json
34
34
The API report is up to date: temp/compiler-sfc.api.md
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
+
created packages/compiler-ssr/dist/compiler-ssr.cjs.js in ?s
84
84
(!) Missing global variable names
85
85
Use output.globals to specify browser global variable names corresponding to external modules
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
[!] (plugin rpt2) Error: /vue-next/packages/reactivity/src/baseHandlers.ts(192,3): semantic error TS2322: Type '(target: object) => (string | number | symbol)[]' is not assignable to type '(target: object) => ArrayLike<string | symbol>'.
95
+
[!] (plugin rpt2) Error: /vue-next/packages/reactivity/src/baseHandlers.ts(195,3): semantic error TS2322: Type '(target: object) => (string | number | symbol)[]' is not assignable to type '(target: object) => ArrayLike<string | symbol>'.
96
96
Type '(string | number | symbol)[]' is not assignable to type 'ArrayLike<string | symbol>'.
97
97
Index signatures are incompatible.
98
98
Type 'string | number | symbol' is not assignable to type 'string | symbol'.
99
99
Type 'number' is not assignable to type 'string | symbol'.
100
100
packages/reactivity/src/baseHandlers.ts
101
-
Error: /vue-next/packages/reactivity/src/baseHandlers.ts(192,3): semantic error TS2322: Type '(target: object) => (string | number | symbol)[]' is not assignable to type '(target: object) => ArrayLike<string | symbol>'.
101
+
Error: /vue-next/packages/reactivity/src/baseHandlers.ts(195,3): semantic error TS2322: Type '(target: object) => (string | number | symbol)[]' is not assignable to type '(target: object) => ArrayLike<string | symbol>'.
102
102
Type '(string | number | symbol)[]' is not assignable to type 'ArrayLike<string | symbol>'.
103
103
Index signatures are incompatible.
104
104
Type 'string | number | symbol' is not assignable to type 'string | symbol'.
105
105
Type 'number' is not assignable to type 'string | symbol'.
106
-
at error (/vue-next/node_modules/rollup/dist/shared/rollup.js:5240:30)
107
-
at throwPluginError (/vue-next/node_modules/rollup/dist/shared/rollup.js:18161:12)
108
-
at Object.error (/vue-next/node_modules/rollup/dist/shared/rollup.js:18768:24)
109
-
at Object.error (/vue-next/node_modules/rollup/dist/shared/rollup.js:18330:38)
106
+
at error (/vue-next/node_modules/rollup/dist/shared/rollup.js:5275:30)
107
+
at throwPluginError (/vue-next/node_modules/rollup/dist/shared/rollup.js:18232:12)
108
+
at Object.error (/vue-next/node_modules/rollup/dist/shared/rollup.js:18839:24)
109
+
at Object.error (/vue-next/node_modules/rollup/dist/shared/rollup.js:18401:38)
110
110
at RollupContext.error (/vue-next/node_modules/rollup-plugin-typescript2/src/rollupcontext.ts:37:18)
111
111
at /vue-next/node_modules/rollup-plugin-typescript2/src/print-diagnostics.ts:41:11
112
112
at arrayEach (/vue-next/node_modules/rollup-plugin-typescript2/node_modules/lodash/lodash.js:516:11)
Copy file name to clipboardExpand all lines: tests/baselines/reference/user/graceful-fs.log
+10-10
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
Exit Code: 2
2
2
Standard output:
3
-
node_modules/graceful-fs/clone.js(12,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'copy' must be of type '{ __proto__: any; }', but here has type 'any'.
4
-
node_modules/graceful-fs/clone.js(15,38): error TS2345: Argument of type 'PropertyDescriptor | undefined' is not assignable to parameter of type 'PropertyDescriptor & ThisType<any>'.
3
+
node_modules/graceful-fs/clone.js(16,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'copy' must be of type '{ __proto__: any; }', but here has type 'any'.
4
+
node_modules/graceful-fs/clone.js(19,38): error TS2345: Argument of type 'PropertyDescriptor | undefined' is not assignable to parameter of type 'PropertyDescriptor & ThisType<any>'.
5
5
Type 'undefined' is not assignable to type 'PropertyDescriptor & ThisType<any>'.
6
6
Type 'undefined' is not assignable to type 'PropertyDescriptor'.
7
7
node_modules/graceful-fs/graceful-fs.js(34,3): error TS2322: Type '(msg: string, ...param: any[]) => void' is not assignable to type '() => void'.
@@ -11,14 +11,14 @@ node_modules/graceful-fs/graceful-fs.js(74,30): error TS2345: Argument of type '
11
11
node_modules/graceful-fs/graceful-fs.js(86,13): error TS2554: Expected 0 arguments, but got 1.
12
12
node_modules/graceful-fs/graceful-fs.js(97,54): error TS2339: Property '__patched' does not exist on type 'typeof import("fs")'.
13
13
node_modules/graceful-fs/graceful-fs.js(99,8): error TS2339: Property '__patched' does not exist on type 'typeof import("fs")'.
14
-
node_modules/graceful-fs/graceful-fs.js(207,5): error TS2539: Cannot assign to 'ReadStream' because it is not a variable.
15
-
node_modules/graceful-fs/graceful-fs.js(208,5): error TS2539: Cannot assign to 'WriteStream' because it is not a variable.
16
-
node_modules/graceful-fs/graceful-fs.js(228,7): error TS2539: Cannot assign to 'ReadStream' because it is not a variable.
17
-
node_modules/graceful-fs/graceful-fs.js(238,7): error TS2539: Cannot assign to 'WriteStream' because it is not a variable.
18
-
node_modules/graceful-fs/graceful-fs.js(272,68): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type '[any?, any?, ...any[]]'.
19
-
node_modules/graceful-fs/graceful-fs.js(295,70): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type '[any?, any?, ...any[]]'.
20
-
node_modules/graceful-fs/graceful-fs.js(344,9): error TS2554: Expected 0 arguments, but got 3.
21
-
node_modules/graceful-fs/graceful-fs.js(351,11): error TS2554: Expected 0 arguments, but got 3.
14
+
node_modules/graceful-fs/graceful-fs.js(226,5): error TS2539: Cannot assign to 'ReadStream' because it is not a variable.
15
+
node_modules/graceful-fs/graceful-fs.js(227,5): error TS2539: Cannot assign to 'WriteStream' because it is not a variable.
16
+
node_modules/graceful-fs/graceful-fs.js(247,7): error TS2539: Cannot assign to 'ReadStream' because it is not a variable.
17
+
node_modules/graceful-fs/graceful-fs.js(257,7): error TS2539: Cannot assign to 'WriteStream' because it is not a variable.
18
+
node_modules/graceful-fs/graceful-fs.js(291,68): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type '[any?, any?, ...any[]]'.
19
+
node_modules/graceful-fs/graceful-fs.js(314,70): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type '[any?, any?, ...any[]]'.
20
+
node_modules/graceful-fs/graceful-fs.js(363,9): error TS2554: Expected 0 arguments, but got 3.
21
+
node_modules/graceful-fs/graceful-fs.js(370,11): error TS2554: Expected 0 arguments, but got 3.
22
22
node_modules/graceful-fs/legacy-streams.js(14,17): error TS2345: Argument of type 'this' is not assignable to parameter of type 'Stream'.
23
23
Type 'ReadStream' is missing the following properties from type 'Stream': pipe, addListener, on, once, and 12 more.
24
24
node_modules/graceful-fs/legacy-streams.js(36,14): error TS2339: Property 'encoding' does not exist on type 'ReadStream'.
0 commit comments