|
1 | 1 | Exit Code: 0
|
2 | 2 | Standard output:
|
3 | 3 |
|
4 |
| -> @X.X.X-beta.3 build /vue-next |
| 4 | +> @X.X.X-beta.4 build /vue-next |
5 | 5 | > node scripts/build.js "--types"
|
6 | 6 | Rolling up type definitions for compiler-core...
|
7 | 7 | Writing: /vue-next/temp/compiler-core.api.json
|
@@ -75,27 +75,25 @@ created packages/reactivity/dist/reactivity.cjs.prod.js in ?s
|
75 | 75 | /vue-next/packages/reactivity/src/index.ts → packages/reactivity/dist/reactivity.global.prod.js...
|
76 | 76 | created packages/reactivity/dist/reactivity.global.prod.js in ?s
|
77 | 77 | /vue-next/packages/runtime-core/src/index.ts → packages/runtime-core/dist/runtime-core.esm-bundler.js...
|
78 |
| -[!] (plugin rpt2) Error: /vue-next/packages/runtime-core/src/componentOptions.ts(182,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/componentOptions.ts |
81 |
| -Error: /vue-next/packages/runtime-core/src/componentOptions.ts(182,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'. |
83 |
| - at error (/vue-next/node_modules/rollup/dist/shared/rollup.js:160:30) |
84 |
| - at throwPluginError (/vue-next/node_modules/rollup/dist/shared/rollup.js:16838:12) |
85 |
| - at Object.error (/vue-next/node_modules/rollup/dist/shared/rollup.js:17857:24) |
86 |
| - at Object.error (/vue-next/node_modules/rollup/dist/shared/rollup.js:17011:38) |
| 78 | +[!] (plugin rpt2) Error: /vue-next/packages/runtime-core/src/components/Suspense.ts(247,13): semantic error TS2774: This condition will always return true since the function is always defined. Did you mean to call it instead? |
| 79 | +packages/runtime-core/src/components/Suspense.ts |
| 80 | +Error: /vue-next/packages/runtime-core/src/components/Suspense.ts(247,13): semantic error TS2774: This condition will always return true since the function is always defined. Did you mean to call it instead? |
| 81 | + at error (/vue-next/node_modules/rollup/dist/shared/rollup.js:161:30) |
| 82 | + at throwPluginError (/vue-next/node_modules/rollup/dist/shared/rollup.js:16844:12) |
| 83 | + at Object.error (/vue-next/node_modules/rollup/dist/shared/rollup.js:17863:24) |
| 84 | + at Object.error (/vue-next/node_modules/rollup/dist/shared/rollup.js:17017:38) |
87 | 85 | at RollupContext.error (/vue-next/node_modules/rollup-plugin-typescript2/src/rollupcontext.ts:37:18)
|
88 | 86 | at /vue-next/node_modules/rollup-plugin-typescript2/src/print-diagnostics.ts:41:11
|
89 | 87 | at arrayEach (/vue-next/node_modules/rollup-plugin-typescript2/node_modules/lodash/lodash.js:516:11)
|
90 | 88 | at forEach (/vue-next/node_modules/rollup-plugin-typescript2/node_modules/lodash/lodash.js:9342:14)
|
91 | 89 | at _.each (/vue-next/node_modules/rollup-plugin-typescript2/src/print-diagnostics.ts:9:2)
|
92 | 90 | at Object.transform (/vue-next/node_modules/rollup-plugin-typescript2/src/index.ts:242:5)
|
93 |
| -(node:18) UnhandledPromiseRejectionWarning: Error: Command failed with exit code 1 (EPERM): rollup -c --environment COMMIT:2acf3e8,NODE_ENV:production,TARGET:runtime-core,TYPES:true |
| 91 | +(node:17) UnhandledPromiseRejectionWarning: Error: Command failed with exit code 1 (EPERM): rollup -c --environment COMMIT:0bb1f67,NODE_ENV:production,TARGET:runtime-core,TYPES:true |
94 | 92 | at makeError (/vue-next/node_modules/execa/lib/error.js:59:11)
|
95 | 93 | at handlePromise (/vue-next/node_modules/execa/index.js:112:26)
|
96 | 94 | at processTicksAndRejections (internal/process/task_queues.js:97:5)
|
97 | 95 | at async build (/vue-next/scripts/build.js:71:3)
|
98 | 96 | at async buildAll (/vue-next/scripts/build.js:50:5)
|
99 | 97 | at async run (/vue-next/scripts/build.js:40:5)
|
100 |
| -(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) |
101 |
| -(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. |
| 98 | +(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) |
| 99 | +(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