Skip to content

Commit

Permalink
Update user baselines +cc @sandersn
Browse files Browse the repository at this point in the history
  • Loading branch information
typescript-bot committed Jan 20, 2021
1 parent 0d494ab commit 8b558b4
Show file tree
Hide file tree
Showing 2 changed files with 228 additions and 211 deletions.
16 changes: 8 additions & 8 deletions tests/baselines/reference/docker/vue-next.log
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Writing: /vue-next/temp/compiler-ssr.api.json
The API report is up to date: temp/compiler-ssr.api.md
Writing package typings: /vue-next/packages/compiler-ssr/dist/compiler-ssr.d.ts
Writing package typings: /vue-next/dist/compiler-ssr.d.ts
API Extractor completed successfully.
Rolling up type definitions for compiler-sfc...
Analysis will use the bundled TypeScript version 4.1.3
*** The target project appears to use TypeScript X.X.X-insiders.xxxxxxxx which is newer than the bundled compiler engine; consider upgrading API Extractor.
Expand All @@ -34,7 +35,6 @@ The API report is up to date: temp/compiler-sfc.api.md
Writing package typings: /vue-next/packages/compiler-sfc/dist/compiler-sfc.d.ts
Writing package typings: /vue-next/dist/compiler-sfc.d.ts
API Extractor completed successfully.
API Extractor completed successfully.



Expand Down Expand Up @@ -103,10 +103,10 @@ Error: /vue-next/packages/reactivity/src/baseHandlers.ts(192,3): semantic error
Index signatures are incompatible.
Type 'string | number | symbol' is not assignable to type 'string | symbol'.
Type 'number' is not assignable to type 'string | symbol'.
at error (/vue-next/node_modules/rollup/dist/shared/rollup.js:5265:30)
at throwPluginError (/vue-next/node_modules/rollup/dist/shared/rollup.js:17972:12)
at Object.error (/vue-next/node_modules/rollup/dist/shared/rollup.js:18579:24)
at Object.error (/vue-next/node_modules/rollup/dist/shared/rollup.js:18141:38)
at error (/vue-next/node_modules/rollup/dist/shared/rollup.js:4533:30)
at throwPluginError (/vue-next/node_modules/rollup/dist/shared/rollup.js:18092:12)
at Object.error (/vue-next/node_modules/rollup/dist/shared/rollup.js:18699:24)
at Object.error (/vue-next/node_modules/rollup/dist/shared/rollup.js:18261:38)
at RollupContext.error (/vue-next/node_modules/rollup-plugin-typescript2/src/rollupcontext.ts:37:18)
at /vue-next/node_modules/rollup-plugin-typescript2/src/print-diagnostics.ts:41:11
at arrayEach (/vue-next/node_modules/rollup-plugin-typescript2/node_modules/lodash/lodash.js:516:11)
Expand All @@ -116,13 +116,13 @@ Error: /vue-next/packages/reactivity/src/baseHandlers.ts(192,3): semantic error
/vue-next/node_modules/brotli/build/encode.js:3
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"===
^
Error: Command failed with exit code 1: rollup -c --environment COMMIT:3ea85c1,NODE_ENV:production,TARGET:reactivity,TYPES:true
Error: Command failed with exit code 1: rollup -c --environment COMMIT:4b0b253,NODE_ENV:production,TARGET:reactivity,TYPES:true
at makeError (/vue-next/node_modules/execa/lib/error.js:59:11)
at handlePromise (/vue-next/node_modules/execa/index.js:114:26)
at processTicksAndRejections (node:internal/process/task_queues:93:5)
at async build (/vue-next/scripts/build.js:91:3) {
shortMessage: 'Command failed with exit code 1: rollup -c --environment COMMIT:3ea85c1,NODE_ENV:production,TARGET:reactivity,TYPES:true',
command: 'rollup -c --environment COMMIT:3ea85c1,NODE_ENV:production,TARGET:reactivity,TYPES:true',
shortMessage: 'Command failed with exit code 1: rollup -c --environment COMMIT:4b0b253,NODE_ENV:production,TARGET:reactivity,TYPES:true',
command: 'rollup -c --environment COMMIT:4b0b253,NODE_ENV:production,TARGET:reactivity,TYPES:true',
exitCode: 1,
signal: undefined,
signalDescription: undefined,
Expand Down

0 comments on commit 8b558b4

Please sign in to comment.