@@ -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
@@ -125,10 +125,10 @@ created packages/reactivity/dist/reactivity.esm-bundler.js in ?s
125
125
/vue-next/packages/reactivity/src/index.ts → packages/reactivity/dist/reactivity.esm-browser.js...
126
126
created packages/reactivity/dist/reactivity.esm-browser.js in ?s
127
127
/vue-next/packages/reactivity/src/index.ts → packages/reactivity/dist/reactivity.cjs.js...
128
- created packages/reactivity/dist/reactivity.cjs.js in ?s
129
- /vue-next/packages/reactivity/src/index.ts → packages/reactivity/dist/reactivity.global.js...
130
128
created packages/runtime-core/dist/runtime-core.esm-bundler.js in ?s
131
129
/vue-next/packages/runtime-core/src/index.ts → packages/runtime-core/dist/runtime-core.cjs.js...
130
+ created packages/reactivity/dist/reactivity.cjs.js in ?s
131
+ /vue-next/packages/reactivity/src/index.ts → packages/reactivity/dist/reactivity.global.js...
132
132
created packages/reactivity/dist/reactivity.global.js in ?s
133
133
/vue-next/packages/reactivity/src/index.ts → packages/reactivity/dist/reactivity.esm-browser.prod.js...
134
134
created packages/reactivity/dist/reactivity.esm-browser.prod.js in ?s
@@ -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:7a8bac7 ,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:7a8bac7 ,NODE_ENV:development,TARGET:sfc-playground,TYPES:true',
183
+ command: 'rollup -c --environment COMMIT:7a8bac7 ,NODE_ENV:development,TARGET:sfc-playground,TYPES:true',
184
184
exitCode: 1,
185
185
signal: undefined,
186
186
signalDescription: undefined,
0 commit comments