Skip to content

Commit 351893e

Browse files
Update user baselines
1 parent 59ad375 commit 351893e

28 files changed

+42
-34
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -115,22 +115,22 @@ 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:17140:12)
119+
at Object.error (/vue-next/node_modules/rollup/dist/shared/rollup.js:17932:24)
120+
at Object.error (/vue-next/node_modules/rollup/dist/shared/rollup.js:17313: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:18) UnhandledPromiseRejectionWarning: Error: Command failed with exit code 1: rollup -c --environment COMMIT:ba2a4e1,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)
133133
at async run (/vue-next/scripts/build.js:40:5)
134134
(Use `node --trace-warnings ...` to show where the warning was created)
135-
(node:17) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
136-
(node:17) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
135+
(node:18) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
136+
(node:18) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

tests/baselines/reference/user/TypeScript-React-Native-Starter.log

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Exit Code: 1
1+
Exit Code: 2
22
Standard output:
33
node_modules/@types/react-native/index.d.ts(8745,18): error TS2717: Subsequent property declarations must have the same type. Property 'geolocation' must be of type 'Geolocation', but here has type 'GeolocationStatic'.
44

tests/baselines/reference/user/TypeScript-WeChat-Starter.log

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Exit Code: 1
1+
Exit Code: 2
22
Standard output:
33
node_modules/@types/connect/index.d.ts(21,42): error TS2689: Cannot extend an interface 'http.IncomingMessage'. Did you mean 'implements'?
44

tests/baselines/reference/user/acorn.log

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Exit Code: 1
1+
Exit Code: 2
22
Standard output:
33
node_modules/acorn/acorn-loose/dist/acorn-loose.js(3,10): error TS2304: Cannot find name 'define'.
44
node_modules/acorn/acorn-loose/dist/acorn-loose.js(3,35): error TS2304: Cannot find name 'define'.

tests/baselines/reference/user/adonis-framework.log

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Exit Code: 1
1+
Exit Code: 2
22
Standard output:
33
node_modules/adonis-framework/lib/util.js(24,13): error TS2304: Cannot find name 'Mixed'.
44
node_modules/adonis-framework/providers/ConfigProvider.js(9,33): error TS2307: Cannot find module 'adonis-fold' or its corresponding type declarations.

tests/baselines/reference/user/assert.log

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Exit Code: 1
1+
Exit Code: 2
22
Standard output:
33
node_modules/assert/test.js(25,5): error TS2367: This condition will always return 'false' since the types 'string | undefined' and 'boolean' have no overlap.
44
node_modules/assert/test.js(39,5): error TS2593: Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i @types/jest` or `npm i @types/mocha` and then add `jest` or `mocha` to the types field in your tsconfig.

tests/baselines/reference/user/async.log

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Exit Code: 1
1+
Exit Code: 2
22
Standard output:
33
node_modules/async/all.js(32,12): error TS2304: Cannot find name 'AsyncFunction'.
44
node_modules/async/all.js(49,20): error TS2695: Left side of comma operator is unused and has no side effects.

tests/baselines/reference/user/axios-src.log

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Exit Code: 1
1+
Exit Code: 2
22
Standard output:
33
lib/adapters/http.js(13,19): error TS2732: Cannot find module './../../package.json'. Consider using '--resolveJsonModule' to import module with '.json' extension
44
lib/adapters/http.js(84,22): error TS2345: Argument of type 'string | null' is not assignable to parameter of type 'string'.

tests/baselines/reference/user/bcryptjs.log

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Exit Code: 1
1+
Exit Code: 2
22
Standard output:
33
node_modules/bcryptjs/scripts/build.js(1,26): error TS2307: Cannot find module 'metascript' or its corresponding type declarations.
44
node_modules/bcryptjs/scripts/build.js(32,1): error TS2741: Property 'ISAAC' is missing in type '{ VERSION: any; }' but required in type '{ VERSION: any; ISAAC: boolean; }'.

tests/baselines/reference/user/bluebird.log

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Exit Code: 1
1+
Exit Code: 2
22
Standard output:
33
node_modules/bluebird/js/release/assert.js(11,30): error TS2339: Property 'constructor$' does not exist on type 'Error'.
44
node_modules/bluebird/js/release/bluebird.js(5,15): error TS2367: This condition will always return 'false' since the types 'PromiseConstructor' and 'typeof Promise' have no overlap.

0 commit comments

Comments
 (0)