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
Creating a browser bundle that depends on 'path', 'url' and 'util'. You might need to include https://github.com/ionic-team/rollup-plugin-node-polyfills
83
+
created packages/compiler-ssr/dist/compiler-ssr.cjs.js in ?s
84
84
(!) Missing global variable names
85
85
Use output.globals to specify browser global variable names corresponding to external modules
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
[!] (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>'.
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>'.
96
96
Type '(string | number | symbol)[]' is not assignable to type 'ArrayLike<string | symbol>'.
97
97
Index signatures are incompatible.
98
98
Type 'string | number | symbol' is not assignable to type 'string | symbol'.
99
99
Type 'number' is not assignable to type 'string | symbol'.
100
100
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>'.
102
102
Type '(string | number | symbol)[]' is not assignable to type 'ArrayLike<string | symbol>'.
103
103
Index signatures are incompatible.
104
104
Type 'string | number | symbol' is not assignable to type 'string | symbol'.
0 commit comments