You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[!] (plugin rpt2) 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'.
115
115
packages/runtime-core/src/apiInject.ts
116
116
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'.
117
-
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)
117
+
at error (/vue-next/node_modules/rollup/dist/shared/rollup.js:5154:30)
118
+
at throwPluginError (/vue-next/node_modules/rollup/dist/shared/rollup.js:17381:12)
119
+
at Object.error (/vue-next/node_modules/rollup/dist/shared/rollup.js:18002:24)
120
+
at Object.error (/vue-next/node_modules/rollup/dist/shared/rollup.js:17554:38)
121
121
at RollupContext.error (/vue-next/node_modules/rollup-plugin-typescript2/src/rollupcontext.ts:37:18)
122
122
at /vue-next/node_modules/rollup-plugin-typescript2/src/print-diagnostics.ts:41:11
123
123
at arrayEach (/vue-next/node_modules/rollup-plugin-typescript2/node_modules/lodash/lodash.js:516:11)
124
124
at forEach (/vue-next/node_modules/rollup-plugin-typescript2/node_modules/lodash/lodash.js:9342:14)
125
125
at _.each (/vue-next/node_modules/rollup-plugin-typescript2/src/print-diagnostics.ts:9:2)
126
126
at Object.transform (/vue-next/node_modules/rollup-plugin-typescript2/src/index.ts:242:5)
Copy file name to clipboardExpand all lines: tests/baselines/reference/user/TypeScript-React-Native-Starter.log
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
Exit Code: 1
1
+
Exit Code: 2
2
2
Standard output:
3
3
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'.
Copy file name to clipboardExpand all lines: tests/baselines/reference/user/adonis-framework.log
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
Exit Code: 1
1
+
Exit Code: 2
2
2
Standard output:
3
3
node_modules/adonis-framework/lib/util.js(24,13): error TS2304: Cannot find name 'Mixed'.
4
4
node_modules/adonis-framework/providers/ConfigProvider.js(9,33): error TS2307: Cannot find module 'adonis-fold' or its corresponding type declarations.
Copy file name to clipboardExpand all lines: tests/baselines/reference/user/assert.log
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
Exit Code: 1
1
+
Exit Code: 2
2
2
Standard output:
3
3
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.
4
4
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.
Copy file name to clipboardExpand all lines: tests/baselines/reference/user/bcryptjs.log
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
Exit Code: 1
1
+
Exit Code: 2
2
2
Standard output:
3
3
node_modules/bcryptjs/scripts/build.js(1,26): error TS2307: Cannot find module 'metascript' or its corresponding type declarations.
4
4
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; }'.
Copy file name to clipboardExpand all lines: tests/baselines/reference/user/bluebird.log
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
Exit Code: 1
1
+
Exit Code: 2
2
2
Standard output:
3
3
node_modules/bluebird/js/release/assert.js(11,30): error TS2339: Property 'constructor$' does not exist on type 'Error'.
4
4
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.
../../../../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'.
5
5
node_modules/chrome-devtools-frontend/front_end/Runtime.js(43,8): error TS2339: Property '_importScriptPathPrefix' does not exist on type 'Window & typeof globalThis'.
6
6
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.
Copy file name to clipboardExpand all lines: tests/baselines/reference/user/clone.log
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
Exit Code: 1
1
+
Exit Code: 2
2
2
Standard output:
3
3
node_modules/clone/clone.js(167,16): error TS2403: Subsequent variable declarations must have the same type. Variable 'i' must be of type 'string', but here has type 'number'.
4
4
node_modules/clone/clone.js(167,23): error TS2365: Operator '<' cannot be applied to types 'string' and 'number'.
Copy file name to clipboardExpand all lines: tests/baselines/reference/user/discord.js.log
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
Exit Code: 1
1
+
Exit Code: 2
2
2
Standard output:
3
3
node_modules/discord.js/typings/index.d.ts(18,30): error TS7016: Could not find a declaration file for module 'ws'. '../../../tests/cases/user/discord.js/node_modules/ws/index.js' implicitly has an 'any' type.
4
4
Try `npm install @types/ws` if it exists or add a new declaration (.d.ts) file containing `declare module 'ws';`
Copy file name to clipboardExpand all lines: tests/baselines/reference/user/graceful-fs.log
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
Exit Code: 1
1
+
Exit Code: 2
2
2
Standard output:
3
3
node_modules/graceful-fs/clone.js(12,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'copy' must be of type '{ __proto__: any; }', but here has type 'any'.
4
4
node_modules/graceful-fs/clone.js(15,38): error TS2345: Argument of type 'PropertyDescriptor | undefined' is not assignable to parameter of type 'PropertyDescriptor & ThisType<any>'.
Copy file name to clipboardExpand all lines: tests/baselines/reference/user/npm.log
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
Exit Code: 1
1
+
Exit Code: 2
2
2
Standard output:
3
3
node_modules/npm/bin/npm-cli.js(6,13): error TS2551: Property 'echo' does not exist on type '{ Echo(s: any): void; StdErr: TextStreamWriter; StdOut: TextStreamWriter; Arguments: { length: number; Item(n: number): string; }; ScriptFullName: string; ... 13 more ...; Sleep(intTime: number): void; }'. Did you mean 'Echo'?
4
4
node_modules/npm/bin/npm-cli.js(13,13): error TS2551: Property 'quit' does not exist on type '{ Echo(s: any): void; StdErr: TextStreamWriter; StdOut: TextStreamWriter; Arguments: { length: number; Item(n: number): string; }; ScriptFullName: string; ... 13 more ...; Sleep(intTime: number): void; }'. Did you mean 'Quit'?
0 commit comments