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: /vue-next/packages/runtime-dom/src/components/Transition.ts:76:5 - (TS7022) 'enterActiveClass' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
88
76
Warning: /vue-next/packages/runtime-dom/src/components/Transition.ts:77:5 - (TS7022) 'enterToClass' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
created packages/compiler-ssr/dist/compiler-ssr.cjs.js in ?s
91
-
Warning: /vue-next/packages/runtime-dom/src/components/Transition.ts:71:5 - (TS7022) 'name' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
92
-
Warning: /vue-next/packages/runtime-dom/src/components/Transition.ts:75:5 - (TS7022) 'enterFromClass' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
93
-
Warning: /vue-next/packages/runtime-dom/src/components/Transition.ts:76:5 - (TS7022) 'enterActiveClass' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
94
-
Warning: /vue-next/packages/runtime-dom/src/components/Transition.ts:77:5 - (TS7022) 'enterToClass' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
created packages/reactivity/dist/reactivity.global.prod.js in ?s
109
-
Warning: /vue-next/packages/runtime-dom/src/components/Transition.ts:71:5 - (TS7022) 'name' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
110
-
Warning: /vue-next/packages/runtime-dom/src/components/Transition.ts:75:5 - (TS7022) 'enterFromClass' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
111
-
Warning: /vue-next/packages/runtime-dom/src/components/Transition.ts:76:5 - (TS7022) 'enterActiveClass' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
112
-
Warning: /vue-next/packages/runtime-dom/src/components/Transition.ts:77:5 - (TS7022) 'enterToClass' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
[!] (plugin rpt2) 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'.
115
-
packages/runtime-core/src/apiInject.ts
116
-
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'.
78
+
[!] (plugin rpt2) Error: /vue-next/packages/compiler-ssr/src/transforms/ssrTransformComponent.ts(268,14): semantic error TS2349: This expression is not callable.
79
+
Each member of the union type '(<U>(callbackfn: (value: any, index: number, array: any[]) => U, thisArg?: any) => U[]) | (<U>(callbackfn: (value: any, index: number, array: readonly any[]) => U, thisArg?: any) => U[])' has signatures, but none of those signatures are compatible with each other.
Error: /vue-next/packages/compiler-ssr/src/transforms/ssrTransformComponent.ts(268,14): semantic error TS2349: This expression is not callable.
82
+
Each member of the union type '(<U>(callbackfn: (value: any, index: number, array: any[]) => U, thisArg?: any) => U[]) | (<U>(callbackfn: (value: any, index: number, array: readonly any[]) => U, thisArg?: any) => U[])' has signatures, but none of those signatures are compatible with each other.
117
83
at error (/vue-next/node_modules/rollup/dist/shared/rollup.js:5154:30)
118
84
at throwPluginError (/vue-next/node_modules/rollup/dist/shared/rollup.js:17381:12)
119
85
at Object.error (/vue-next/node_modules/rollup/dist/shared/rollup.js:18002:24)
at makeError (/vue-next/node_modules/execa/lib/error.js:59:11)
129
95
at handlePromise (/vue-next/node_modules/execa/index.js:114:26)
130
96
at processTicksAndRejections (internal/process/task_queues.js:97:5)
131
97
at async build (/vue-next/scripts/build.js:71:3)
132
98
at async buildAll (/vue-next/scripts/build.js:50:5)
133
99
at async run (/vue-next/scripts/build.js:40:5)
134
100
(Use `node --trace-warnings ...` to show where the warning was created)
135
-
(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)
136
-
(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.
101
+
(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)
102
+
(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.
Copy file name to clipboardExpand all lines: tests/baselines/reference/user/async.log
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -103,8 +103,12 @@ node_modules/async/dist/async.js(1509,9): error TS2322: Type 'null' is not assig
103
103
node_modules/async/dist/async.js(1578,20): error TS2722: Cannot invoke an object which is possibly 'undefined'.
104
104
node_modules/async/dist/async.js(1580,51): error TS2532: Object is possibly 'undefined'.
105
105
node_modules/async/dist/async.js(1622,17): error TS2722: Cannot invoke an object which is possibly 'undefined'.
106
+
node_modules/async/dist/async.js(1664,46): error TS2345: Argument of type 'any[] | readonly any[]' is not assignable to parameter of type 'any[]'.
107
+
The type 'readonly any[]' is 'readonly' and cannot be assigned to the mutable type 'any[]'.
106
108
node_modules/async/dist/async.js(1681,26): error TS1016: A required parameter cannot follow an optional parameter.
107
109
node_modules/async/dist/async.js(1687,30): error TS2532: Object is possibly 'undefined'.
110
+
node_modules/async/dist/async.js(1739,21): error TS2345: Argument of type 'any[] | readonly any[]' is not assignable to parameter of type 'any[] | undefined'.
111
+
The type 'readonly any[]' is 'readonly' and cannot be assigned to the mutable type 'any[]'.
108
112
node_modules/async/dist/async.js(1761,7): error TS2532: Object is possibly 'undefined'.
109
113
node_modules/async/dist/async.js(1762,14): error TS2532: Object is possibly 'undefined'.
110
114
node_modules/async/dist/async.js(1762,45): error TS2532: Object is possibly 'undefined'.
@@ -154,6 +158,8 @@ node_modules/async/dist/async.js(3828,14): error TS2339: Property 'unmemoized' d
node_modules/async/dist/async.js(4374,28): error TS2345: Argument of type 'any[] | readonly any[]' is not assignable to parameter of type 'any[] | undefined'.
162
+
The type 'readonly any[]' is 'readonly' and cannot be assigned to the mutable type 'any[]'.
157
163
node_modules/async/dist/async.js(4381,5): error TS2322: Type 'any[] | {}' is not assignable to type 'any[]'.
158
164
Type '{}' is missing the following properties from type 'any[]': length, pop, push, concat, and 28 more.
159
165
node_modules/async/dist/async.js(4570,22): error TS1016: A required parameter cannot follow an optional parameter.
Type 'TemplateLiteralNode' is missing the following properties from type 'Node': start, end, type, body, and 16 more.
6165
6165
node_modules/chrome-devtools-frontend/front_end/formatter_worker/ESTreeWalker.js(63,57): error TS2345: Argument of type 'TemplateLiteralNode' is not assignable to parameter of type 'Node'.
6166
6166
node_modules/chrome-devtools-frontend/front_end/formatter_worker/ESTreeWalker.js(65,66): error TS2345: Argument of type 'TemplateLiteralNode' is not assignable to parameter of type 'Node'.
6167
+
node_modules/chrome-devtools-frontend/front_end/formatter_worker/ESTreeWalker.js(70,27): error TS2345: Argument of type 'any[] | readonly any[]' is not assignable to parameter of type 'Node[]'.
6168
+
The type 'readonly any[]' is 'readonly' and cannot be assigned to the mutable type 'Node[]'.
6167
6169
node_modules/chrome-devtools-frontend/front_end/formatter_worker/FormattedContentBuilder.js(47,39): error TS2339: Property 'peekLast' does not exist on type 'any[]'.
6168
6170
node_modules/chrome-devtools-frontend/front_end/formatter_worker/FormatterWorker.js(43,13): error TS1345: An expression of type 'void' cannot be tested for truthiness
6169
6171
node_modules/chrome-devtools-frontend/front_end/formatter_worker/FormatterWorker.js(44,24): error TS2339: Property 'token' does not exist on type 'void'.
node_modules/chrome-devtools-frontend/front_end/formatter_worker/acorn/acorn_loose.js(258,55): error TS2339: Property 'end' does not exist on type 'true'.
6346
6348
node_modules/chrome-devtools-frontend/front_end/formatter_worker/acorn/acorn_loose.js(1365,5): error TS2339: Property 'next' does not exist on type 'LooseParser'.
6347
6349
node_modules/chrome-devtools-frontend/front_end/formatter_worker/acorn/acorn_loose.js(1366,12): error TS2339: Property 'parseTopLevel' does not exist on type 'LooseParser'.
6348
-
node_modules/chrome-devtools-frontend/front_end/har_importer/HARImporter.js(16,32): error TS2362: The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
6349
-
node_modules/chrome-devtools-frontend/front_end/har_importer/HARImporter.js(16,52): error TS2363: The right-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
6350
+
node_modules/chrome-devtools-frontend/front_end/har_importer/HARFormat.js(98,63): error TS2349: This expression is not callable.
6351
+
Each member of the union type '(<U>(callbackfn: (value: any, index: number, array: any[]) => U, thisArg?: any) => U[]) | (<U>(callbackfn: (value: any, index: number, array: readonly any[]) => U, thisArg?: any) => U[])' has signatures, but none of those signatures are compatible with each other.
6352
+
node_modules/chrome-devtools-frontend/front_end/har_importer/HARFormat.js(101,36): error TS2349: This expression is not callable.
6353
+
Each member of the union type '(<U>(callbackfn: (value: any, index: number, array: any[]) => U, thisArg?: any) => U[]) | (<U>(callbackfn: (value: any, index: number, array: readonly any[]) => U, thisArg?: any) => U[])' has signatures, but none of those signatures are compatible with each other.
6354
+
node_modules/chrome-devtools-frontend/front_end/har_importer/HARFormat.js(176,58): error TS2349: This expression is not callable.
6355
+
Each member of the union type '(<U>(callbackfn: (value: any, index: number, array: any[]) => U, thisArg?: any) => U[]) | (<U>(callbackfn: (value: any, index: number, array: readonly any[]) => U, thisArg?: any) => U[])' has signatures, but none of those signatures are compatible with each other.
6356
+
node_modules/chrome-devtools-frontend/front_end/har_importer/HARFormat.js(178,58): error TS2349: This expression is not callable.
6357
+
Each member of the union type '(<U>(callbackfn: (value: any, index: number, array: any[]) => U, thisArg?: any) => U[]) | (<U>(callbackfn: (value: any, index: number, array: readonly any[]) => U, thisArg?: any) => U[])' has signatures, but none of those signatures are compatible with each other.
6358
+
node_modules/chrome-devtools-frontend/front_end/har_importer/HARFormat.js(180,66): error TS2349: This expression is not callable.
6359
+
Each member of the union type '(<U>(callbackfn: (value: any, index: number, array: any[]) => U, thisArg?: any) => U[]) | (<U>(callbackfn: (value: any, index: number, array: readonly any[]) => U, thisArg?: any) => U[])' has signatures, but none of those signatures are compatible with each other.
6360
+
node_modules/chrome-devtools-frontend/front_end/har_importer/HARFormat.js(198,58): error TS2349: This expression is not callable.
6361
+
Each member of the union type '(<U>(callbackfn: (value: any, index: number, array: any[]) => U, thisArg?: any) => U[]) | (<U>(callbackfn: (value: any, index: number, array: readonly any[]) => U, thisArg?: any) => U[])' has signatures, but none of those signatures are compatible with each other.
6362
+
node_modules/chrome-devtools-frontend/front_end/har_importer/HARFormat.js(200,58): error TS2349: This expression is not callable.
6363
+
Each member of the union type '(<U>(callbackfn: (value: any, index: number, array: any[]) => U, thisArg?: any) => U[]) | (<U>(callbackfn: (value: any, index: number, array: readonly any[]) => U, thisArg?: any) => U[])' has signatures, but none of those signatures are compatible with each other.
6364
+
node_modules/chrome-devtools-frontend/front_end/har_importer/HARFormat.js(261,66): error TS2349: This expression is not callable.
6365
+
Each member of the union type '(<U>(callbackfn: (value: any, index: number, array: any[]) => U, thisArg?: any) => U[]) | (<U>(callbackfn: (value: any, index: number, array: readonly any[]) => U, thisArg?: any) => U[])' has signatures, but none of those signatures are compatible with each other.
6366
+
node_modules/chrome-devtools-frontend/front_end/har_importer/HARImporter.js(26,11): error TS2403: Subsequent variable declarations must have the same type. Variable 'page' must be of type 'any', but here has type 'HARPage'.
6350
6367
node_modules/chrome-devtools-frontend/front_end/har_importer/HARImporter.js(46,5): error TS2322: Type 'Date' is not assignable to type 'number'.
6351
6368
node_modules/chrome-devtools-frontend/front_end/heap_profiler_test_runner/HeapProfilerTestRunner.js(320,70): error TS2339: Property 'heap_profiler' does not exist on type 'any[]'.
6352
6369
node_modules/chrome-devtools-frontend/front_end/heap_profiler_test_runner/HeapProfilerTestRunner.js(321,35): error TS2339: Property 'heap_profiler' does not exist on type 'any[]'.
node_modules/chrome-devtools-frontend/front_end/ui/SettingsUI.js(107,25): error TS2339: Property 'checked' does not exist on type 'Element'.
12647
12664
node_modules/chrome-devtools-frontend/front_end/ui/SettingsUI.js(119,27): error TS2339: Property 'createChild' does not exist on type 'Element'.
12648
12665
node_modules/chrome-devtools-frontend/front_end/ui/SettingsUI.js(133,24): error TS2555: Expected at least 2 arguments, but got 1.
12666
+
node_modules/chrome-devtools-frontend/front_end/ui/SettingsUI.js(139,59): error TS2345: Argument of type 'any[] | readonly any[]' is not assignable to parameter of type '{ text: string; value: any; raw: boolean; }[]'.
12667
+
The type 'readonly any[]' is 'readonly' and cannot be assigned to the mutable type '{ text: string; value: any; raw: boolean; }[]'.
12649
12668
node_modules/chrome-devtools-frontend/front_end/ui/SettingsUI.js(155,15): error TS2355: A function whose declared type is neither 'void' nor 'any' must return a value.
12650
12669
node_modules/chrome-devtools-frontend/front_end/ui/ShortcutRegistry.js(15,5): error TS2322: Type 'Multimap<string | K, string | V>.Multimap<string | K, string | V>' is not assignable to type 'Multimap<string, string>'.
0 commit comments