Skip to content

Commit bb089e7

Browse files
Update user baselines +cc @sandersn
1 parent f1583f0 commit bb089e7

File tree

3 files changed

+7
-18
lines changed

3 files changed

+7
-18
lines changed

tests/baselines/reference/docker/vue-next.log

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,15 @@ created packages/compiler-sfc/dist/compiler-sfc.global.js in ?s
9090
Warning: dist/packages/compiler-sfc/src/compileScript.d.ts:27:36 - (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
9191
Warning: dist/packages/compiler-sfc/src/compileScript.d.ts:27:23 - (tsdoc-html-tag-missing-equals) The HTML element has an invalid attribute: Expecting "=" after HTML attribute name
9292
Warning: dist/packages/compiler-sfc/src/compileStyle.d.ts:18:8 - (tsdoc-missing-deprecation-message) The @deprecated block must include a deprecation message, e.g. describing the recommended alternative
93-
/vue-next/packages/reactivity/src/index.ts → packages/reactivity/dist/reactivity.esm-bundler.js...
9493
/vue-next/packages/runtime-core/src/index.ts → packages/runtime-core/dist/runtime-core.esm-bundler.js...
95-
[!] (plugin rpt2) Error: /vue-next/packages/reactivity/src/baseHandlers.ts(192,3): semantic error TS2322: Type '(target: object) => (string | number | symbol)[]' is not assignable to type '(target: object) => ArrayLike<string | symbol>'.
94+
/vue-next/packages/reactivity/src/index.ts → packages/reactivity/dist/reactivity.esm-bundler.js...
95+
[!] (plugin rpt2) Error: /vue-next/packages/reactivity/src/baseHandlers.ts(195,3): semantic error TS2322: Type '(target: object) => (string | number | symbol)[]' is not assignable to type '(target: object) => ArrayLike<string | symbol>'.
9696
Type '(string | number | symbol)[]' is not assignable to type 'ArrayLike<string | symbol>'.
9797
Index signatures are incompatible.
9898
Type 'string | number | symbol' is not assignable to type 'string | symbol'.
9999
Type 'number' is not assignable to type 'string | symbol'.
100100
packages/reactivity/src/baseHandlers.ts
101-
Error: /vue-next/packages/reactivity/src/baseHandlers.ts(192,3): semantic error TS2322: Type '(target: object) => (string | number | symbol)[]' is not assignable to type '(target: object) => ArrayLike<string | symbol>'.
101+
Error: /vue-next/packages/reactivity/src/baseHandlers.ts(195,3): semantic error TS2322: Type '(target: object) => (string | number | symbol)[]' is not assignable to type '(target: object) => ArrayLike<string | symbol>'.
102102
Type '(string | number | symbol)[]' is not assignable to type 'ArrayLike<string | symbol>'.
103103
Index signatures are incompatible.
104104
Type 'string | number | symbol' is not assignable to type 'string | symbol'.
@@ -116,13 +116,13 @@ Error: /vue-next/packages/reactivity/src/baseHandlers.ts(192,3): semantic error
116116
/vue-next/node_modules/brotli/build/encode.js:3
117117
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"===
118118
^
119-
Error: Command failed with exit code 1: rollup -c --environment COMMIT:d5cce47,NODE_ENV:production,TARGET:reactivity,TYPES:true
119+
Error: Command failed with exit code 1: rollup -c --environment COMMIT:450f888,NODE_ENV:production,TARGET:reactivity,TYPES:true
120120
at makeError (/vue-next/node_modules/execa/lib/error.js:59:11)
121121
at handlePromise (/vue-next/node_modules/execa/index.js:114:26)
122122
at processTicksAndRejections (node:internal/process/task_queues:94:5)
123123
at async build (/vue-next/scripts/build.js:91:3) {
124-
shortMessage: 'Command failed with exit code 1: rollup -c --environment COMMIT:d5cce47,NODE_ENV:production,TARGET:reactivity,TYPES:true',
125-
command: 'rollup -c --environment COMMIT:d5cce47,NODE_ENV:production,TARGET:reactivity,TYPES:true',
124+
shortMessage: 'Command failed with exit code 1: rollup -c --environment COMMIT:450f888,NODE_ENV:production,TARGET:reactivity,TYPES:true',
125+
command: 'rollup -c --environment COMMIT:450f888,NODE_ENV:production,TARGET:reactivity,TYPES:true',
126126
exitCode: 1,
127127
signal: undefined,
128128
signalDescription: undefined,

tests/baselines/reference/user/fp-ts.log

Lines changed: 0 additions & 10 deletions
This file was deleted.

tests/baselines/reference/user/npm.log

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -639,8 +639,7 @@ node_modules/npm/lib/pack.js(127,15): error TS2339: Property 'config' does not e
639639
node_modules/npm/lib/pack.js(147,36): error TS2339: Property 'tmp' does not exist on type 'EventEmitter'.
640640
node_modules/npm/lib/pack.js(177,25): error TS2339: Property 'config' does not exist on type 'EventEmitter'.
641641
node_modules/npm/lib/pack.js(299,17): error TS2339: Property 'config' does not exist on type 'EventEmitter'.
642-
node_modules/npm/lib/pack.js(300,20): error TS2345: Argument of type '`--${string}=${any}`' is not assignable to parameter of type 'never'.
643-
Type 'string' is not assignable to type 'never'.
642+
node_modules/npm/lib/pack.js(300,20): error TS2345: Argument of type 'string' is not assignable to parameter of type 'never'.
644643
node_modules/npm/lib/pack.js(300,36): error TS2339: Property 'config' does not exist on type 'EventEmitter'.
645644
node_modules/npm/lib/pack.js(333,15): error TS2531: Object is possibly 'null'.
646645
node_modules/npm/lib/pack.js(335,17): error TS2339: Property 'code' does not exist on type 'Error'.

0 commit comments

Comments
 (0)