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
Warning: dist/packages/compiler-core/src/options.d.ts:36:26 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
59
59
Warning: dist/packages/compiler-core/src/options.d.ts:36:19 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
60
60
Warning: dist/packages/compiler-core/src/options.d.ts:36:20 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
61
-
Warning: dist/packages/compiler-core/src/options.d.ts:52:39 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
62
-
Warning: dist/packages/compiler-core/src/options.d.ts:52:21 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
63
-
Warning: dist/packages/compiler-core/src/options.d.ts:69:42 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
64
-
Warning: dist/packages/compiler-core/src/options.d.ts:69:43 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
65
-
Warning: dist/packages/compiler-core/src/options.d.ts:69:35 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
66
-
Warning: dist/packages/compiler-core/src/options.d.ts:69:36 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
61
+
Warning: dist/packages/compiler-core/src/options.d.ts:55:39 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
62
+
Warning: dist/packages/compiler-core/src/options.d.ts:55:21 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
63
+
Warning: dist/packages/compiler-core/src/options.d.ts:72:42 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
64
+
Warning: dist/packages/compiler-core/src/options.d.ts:72:43 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
65
+
Warning: dist/packages/compiler-core/src/options.d.ts:72:35 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
66
+
Warning: dist/packages/compiler-core/src/options.d.ts:72:36 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
67
+
Warning: dist/packages/compiler-core/src/options.d.ts:115:23 - (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
68
+
Warning: dist/packages/compiler-core/src/options.d.ts:115:12 - (tsdoc-html-tag-missing-equals) The HTML element has an invalid attribute: Expecting "=" after HTML attribute name
@@ -105,22 +107,22 @@ created packages/reactivity/dist/reactivity.global.prod.js in ?s
105
107
packages/runtime-core/src/apiInject.ts
106
108
Error: /vue-next/packages/runtime-core/src/apiInject.ts(40,9): semantic error TS2360: The left-hand side of an 'in' expression must be of type 'any', 'string', 'number', or 'symbol'.
107
109
at error (/vue-next/node_modules/rollup/dist/shared/rollup.js:5171:30)
108
-
at throwPluginError (/vue-next/node_modules/rollup/dist/shared/rollup.js:17415:12)
109
-
at Object.error (/vue-next/node_modules/rollup/dist/shared/rollup.js:18036:24)
110
-
at Object.error (/vue-next/node_modules/rollup/dist/shared/rollup.js:17588:38)
110
+
at throwPluginError (/vue-next/node_modules/rollup/dist/shared/rollup.js:17416:12)
111
+
at Object.error (/vue-next/node_modules/rollup/dist/shared/rollup.js:18035:24)
112
+
at Object.error (/vue-next/node_modules/rollup/dist/shared/rollup.js:17589:38)
111
113
at RollupContext.error (/vue-next/node_modules/rollup-plugin-typescript2/src/rollupcontext.ts:37:18)
112
114
at /vue-next/node_modules/rollup-plugin-typescript2/src/print-diagnostics.ts:41:11
113
115
at arrayEach (/vue-next/node_modules/rollup-plugin-typescript2/node_modules/lodash/lodash.js:516:11)
114
116
at forEach (/vue-next/node_modules/rollup-plugin-typescript2/node_modules/lodash/lodash.js:9342:14)
115
117
at _.each (/vue-next/node_modules/rollup-plugin-typescript2/src/print-diagnostics.ts:9:2)
116
118
at Object.transform (/vue-next/node_modules/rollup-plugin-typescript2/src/index.ts:242:5)
at makeError (/vue-next/node_modules/execa/lib/error.js:59:11)
119
121
at handlePromise (/vue-next/node_modules/execa/index.js:114:26)
120
122
at processTicksAndRejections (internal/process/task_queues.js:93:5)
121
123
at async build (/vue-next/scripts/build.js:71:3)
122
124
at async buildAll (/vue-next/scripts/build.js:50:5)
123
125
at async run (/vue-next/scripts/build.js:40:5)
124
126
(Use `node --trace-warnings ...` to show where the warning was created)
125
-
(node:17) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
126
-
(node:17) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
127
+
(node:18) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
128
+
(node:18) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
Copy file name to clipboardExpand all lines: tests/baselines/reference/user/bluebird.log
+24-3Lines changed: 24 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ node_modules/bluebird/js/release/debuggability.js(301,9): error TS2322: Type 'Pr
10
10
node_modules/bluebird/js/release/debuggability.js(301,28): error TS2684: The 'this' context of type '((...args: any[]) => Process) | ((name: any, ...args: any[]) => boolean)' is not assignable to method's 'this' of type '(this: null, args_0?: any, ...args_1: any[]) => Process'.
11
11
Type '(name: any, ...args: any[]) => boolean' is not assignable to type '(this: null, args_0?: any, ...args_1: any[]) => Process'.
12
12
Type 'boolean' is not assignable to type 'Process'.
13
+
node_modules/bluebird/js/release/debuggability.js(456,14): error TS2339: Property '_setBoundTo' does not exist on type 'cancellationPropagateFrom'.
14
+
node_modules/bluebird/js/release/debuggability.js(482,42): error TS2339: Property '_peekContext' does not exist on type 'longStackTracesCaptureStackTrace'.
13
15
node_modules/bluebird/js/release/debuggability.js(562,19): error TS2350: Only a void function can be called with the 'new' keyword.
14
16
node_modules/bluebird/js/release/debuggability.js(633,59): error TS2554: Expected 0 arguments, but got 1.
15
17
node_modules/bluebird/js/release/debuggability.js(807,5): error TS2721: Cannot invoke an object which is possibly 'null'.
node_modules/bluebird/js/release/debuggability.js(870,38): error TS2339: Property 'stack' does not exist on type 'CapturedTrace'.
19
21
node_modules/bluebird/js/release/debuggability.js(950,4): error TS2554: Expected 0 arguments, but got 1.
20
22
node_modules/bluebird/js/release/errors.js(10,49): error TS2350: Only a void function can be called with the 'new' keyword.
23
+
node_modules/bluebird/js/release/finally.js(50,24): error TS2339: Property 'promise' does not exist on type 'finallyHandler'.
24
+
node_modules/bluebird/js/release/finally.js(51,24): error TS2339: Property 'handler' does not exist on type 'finallyHandler'.
25
+
node_modules/bluebird/js/release/finally.js(55,24): error TS2339: Property 'isFinallyHandler' does not exist on type 'finallyHandler'.
26
+
node_modules/bluebird/js/release/finally.js(64,26): error TS2339: Property 'cancelPromise' does not exist on type 'finallyHandler'.
21
27
node_modules/bluebird/js/release/generators.js(159,21): error TS2350: Only a void function can be called with the 'new' keyword.
22
28
node_modules/bluebird/js/release/generators.js(190,15): error TS2350: Only a void function can be called with the 'new' keyword.
23
29
node_modules/bluebird/js/release/generators.js(208,15): error TS2350: Only a void function can be called with the 'new' keyword.
24
-
node_modules/bluebird/js/release/generators.js(218,17): error TS2554: Expected 4 arguments, but got 2.
25
30
node_modules/bluebird/js/release/generators.js(220,16): error TS2554: Expected 0 arguments, but got 1.
31
+
node_modules/bluebird/js/release/map.js(14,10): error TS2339: Property 'constructor$' does not exist on type 'MappingPromiseArray'.
32
+
node_modules/bluebird/js/release/map.js(15,10): error TS2339: Property '_promise' does not exist on type 'MappingPromiseArray'.
33
+
node_modules/bluebird/js/release/map.js(19,26): error TS2339: Property 'length' does not exist on type 'MappingPromiseArray'.
26
34
node_modules/bluebird/js/release/map.js(37,10): error TS2551: Property '_init$' does not exist on type 'MappingPromiseArray'. Did you mean '_init'?
27
35
node_modules/bluebird/js/release/map.js(43,23): error TS2339: Property '_values' does not exist on type 'MappingPromiseArray'.
28
36
node_modules/bluebird/js/release/map.js(44,23): error TS2339: Property 'length' does not exist on type 'MappingPromiseArray'.
@@ -48,6 +56,8 @@ node_modules/bluebird/js/release/promise.js(44,5): error TS2322: Type '() => { d
48
56
Type '{ domain: NodeJS.Domain | null; async: AsyncResource; }' is not assignable to type 'null'.
49
57
node_modules/bluebird/js/release/promise.js(86,15): error TS2350: Only a void function can be called with the 'new' keyword.
50
58
node_modules/bluebird/js/release/promise.js(89,15): error TS2350: Only a void function can be called with the 'new' keyword.
59
+
node_modules/bluebird/js/release/promise.js(104,10): error TS2339: Property '_promiseCreated' does not exist on type 'Promise'.
60
+
node_modules/bluebird/js/release/promise.js(105,10): error TS2339: Property '_fireEvent' does not exist on type 'Promise'.
51
61
node_modules/bluebird/js/release/promise.js(130,19): error TS2350: Only a void function can be called with the 'new' keyword.
52
62
node_modules/bluebird/js/release/promise.js(152,14): error TS2339: Property '_warn' does not exist on type 'Promise'.
53
63
node_modules/bluebird/js/release/promise.js(177,14): error TS2551: Property 'isFulfilled' does not exist on type 'Promise'. Did you mean '_setFulfilled'?
node_modules/bluebird/js/release/promisify.js(264,12): error TS2722: Cannot invoke an object which is possibly 'undefined'.
100
108
node_modules/bluebird/js/release/promisify.js(270,15): error TS2350: Only a void function can be called with the 'new' keyword.
101
109
node_modules/bluebird/js/release/promisify.js(285,15): error TS2350: Only a void function can be called with the 'new' keyword.
110
+
node_modules/bluebird/js/release/props.js(56,10): error TS2339: Property 'constructor$' does not exist on type 'PropertiesPromiseArray'.
111
+
node_modules/bluebird/js/release/props.js(58,10): error TS2551: Property '_init$' does not exist on type 'PropertiesPromiseArray'. Did you mean '_init'?
102
112
node_modules/bluebird/js/release/props.js(65,10): error TS2339: Property '_values' does not exist on type 'PropertiesPromiseArray'.
103
113
node_modules/bluebird/js/release/props.js(66,32): error TS2339: Property '_totalResolved' does not exist on type 'PropertiesPromiseArray'.
104
114
node_modules/bluebird/js/release/props.js(67,31): error TS2339: Property '_length' does not exist on type 'PropertiesPromiseArray'.
node_modules/bluebird/js/release/props.js(75,57): error TS2339: Property '_values' does not exist on type 'PropertiesPromiseArray'.
110
120
node_modules/bluebird/js/release/props.js(78,14): error TS2339: Property '_resolve' does not exist on type 'PropertiesPromiseArray'.
111
121
node_modules/bluebird/js/release/props.js(102,53): error TS2339: Property 'promise' does not exist on type 'PropertiesPromiseArray'.
122
+
node_modules/bluebird/js/release/reduce.js(12,10): error TS2339: Property 'constructor$' does not exist on type 'ReductionPromiseArray'.
123
+
node_modules/bluebird/js/release/reduce.js(22,39): error TS2339: Property '_length' does not exist on type 'ReductionPromiseArray'.
124
+
node_modules/bluebird/js/release/reduce.js(28,10): error TS2339: Property '_promise' does not exist on type 'ReductionPromiseArray'.
125
+
node_modules/bluebird/js/release/reduce.js(29,10): error TS2551: Property '_init$' does not exist on type 'ReductionPromiseArray'. Did you mean '_init'?
112
126
node_modules/bluebird/js/release/reduce.js(43,9): error TS2532: Object is possibly 'undefined'.
113
127
node_modules/bluebird/js/release/reduce.js(60,10): error TS2339: Property '_promise' does not exist on type 'ReductionPromiseArray'.
114
128
node_modules/bluebird/js/release/reduce.js(65,52): error TS2339: Property '_cancel' does not exist on type 'ReductionPromiseArray'.
115
129
node_modules/bluebird/js/release/reduce.js(66,14): error TS2339: Property '_isResolved' does not exist on type 'ReductionPromiseArray'.
116
130
node_modules/bluebird/js/release/reduce.js(67,10): error TS2551: Property '_resultCancelled$' does not exist on type 'ReductionPromiseArray'. Did you mean '_resultCancelled'?
117
131
node_modules/bluebird/js/release/reduce.js(144,18): error TS2339: Property 'promise' does not exist on type 'ReductionPromiseArray'.
132
+
node_modules/bluebird/js/release/reduce.js(149,10): error TS2339: Property 'array' does not exist on type 'gotAccum'.
133
+
node_modules/bluebird/js/release/reduce.js(150,42): error TS2339: Property 'value' does not exist on type 'gotAccum'.
134
+
node_modules/bluebird/js/release/reduce.js(150,54): error TS2339: Property 'array' does not exist on type 'gotAccum'.
135
+
node_modules/bluebird/js/release/reduce.js(152,14): error TS2339: Property 'array' does not exist on type 'gotAccum'.
118
136
node_modules/bluebird/js/release/schedule.js(23,31): error TS2339: Property 'standalone' does not exist on type 'Navigator'.
119
137
node_modules/bluebird/js/release/schedule.js(23,52): error TS2339: Property 'cordova' does not exist on type 'Window & typeof globalThis'.
138
+
node_modules/bluebird/js/release/settle.js(8,10): error TS2339: Property 'constructor$' does not exist on type 'SettledPromiseArray'.
120
139
node_modules/bluebird/js/release/settle.js(13,10): error TS2339: Property '_values' does not exist on type 'SettledPromiseArray'.
121
140
node_modules/bluebird/js/release/settle.js(14,32): error TS2339: Property '_totalResolved' does not exist on type 'SettledPromiseArray'.
122
141
node_modules/bluebird/js/release/settle.js(15,31): error TS2339: Property '_length' does not exist on type 'SettledPromiseArray'.
123
142
node_modules/bluebird/js/release/settle.js(16,14): error TS2339: Property '_resolve' does not exist on type 'SettledPromiseArray'.
124
143
node_modules/bluebird/js/release/settle.js(16,28): error TS2339: Property '_values' does not exist on type 'SettledPromiseArray'.
125
144
node_modules/bluebird/js/release/settle.js(37,46): error TS2339: Property 'promise' does not exist on type 'SettledPromiseArray'.
126
145
node_modules/bluebird/js/release/settle.js(41,46): error TS2339: Property 'promise' does not exist on type 'SettledPromiseArray'.
146
+
node_modules/bluebird/js/release/some.js(12,10): error TS2339: Property 'constructor$' does not exist on type 'SomePromiseArray'.
127
147
node_modules/bluebird/js/release/some.js(24,14): error TS2339: Property '_resolve' does not exist on type 'SomePromiseArray'.
128
148
node_modules/bluebird/js/release/some.js(27,10): error TS2551: Property '_init$' does not exist on type 'SomePromiseArray'. Did you mean '_init'?
129
149
node_modules/bluebird/js/release/some.js(28,40): error TS2339: Property '_values' does not exist on type 'SomePromiseArray'.
@@ -155,6 +175,7 @@ node_modules/bluebird/js/release/some.js(121,12): error TS2350: Only a void func
155
175
node_modules/bluebird/js/release/some.js(125,10): error TS2551: Property '_reject' does not exist on type 'SomePromiseArray'. Did you mean '_rejected'?
156
176
node_modules/bluebird/js/release/some.js(133,23): error TS2339: Property 'promise' does not exist on type 'SomePromiseArray'.
157
177
node_modules/bluebird/js/release/using.js(78,20): error TS2339: Property 'doDispose' does not exist on type 'Disposer'.
178
+
node_modules/bluebird/js/release/using.js(92,14): error TS2339: Property 'constructor$' does not exist on type 'FunctionDisposer'.
158
179
node_modules/bluebird/js/release/using.js(97,23): error TS2339: Property 'data' does not exist on type 'FunctionDisposer'.
159
180
node_modules/bluebird/js/release/using.js(223,15): error TS2350: Only a void function can be called with the 'new' keyword.
160
181
node_modules/bluebird/js/release/util.js(279,45): error TS2345: Argument of type 'PropertyDescriptor | { value: any; } | undefined' is not assignable to parameter of type 'PropertyDescriptor & ThisType<any>'.
Copy file name to clipboardExpand all lines: tests/baselines/reference/user/debug.log
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,6 @@ node_modules/debug/src/node.js(55,48): error TS2345: Argument of type 'string |
78
78
node_modules/debug/src/node.js(56,5): error TS2322: Type 'false' is not assignable to type 'string | undefined'.
79
79
node_modules/debug/src/node.js(58,5): error TS2322: Type 'null' is not assignable to type 'string | undefined'.
80
80
node_modules/debug/src/node.js(60,5): error TS2322: Type 'number' is not assignable to type 'string | undefined'.
81
-
node_modules/debug/src/node.js(71,108): error TS2339: Property 'fd' does not exist on type 'WriteStream'.
82
81
node_modules/debug/src/node.js(108,55): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type '[format: any, ...param: any[]]'.
83
82
node_modules/debug/src/node.js(136,3): error TS2322: Type 'string | undefined' is not assignable to type 'string'.
84
83
Type 'undefined' is not assignable to type 'string'.
Copy file name to clipboardExpand all lines: tests/baselines/reference/user/follow-redirects.log
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,9 @@
1
1
Exit Code: 2
2
2
Standard output:
3
-
node_modules/follow-redirects/index.js(68,11): error TS2554: Expected 1 arguments, but got 0.
3
+
node_modules/follow-redirects/index.js(38,17): error TS2345: Argument of type 'this' is not assignable to parameter of type 'Writable'.
4
+
Type 'RedirectableRequest' is missing the following properties from type 'Writable': writable, writableEnded, writableFinished, writableHighWaterMark, and 27 more.
5
+
node_modules/follow-redirects/index.js(50,10): error TS2339: Property 'on' does not exist on type 'RedirectableRequest'.
4
6
node_modules/follow-redirects/index.js(96,10): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
5
-
node_modules/follow-redirects/index.js(96,24): error TS2554: Expected 1 arguments, but got 0.
6
7
node_modules/follow-redirects/index.js(97,10): error TS2339: Property 'abort' does not exist on type 'RedirectableRequest'.
7
8
node_modules/follow-redirects/index.js(144,10): error TS2339: Property 'once' does not exist on type 'RedirectableRequest'.
8
9
node_modules/follow-redirects/index.js(147,12): error TS2339: Property 'socket' does not exist on type 'RedirectableRequest'.
@@ -11,7 +12,6 @@ node_modules/follow-redirects/index.js(158,8): error TS2339: Property 'once' doe
11
12
node_modules/follow-redirects/index.js(228,10): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
12
13
node_modules/follow-redirects/index.js(267,16): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
13
14
node_modules/follow-redirects/index.js(317,12): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
14
-
node_modules/follow-redirects/index.js(317,26): error TS2554: Expected 1 arguments, but got 0.
15
15
node_modules/follow-redirects/index.js(339,17): error TS2345: Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
16
16
Type 'undefined' is not assignable to type 'string'.
17
17
node_modules/follow-redirects/index.js(342,35): error TS2345: Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
Copy file name to clipboardExpand all lines: tests/baselines/reference/user/graceful-fs.log
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,26 @@ node_modules/graceful-fs/graceful-fs.js(272,68): error TS2345: Argument of type
19
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
20
node_modules/graceful-fs/graceful-fs.js(344,9): error TS2554: Expected 0 arguments, but got 3.
21
21
node_modules/graceful-fs/graceful-fs.js(351,11): error TS2554: Expected 0 arguments, but got 3.
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
+
Type 'ReadStream' is missing the following properties from type 'Stream': pipe, addListener, on, once, and 12 more.
24
+
node_modules/graceful-fs/legacy-streams.js(36,14): error TS2339: Property 'encoding' does not exist on type 'ReadStream'.
25
+
node_modules/graceful-fs/legacy-streams.js(36,29): error TS2339: Property 'setEncoding' does not exist on type 'ReadStream'.
26
+
node_modules/graceful-fs/legacy-streams.js(36,46): error TS2339: Property 'encoding' does not exist on type 'ReadStream'.
27
+
node_modules/graceful-fs/legacy-streams.js(38,14): error TS2339: Property 'start' does not exist on type 'ReadStream'.
28
+
node_modules/graceful-fs/legacy-streams.js(39,36): error TS2339: Property 'start' does not exist on type 'ReadStream'.
29
+
node_modules/graceful-fs/legacy-streams.js(48,16): error TS2339: Property 'start' does not exist on type 'ReadStream'.
30
+
node_modules/graceful-fs/legacy-streams.js(52,23): error TS2339: Property 'start' does not exist on type 'ReadStream'.
31
+
node_modules/graceful-fs/legacy-streams.js(57,14): error TS2339: Property '_read' does not exist on type 'ReadStream'.
32
+
node_modules/graceful-fs/legacy-streams.js(64,14): error TS2339: Property 'emit' does not exist on type 'ReadStream'.
33
+
node_modules/graceful-fs/legacy-streams.js(70,12): error TS2339: Property 'emit' does not exist on type 'ReadStream'.
34
+
node_modules/graceful-fs/legacy-streams.js(71,12): error TS2339: Property '_read' does not exist on type 'ReadStream'.
35
+
node_modules/graceful-fs/legacy-streams.js(78,17): error TS2345: Argument of type 'this' is not assignable to parameter of type 'Stream'.
36
+
Type 'WriteStream' is missing the following properties from type 'Stream': pipe, addListener, on, once, and 12 more.
37
+
node_modules/graceful-fs/legacy-streams.js(98,14): error TS2339: Property 'start' does not exist on type 'WriteStream'.
38
+
node_modules/graceful-fs/legacy-streams.js(99,36): error TS2339: Property 'start' does not exist on type 'WriteStream'.
39
+
node_modules/graceful-fs/legacy-streams.js(102,16): error TS2339: Property 'start' does not exist on type 'WriteStream'.
40
+
node_modules/graceful-fs/legacy-streams.js(106,23): error TS2339: Property 'start' does not exist on type 'WriteStream'.
41
+
node_modules/graceful-fs/legacy-streams.js(115,12): error TS2339: Property 'flush' does not exist on type 'WriteStream'.
node_modules/lodash/findLastIndex.js(56,55): error TS2554: Expected 0-1 arguments, but got 2.
307
304
node_modules/lodash/findLastKey.js(41,54): error TS2554: Expected 0-1 arguments, but got 2.
308
305
node_modules/lodash/fp.js(2,18): error TS2554: Expected 3-4 arguments, but got 2.
309
-
node_modules/lodash/fp/_baseConvert.js(143,5): error TS2559: Type 'Function' has no properties in common with type '{ cap?: boolean; curry?: boolean; fixed?: boolean; immutable?: boolean; rearg?: boolean; }'.
306
+
node_modules/lodash/fp/_baseConvert.js(143,5): error TS2559: Type 'Function' has no properties in common with type '{ cap?: boolean | undefined; curry?: boolean | undefined; fixed?: boolean | undefined; immutable?: boolean | undefined; rearg?: boolean | undefined; }'.
310
307
node_modules/lodash/fp/_baseConvert.js(144,5): error TS2322: Type 'string' is not assignable to type 'Function'.
311
308
node_modules/lodash/fp/_baseConvert.js(145,5): error TS2322: Type 'undefined' is not assignable to type 'string'.
312
309
node_modules/lodash/fp/_baseConvert.js(164,31): error TS2339: Property 'runInContext' does not exist on type 'Function'.
Property 'toPath' does not exist on type 'Function'.
339
-
node_modules/lodash/fp/_baseConvert.js(262,57): error TS2345: Argument of type '{ cap?: boolean; curry?: boolean; fixed?: boolean; immutable?: boolean; rearg?: boolean; } | undefined' is not assignable to parameter of type 'Function'.
336
+
node_modules/lodash/fp/_baseConvert.js(262,57): error TS2345: Argument of type '{ cap?: boolean | undefined; curry?: boolean | undefined; fixed?: boolean | undefined; immutable?: boolean | undefined; rearg?: boolean | undefined; } | undefined' is not assignable to parameter of type 'Function'.
340
337
Type 'undefined' is not assignable to type 'Function'.
341
338
node_modules/lodash/fp/_baseConvert.js(378,14): error TS2339: Property 'runInContext' does not exist on type 'Function'.
342
339
node_modules/lodash/fp/_baseConvert.js(513,31): error TS2339: Property 'placeholder' does not exist on type 'Function'.
@@ -383,6 +380,9 @@ node_modules/lodash/minBy.js(30,50): error TS2554: Expected 0-1 arguments, but g
383
380
node_modules/lodash/mixin.js(45,24): error TS1016: A required parameter cannot follow an optional parameter.
384
381
node_modules/lodash/mixin.js(49,49): error TS2532: Object is possibly 'undefined'.
385
382
node_modules/lodash/mixin.js(66,61): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'any[]'.
383
+
node_modules/lodash/next.js(27,36): error TS2339: Property 'value' does not exist on type 'wrapperNext'.
384
+
node_modules/lodash/next.js(29,19): error TS2339: Property '__index__' does not exist on type 'wrapperNext'.
385
+
node_modules/lodash/next.js(30,55): error TS2339: Property '__index__' does not exist on type 'wrapperNext'.
386
386
node_modules/lodash/nthArg.js(28,26): error TS2345: Argument of type 'number | undefined' is not assignable to parameter of type 'number'.
387
387
Type 'undefined' is not assignable to type 'number'.
388
388
node_modules/lodash/omit.js(48,32): error TS2345: Argument of type 'number' is not assignable to parameter of type 'boolean'.
@@ -428,8 +428,6 @@ node_modules/lodash/templateSettings.js(63,12): error TS2322: Type '{ escape: (s
428
428
Object literal may only specify known properties, and ''escape'' does not exist in type 'Function'.
429
429
node_modules/lodash/throttle.js(59,28): error TS2532: Object is possibly 'undefined'.
430
430
node_modules/lodash/throttle.js(60,30): error TS2532: Object is possibly 'undefined'.
431
-
node_modules/lodash/throttle.js(64,5): error TS2322: Type 'number | undefined' is not assignable to type 'number'.
432
-
Type 'undefined' is not assignable to type 'number'.
433
431
node_modules/lodash/toLower.js(11,21): error TS8024: JSDoc '@param' tag has name 'string', but there is no parameter with that name.
434
432
node_modules/lodash/toUpper.js(11,21): error TS8024: JSDoc '@param' tag has name 'string', but there is no parameter with that name.
435
433
node_modules/lodash/transform.js(46,37): error TS2554: Expected 0-1 arguments, but got 2.
Value of type '(er: any, made: any) => any' has no properties in common with type 'Options'. Did you mean to call it?
752
748
node_modules/npm/lib/search/esearch.js(15,36): error TS2339: Property 'config' does not exist on type 'typeof EventEmitter'.
753
749
node_modules/npm/lib/search/esearch.js(35,7): error TS2339: Property 'registry' does not exist on type 'typeof EventEmitter'.
754
-
node_modules/npm/lib/search/format-package-stream.js(130,31): error TS2339: Property 'fd' does not exist on type 'WriteStream'.
755
750
node_modules/npm/lib/set.js(8,22): error TS2339: Property 'commands' does not exist on type 'typeof EventEmitter'.
756
751
node_modules/npm/lib/set.js(12,7): error TS2339: Property 'commands' does not exist on type 'typeof EventEmitter'.
757
752
node_modules/npm/lib/shrinkwrap.js(30,29): error TS2339: Property 'lockfileVersion' does not exist on type 'typeof EventEmitter'.
@@ -804,7 +799,6 @@ node_modules/npm/lib/uninstall.js(31,21): error TS2339: Property 'config' does n
804
799
node_modules/npm/lib/uninstall.js(32,32): error TS2339: Property 'globalDir' does not exist on type 'typeof EventEmitter'.
805
800
node_modules/npm/lib/uninstall.js(33,19): error TS2339: Property 'prefix' does not exist on type 'typeof EventEmitter'.
806
801
node_modules/npm/lib/uninstall.js(43,31): error TS2339: Property 'localPrefix' does not exist on type 'typeof EventEmitter'.
807
-
node_modules/npm/lib/uninstall.js(53,5): error TS2555: Expected at least 4 arguments, but got 3.
808
802
node_modules/npm/lib/unpublish.js(17,7): error TS2339: Property 'commands' does not exist on type 'typeof EventEmitter'.
809
803
node_modules/npm/lib/unpublish.js(23,31): error TS2339: Property 'config' does not exist on type 'typeof EventEmitter'.
810
804
node_modules/npm/lib/unpublish.js(26,11): error TS2339: Property 'registry' does not exist on type 'typeof EventEmitter'.
@@ -818,7 +812,6 @@ node_modules/npm/lib/unpublish.js(97,70): error TS2339: Property 'registry' does
818
812
node_modules/npm/lib/update.js(10,41): error TS2339: Property 'commands' does not exist on type 'typeof EventEmitter'.
819
813
node_modules/npm/lib/update.js(17,25): error TS2339: Property 'commands' does not exist on type 'typeof EventEmitter'.
820
814
node_modules/npm/lib/update.js(25,11): error TS2339: Property 'config' does not exist on type 'typeof EventEmitter'.
821
-
node_modules/npm/lib/update.js(69,19): error TS2555: Expected at least 1 arguments, but got 0.
822
815
node_modules/npm/lib/utils/completion/file-completion.js(11,15): error TS2345: Argument of type '(er: any) => any' is not assignable to parameter of type 'string | number | Options | undefined'.
823
816
Value of type '(er: any) => any' has no properties in common with type 'Options'. Did you mean to call it?
824
817
node_modules/npm/lib/utils/completion/installed-deep.js(9,19): error TS2339: Property 'config' does not exist on type 'typeof EventEmitter'.
@@ -1770,7 +1763,6 @@ node_modules/npm/test/tap/umask-lifecycle.js(6,20): error TS2307: Cannot find mo
1770
1763
node_modules/npm/test/tap/umask-lifecycle.js(24,21): error TS2554: Expected 1 arguments, but got 0.
1771
1764
node_modules/npm/test/tap/uninstall-in-reverse.js(2,20): error TS2307: Cannot find module 'tap' or its corresponding type declarations.
1772
1765
node_modules/npm/test/tap/uninstall-in-reverse.js(3,29): error TS2307: Cannot find module 'require-inject' or its corresponding type declarations.
1773
-
node_modules/npm/test/tap/uninstall-in-reverse.js(28,14): error TS2555: Expected at least 4 arguments, but got 3.
1774
1766
node_modules/npm/test/tap/uninstall-link-clean.js(3,40): error TS2339: Property 'existsSync' does not exist on type 'PlatformPath'.
1775
1767
node_modules/npm/test/tap/uninstall-link-clean.js(7,20): error TS2307: Cannot find module 'tap' or its corresponding type declarations.
1776
1768
node_modules/npm/test/tap/uninstall-package.js(5,18): error TS2307: Cannot find module 'npm-registry-mock' or its corresponding type declarations.
Copy file name to clipboardExpand all lines: tests/baselines/reference/user/webpack.log
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
Exit Code: 2
2
2
Standard output:
3
-
lib/ContextModule.js(346,32): error TS2345: Argument of type 'Pick<ContextOptions & ContextModuleOptionsExtras, "include" | "regExp" | "chunkName" | "referencedExports" | "mode" | "recursive" | ... 7 more ... | "resourceFragment">' is not assignable to parameter of type 'ContextOptions & ContextModuleOptionsExtras'.
3
+
lib/ContextModule.js(351,32): error TS2345: Argument of type 'Pick<ContextOptions & ContextModuleOptionsExtras, "include" | "regExp" | "chunkName" | "referencedExports" | "mode" | "recursive" | ... 7 more ... | "resourceFragment">' is not assignable to parameter of type 'ContextOptions & ContextModuleOptionsExtras'.
4
4
Property 'resolveOptions' is missing in type 'Pick<ContextOptions & ContextModuleOptionsExtras, "include" | "regExp" | "chunkName" | "referencedExports" | "mode" | "recursive" | ... 7 more ... | "resourceFragment">' but required in type 'ContextModuleOptionsExtras'.
5
5
lib/dependencies/HarmonyExportImportedSpecifierDependency.js(86,37): error TS1016: A required parameter cannot follow an optional parameter.
0 commit comments