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
@uifabric/tslint-rules: [XX:XX:XX XM] ▲ One of these [node-sass, postcss, autoprefixer] is not installed, so this task has no effect
53
53
@fluentui/ability-attributes: npm WARN lifecycle The node binary used for scripts is but npm is using /usr/local/bin/node itself. Use the `--scripts-prepend-node-path` option to include the path for the node binary npm was executed with.
Copy file name to clipboardExpand all lines: tests/baselines/reference/docker/vue-next.log
+4-4
Original file line number
Diff line number
Diff line change
@@ -106,16 +106,16 @@ created packages/reactivity/dist/reactivity.global.prod.js in ?s
106
106
packages/runtime-core/src/apiInject.ts
107
107
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'.
108
108
at error (/vue-next/node_modules/rollup/dist/shared/rollup.js:161:30)
109
-
at throwPluginError (/vue-next/node_modules/rollup/dist/shared/rollup.js:16925:12)
110
-
at Object.error (/vue-next/node_modules/rollup/dist/shared/rollup.js:17944:24)
111
-
at Object.error (/vue-next/node_modules/rollup/dist/shared/rollup.js:17098:38)
109
+
at throwPluginError (/vue-next/node_modules/rollup/dist/shared/rollup.js:16989:12)
110
+
at Object.error (/vue-next/node_modules/rollup/dist/shared/rollup.js:18021:24)
111
+
at Object.error (/vue-next/node_modules/rollup/dist/shared/rollup.js:17162:38)
112
112
at RollupContext.error (/vue-next/node_modules/rollup-plugin-typescript2/src/rollupcontext.ts:37:18)
113
113
at /vue-next/node_modules/rollup-plugin-typescript2/src/print-diagnostics.ts:41:11
114
114
at arrayEach (/vue-next/node_modules/rollup-plugin-typescript2/node_modules/lodash/lodash.js:516:11)
115
115
at forEach (/vue-next/node_modules/rollup-plugin-typescript2/node_modules/lodash/lodash.js:9342:14)
116
116
at _.each (/vue-next/node_modules/rollup-plugin-typescript2/src/print-diagnostics.ts:9:2)
117
117
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/eventemitter3.log
+1-12
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,6 @@
1
1
Exit Code: 1
2
2
Standard output:
3
-
node_modules/eventemitter3/index.d.ts(22,13): error TS2344: Type 'T[K]' does not satisfy the constraint 'any[] | ((...args: any[]) => void)'.
4
-
Type 'T[string] | T[number] | T[symbol]' is not assignable to type 'any[] | ((...args: any[]) => void)'.
5
-
Type 'T[string]' is not assignable to type 'any[] | ((...args: any[]) => void)'.
6
-
Type 'T[string]' is not assignable to type 'any[]'.
7
-
Type 'T[K]' is not assignable to type 'any[]'.
8
-
Type 'T[string] | T[number] | T[symbol]' is not assignable to type 'any[]'.
9
-
Type 'T[string]' is not assignable to type 'any[]'.
10
-
node_modules/eventemitter3/index.d.ts(122,62): error TS2344: Type 'EventTypes' does not satisfy the constraint 'string | symbol | {} | { [K in keyof EventTypes]: any[] | ((...args: any[]) => void); }'.
11
-
Type 'unknown' is not assignable to type 'string | symbol | {} | { [K in keyof EventTypes]: any[] | ((...args: any[]) => void); }'.
12
-
Type 'unknown' is not assignable to type '{ [K in keyof EventTypes]: any[] | ((...args: any[]) => void); }'.
13
-
Type 'EventTypes' is not assignable to type '{ [K in keyof EventTypes]: any[] | ((...args: any[]) => void); }'.
14
-
Type 'unknown' is not assignable to type '{ [K in keyof EventTypes]: any[] | ((...args: any[]) => void); }'.
3
+
node_modules/eventemitter3/index.d.ts(117,17): error TS2536: Type 'K' cannot be used to index type 'ArgumentMap<T>'.
0 commit comments