Skip to content

Commit c9c03b0

Browse files
Update user baselines
1 parent c3c6be6 commit c9c03b0

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -115,18 +115,18 @@ Warning: /vue-next/packages/runtime-dom/src/components/Transition.ts:77:5 - (TS7
115115
packages/runtime-core/src/apiInject.ts
116116
Error: /vue-next/packages/runtime-core/src/apiInject.ts(40,9): semantic error TS2360: The left-hand side of an 'in' expression must be of type 'any', 'string', 'number', or 'symbol'.
117117
at error (/vue-next/node_modules/rollup/dist/shared/rollup.js:213:30)
118-
at throwPluginError (/vue-next/node_modules/rollup/dist/shared/rollup.js:17117:12)
119-
at Object.error (/vue-next/node_modules/rollup/dist/shared/rollup.js:17911:24)
120-
at Object.error (/vue-next/node_modules/rollup/dist/shared/rollup.js:17290:38)
118+
at throwPluginError (/vue-next/node_modules/rollup/dist/shared/rollup.js:17142:12)
119+
at Object.error (/vue-next/node_modules/rollup/dist/shared/rollup.js:17936:24)
120+
at Object.error (/vue-next/node_modules/rollup/dist/shared/rollup.js:17315:38)
121121
at RollupContext.error (/vue-next/node_modules/rollup-plugin-typescript2/src/rollupcontext.ts:37:18)
122122
at /vue-next/node_modules/rollup-plugin-typescript2/src/print-diagnostics.ts:41:11
123123
at arrayEach (/vue-next/node_modules/rollup-plugin-typescript2/node_modules/lodash/lodash.js:516:11)
124124
at forEach (/vue-next/node_modules/rollup-plugin-typescript2/node_modules/lodash/lodash.js:9342:14)
125125
at _.each (/vue-next/node_modules/rollup-plugin-typescript2/src/print-diagnostics.ts:9:2)
126126
at Object.transform (/vue-next/node_modules/rollup-plugin-typescript2/src/index.ts:242:5)
127-
(node:17) UnhandledPromiseRejectionWarning: Error: Command failed with exit code 1 (EPERM): rollup -c --environment COMMIT:cf2f278,NODE_ENV:production,TARGET:runtime-core,TYPES:true
127+
(node:17) UnhandledPromiseRejectionWarning: Error: Command failed with exit code 1: rollup -c --environment COMMIT:8a2cf21,NODE_ENV:production,TARGET:runtime-core,TYPES:true
128128
at makeError (/vue-next/node_modules/execa/lib/error.js:59:11)
129-
at handlePromise (/vue-next/node_modules/execa/index.js:112:26)
129+
at handlePromise (/vue-next/node_modules/execa/index.js:114:26)
130130
at processTicksAndRejections (internal/process/task_queues.js:97:5)
131131
at async build (/vue-next/scripts/build.js:71:3)
132132
at async buildAll (/vue-next/scripts/build.js:50:5)

tests/baselines/reference/user/chrome-devtools-frontend.log

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Exit Code: 1
22
Standard output:
3-
../../../../built/local/lib.es5.d.ts(1433,11): error TS2300: Duplicate identifier 'ArrayLike'.
3+
../../../../built/local/lib.es5.d.ts(1451,11): error TS2300: Duplicate identifier 'ArrayLike'.
44
../../../../node_modules/@types/node/globals.d.ts(167,13): error TS2403: Subsequent variable declarations must have the same type. Variable 'module' must be of type '{}', but here has type 'NodeModule'.
55
node_modules/chrome-devtools-frontend/front_end/Runtime.js(43,8): error TS2339: Property '_importScriptPathPrefix' does not exist on type 'Window & typeof globalThis'.
66
node_modules/chrome-devtools-frontend/front_end/Runtime.js(77,16): error TS7014: Function type, which lacks return-type annotation, implicitly has an 'any' return type.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Exit Code: 1
2+
Standard output:
3+
lib/ContextModule.js(352,32): error TS2345: Argument of type 'Pick<ContextOptions & ContextModuleOptionsExtras, "include" | "regExp" | "chunkName" | "referencedExports" | "mode" | "recursive" | ... 6 more ... | "resourceQuery">' is not assignable to parameter of type 'ContextOptions & ContextModuleOptionsExtras'.
4+
Property 'resolveOptions' is missing in type 'Pick<ContextOptions & ContextModuleOptionsExtras, "include" | "regExp" | "chunkName" | "referencedExports" | "mode" | "recursive" | ... 6 more ... | "resourceQuery">' but required in type 'ContextModuleOptionsExtras'.
5+
6+
7+
8+
Standard error:

0 commit comments

Comments
 (0)