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
[!] (plugin rpt2) Error: /vue-next/packages/vue/src/devCheck.ts(2,11): semantic error TS2774: This condition will always return true since the function is always defined. Did you mean to call it instead?
118
-
packages/vue/src/devCheck.ts
119
-
Error: /vue-next/packages/vue/src/devCheck.ts(2,11): semantic error TS2774: This condition will always return true since the function is always defined. Did you mean to call it instead?
78
+
[!] (plugin rpt2) Error: /vue-next/packages/runtime-core/src/apiOptions.ts(137,18): semantic error TS2344: Type 'Function & T[key]["get"]' does not satisfy the constraint '(...args: any) => any'.
79
+
Type 'Function' provides no match for the signature '(...args: any): any'.
80
+
packages/runtime-core/src/apiOptions.ts
81
+
Error: /vue-next/packages/runtime-core/src/apiOptions.ts(137,18): semantic error TS2344: Type 'Function & T[key]["get"]' does not satisfy the constraint '(...args: any) => any'.
82
+
Type 'Function' provides no match for the signature '(...args: any): any'.
120
83
at error (/vue-next/node_modules/rollup/dist/shared/node-entry.js:5400:30)
121
84
at throwPluginError (/vue-next/node_modules/rollup/dist/shared/node-entry.js:11874:12)
122
85
at Object.error (/vue-next/node_modules/rollup/dist/shared/node-entry.js:12908:24)
@@ -127,12 +90,12 @@ Error: /vue-next/packages/vue/src/devCheck.ts(2,11): semantic error TS2774: This
127
90
at forEach (/vue-next/node_modules/rollup-plugin-typescript2/node_modules/lodash/lodash.js:9342:14)
128
91
at _.each (/vue-next/node_modules/rollup-plugin-typescript2/src/print-diagnostics.ts:9:2)
129
92
at Object.transform (/vue-next/node_modules/rollup-plugin-typescript2/src/index.ts:234:5)
at makeError (/vue-next/node_modules/execa/lib/error.js:59:11)
132
95
at handlePromise (/vue-next/node_modules/execa/index.js:112:26)
133
96
at processTicksAndRejections (internal/process/task_queues.js:97:5)
134
97
at async build (/vue-next/scripts/build.js:72:3)
135
98
at async buildAll (/vue-next/scripts/build.js:51:5)
136
99
at async run (/vue-next/scripts/build.js:41:5)
137
-
(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)
138
-
(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.
100
+
(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)
101
+
(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.
0 commit comments