@@ -26,6 +26,7 @@ Writing: /vue-next/temp/compiler-ssr.api.json
26
26
The API report is up to date: temp/compiler-ssr.api.md
27
27
Writing package typings: /vue-next/packages/compiler-ssr/dist/compiler-ssr.d.ts
28
28
Writing package typings: /vue-next/dist/compiler-ssr.d.ts
29
+ API Extractor completed successfully.
29
30
Rolling up type definitions for compiler-sfc...
30
31
Analysis will use the bundled TypeScript version 4.1.3
31
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.
@@ -34,7 +35,6 @@ The API report is up to date: temp/compiler-sfc.api.md
34
35
Writing package typings: /vue-next/packages/compiler-sfc/dist/compiler-sfc.d.ts
35
36
Writing package typings: /vue-next/dist/compiler-sfc.d.ts
36
37
API Extractor completed successfully.
37
- API Extractor completed successfully.
38
38
39
39
40
40
@@ -103,10 +103,10 @@ Error: /vue-next/packages/reactivity/src/baseHandlers.ts(192,3): semantic error
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:5265 :30)
107
- at throwPluginError (/vue-next/node_modules/rollup/dist/shared/rollup.js:17972 :12)
108
- at Object.error (/vue-next/node_modules/rollup/dist/shared/rollup.js:18579 :24)
109
- at Object.error (/vue-next/node_modules/rollup/dist/shared/rollup.js:18141 :38)
106
+ at error (/vue-next/node_modules/rollup/dist/shared/rollup.js:4533 :30)
107
+ at throwPluginError (/vue-next/node_modules/rollup/dist/shared/rollup.js:18092 :12)
108
+ at Object.error (/vue-next/node_modules/rollup/dist/shared/rollup.js:18699 :24)
109
+ at Object.error (/vue-next/node_modules/rollup/dist/shared/rollup.js:18261 :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)
@@ -116,13 +116,13 @@ Error: /vue-next/packages/reactivity/src/baseHandlers.ts(192,3): semantic error
116
116
/vue-next/node_modules/brotli/build/encode.js:3
117
117
1<process.argv.length?process.argv[1].replace(/\\/g,"/"):"unknown-program");b.arguments=process.argv.slice(2);"undefined"!==typeof module&&(module.exports=b);process.on("uncaughtException",function(a){if(!(a instanceof y))throw a;});b.inspect=function(){return"[Emscripten Module object]"}}else if(x)b.print||(b.print=print),"undefined"!=typeof printErr&&(b.printErr=printErr),b.read="undefined"!=typeof read?read:function(){throw"no read() available (jsc?)";},b.readBinary=function(a){if("function"===
118
118
^
119
- Error: Command failed with exit code 1: rollup -c --environment COMMIT:3ea85c1 ,NODE_ENV:production,TARGET:reactivity,TYPES:true
119
+ Error: Command failed with exit code 1: rollup -c --environment COMMIT:4b0b253 ,NODE_ENV:production,TARGET:reactivity,TYPES:true
120
120
at makeError (/vue-next/node_modules/execa/lib/error.js:59:11)
121
121
at handlePromise (/vue-next/node_modules/execa/index.js:114:26)
122
122
at processTicksAndRejections (node:internal/process/task_queues:93:5)
123
123
at async build (/vue-next/scripts/build.js:91:3) {
124
- shortMessage: 'Command failed with exit code 1: rollup -c --environment COMMIT:3ea85c1 ,NODE_ENV:production,TARGET:reactivity,TYPES:true',
125
- command: 'rollup -c --environment COMMIT:3ea85c1 ,NODE_ENV:production,TARGET:reactivity,TYPES:true',
124
+ shortMessage: 'Command failed with exit code 1: rollup -c --environment COMMIT:4b0b253 ,NODE_ENV:production,TARGET:reactivity,TYPES:true',
125
+ command: 'rollup -c --environment COMMIT:4b0b253 ,NODE_ENV:production,TARGET:reactivity,TYPES:true',
126
126
exitCode: 1,
127
127
signal: undefined,
128
128
signalDescription: undefined,
0 commit comments