@@ -26,7 +26,6 @@ Writing: /vue-next/temp/compiler-sfc.api.json
26
26
The API report is up to date: temp/compiler-sfc.api.md
27
27
Writing package typings: /vue-next/packages/compiler-sfc/dist/compiler-sfc.d.ts
28
28
Writing package typings: /vue-next/dist/compiler-sfc.d.ts
29
- API Extractor completed successfully.
30
29
Rolling up type definitions for compiler-ssr...
31
30
Analysis will use the bundled TypeScript version 4.1.5
32
31
*** The target project appears to use TypeScript X.X.X-insiders.xxxxxxxx which is newer than the bundled compiler engine; consider upgrading API Extractor.
@@ -35,6 +34,7 @@ The API report is up to date: temp/compiler-ssr.api.md
35
34
Writing package typings: /vue-next/packages/compiler-ssr/dist/compiler-ssr.d.ts
36
35
Writing package typings: /vue-next/dist/compiler-ssr.d.ts
37
36
API Extractor completed successfully.
37
+ API Extractor completed successfully.
38
38
Rolling up type definitions for reactivity...
39
39
Analysis will use the bundled TypeScript version 4.1.5
40
40
*** The target project appears to use TypeScript X.X.X-insiders.xxxxxxxx which is newer than the bundled compiler engine; consider upgrading API Extractor.
@@ -70,10 +70,10 @@ created packages/compiler-dom/dist/compiler-dom.esm-bundler.js in ?s
70
70
/vue-next/packages/compiler-dom/src/index.ts → packages/compiler-dom/dist/compiler-dom.esm-browser.js...
71
71
created packages/compiler-core/dist/compiler-core.esm-bundler.js in ?s
72
72
/vue-next/packages/compiler-core/src/index.ts → packages/compiler-core/dist/compiler-core.cjs.js...
73
- created packages/compiler-dom/dist/compiler-dom.esm-browser.js in ?s
74
- /vue-next/packages/compiler-dom/src/index.ts → packages/compiler-dom/dist/compiler-dom.cjs.js...
75
73
created packages/compiler-core/dist/compiler-core.cjs.js in ?s
76
74
/vue-next/packages/compiler-core/src/index.ts → packages/compiler-core/dist/compiler-core.cjs.prod.js...
75
+ created packages/compiler-dom/dist/compiler-dom.esm-browser.js in ?s
76
+ /vue-next/packages/compiler-dom/src/index.ts → packages/compiler-dom/dist/compiler-dom.cjs.js...
77
77
created packages/compiler-dom/dist/compiler-dom.cjs.js in ?s
78
78
/vue-next/packages/compiler-dom/src/index.ts → packages/compiler-dom/dist/compiler-dom.global.js...
79
79
created packages/compiler-core/dist/compiler-core.cjs.prod.js in ?s
@@ -157,11 +157,11 @@ created packages/runtime-dom/dist/runtime-dom.esm-browser.js in ?s
157
157
created packages/runtime-dom/dist/runtime-dom.cjs.js in ?s
158
158
/vue-next/packages/runtime-dom/src/index.ts → packages/runtime-dom/dist/runtime-dom.global.js...
159
159
created packages/server-renderer/dist/server-renderer.cjs.prod.js in ?s
160
- created packages/runtime-dom/dist/runtime-dom.global.js in ?s
161
- /vue-next/packages/runtime-dom/src/index.ts → packages/runtime-dom/dist/runtime-dom.esm-browser.prod.js...
162
160
Warning: /vue-next/packages/reactivity/src/baseHandlers.ts:198:3 - (TS2322) Type '(string | number | symbol)[]' is not assignable to type '(string | symbol)[]'.
163
161
Type 'string | number | symbol' is not assignable to type 'string | symbol'.
164
162
Type 'number' is not assignable to type 'string | symbol'.
163
+ created packages/runtime-dom/dist/runtime-dom.global.js in ?s
164
+ /vue-next/packages/runtime-dom/src/index.ts → packages/runtime-dom/dist/runtime-dom.esm-browser.prod.js...
165
165
/vue-next/packages/sfc-playground/src/index.ts → packages/sfc-playground/dist/sfc-playground.global.js...
166
166
[!] Error: Could not resolve entry module (packages/sfc-playground/src/index.ts).
167
167
Error: Could not resolve entry module (packages/sfc-playground/src/index.ts).
@@ -171,16 +171,16 @@ Error: Could not resolve entry module (packages/sfc-playground/src/index.ts).
171
171
/vue-next/node_modules/brotli/build/encode.js:3
172
172
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"===
173
173
^
174
- Error: Command failed with exit code 1: rollup -c --environment COMMIT:4fe4de0 ,NODE_ENV:development,TARGET:sfc-playground,TYPES:true
174
+ Error: Command failed with exit code 1: rollup -c --environment COMMIT:7db8c9c ,NODE_ENV:development,TARGET:sfc-playground,TYPES:true
175
175
at makeError (/vue-next/node_modules/execa/lib/error.js:59:11)
176
176
at handlePromise (/vue-next/node_modules/execa/index.js:114:26)
177
177
at processTicksAndRejections (node:internal/process/task_queues:94:5)
178
178
at async build (/vue-next/scripts/build.js:91:3)
179
179
at async runParallel (/vue-next/scripts/build.js:67:9)
180
180
at async buildAll (/vue-next/scripts/build.js:53:3)
181
181
at async run (/vue-next/scripts/build.js:44:5) {
182
- shortMessage: 'Command failed with exit code 1: rollup -c --environment COMMIT:4fe4de0 ,NODE_ENV:development,TARGET:sfc-playground,TYPES:true',
183
- command: 'rollup -c --environment COMMIT:4fe4de0 ,NODE_ENV:development,TARGET:sfc-playground,TYPES:true',
182
+ shortMessage: 'Command failed with exit code 1: rollup -c --environment COMMIT:7db8c9c ,NODE_ENV:development,TARGET:sfc-playground,TYPES:true',
183
+ command: 'rollup -c --environment COMMIT:7db8c9c ,NODE_ENV:development,TARGET:sfc-playground,TYPES:true',
184
184
exitCode: 1,
185
185
signal: undefined,
186
186
signalDescription: undefined,
0 commit comments