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
Analysis will use the bundled TypeScript version 4.3.5
24
-
*** The target project appears to use TypeScript X.X.X-insiders.xxxxxxxx which is newer than the bundled compiler engine; consider upgrading API Extractor.
25
-
Writing: /vue-next/temp/compiler-sfc.api.json
26
-
The API report is up to date: temp/compiler-sfc.api.md
Analysis will use the bundled TypeScript version 4.3.5
31
24
*** The target project appears to use TypeScript X.X.X-insiders.xxxxxxxx which is newer than the bundled compiler engine; consider upgrading API Extractor.
@@ -34,6 +27,13 @@ The API report is up to date: temp/compiler-ssr.api.md
Analysis will use the bundled TypeScript version 4.3.5
32
+
*** The target project appears to use TypeScript X.X.X-insiders.xxxxxxxx which is newer than the bundled compiler engine; consider upgrading API Extractor.
33
+
Writing: /vue-next/temp/compiler-sfc.api.json
34
+
The API report is up to date: temp/compiler-sfc.api.md
Analysis will use the bundled TypeScript version 4.3.5
64
+
*** The target project appears to use TypeScript X.X.X-insiders.xxxxxxxx which is newer than the bundled compiler engine; consider upgrading API Extractor.
65
+
Writing: /vue-next/temp/runtime-dom.api.json
66
+
The API report is up to date: temp/runtime-dom.api.md
Rolling up type definitions for server-renderer...
63
70
Analysis will use the bundled TypeScript version 4.3.5
64
71
*** The target project appears to use TypeScript X.X.X-insiders.xxxxxxxx which is newer than the bundled compiler engine; consider upgrading API Extractor.
@@ -67,13 +74,6 @@ The API report is up to date: temp/server-renderer.api.md
Analysis will use the bundled TypeScript version 4.3.5
72
-
*** The target project appears to use TypeScript X.X.X-insiders.xxxxxxxx which is newer than the bundled compiler engine; consider upgrading API Extractor.
73
-
Writing: /vue-next/temp/runtime-dom.api.json
74
-
The API report is up to date: temp/runtime-dom.api.md
created packages/compiler-sfc/dist/compiler-sfc.esm-browser.js in ?s
157
156
created packages/compiler-ssr/dist/compiler-ssr.cjs.js in ?s
157
+
created packages/compiler-sfc/dist/compiler-sfc.esm-browser.js in ?s
158
158
Warning: /vue-next/packages/reactivity/src/computed.ts:83:5 - (TS2322) Type 'ComputedGetter<T> | WritableComputedOptions<T>' is not assignable to type 'ComputedGetter<T>'.
159
159
Type 'WritableComputedOptions<T>' is not assignable to type 'ComputedGetter<T>'.
160
160
Type 'WritableComputedOptions<T>' provides no match for the signature '(...args: any[]): T'.
Property 'get' does not exist on type 'ComputedGetter<T>'.
170
170
Warning: /vue-next/packages/reactivity/src/computed.ts:91:30 - (TS2339) Property 'set' does not exist on type 'ComputedGetter<T> | WritableComputedOptions<T>'.
171
171
Property 'set' does not exist on type 'ComputedGetter<T>'.
Warning: /vue-next/packages/reactivity/src/computed.ts:83:5 - (TS2322) Type 'ComputedGetter<T> | WritableComputedOptions<T>' is not assignable to type 'ComputedGetter<T>'.
212
216
Type 'WritableComputedOptions<T>' is not assignable to type 'ComputedGetter<T>'.
213
217
Type 'WritableComputedOptions<T>' provides no match for the signature '(...args: any[]): T'.
Warning: dist/packages/runtime-core/src/apiCreateApp.d.ts:47:27 - (tsdoc-characters-after-block-tag) The token "@vue" looks like a TSDoc tag but contains an invalid character "/"; if it is not a tag, use a backslash to escape the "@"
219
223
Warning: dist/packages/runtime-core/src/compat/global.d.ts:30:8 - (tsdoc-missing-deprecation-message) The @deprecated block must include a deprecation message, e.g. describing the recommended alternative
220
224
Warning: dist/packages/runtime-core/src/index.d.ts:34:9 - (TS2717) Subsequent property declarations must have the same type. Property 'runtimeCoreBailTypes' must be of type 'VNode<RendererNode, RendererElement, { [key: string]: any; }> | { $: ComponentInternalInstance; }', but here has type 'VNode<RendererNode, RendererElement, { [key: string]: any; }> | { $: ComponentInternalInstance; }'.
221
-
created packages/runtime-dom/dist/runtime-dom.esm-browser.js in ?s
created packages/server-renderer/dist/server-renderer.cjs.prod.js in ?s
237
236
created packages/runtime-dom/dist/runtime-dom.global.prod.js in ?s
237
+
created packages/server-renderer/dist/server-renderer.cjs.prod.js in ?s
238
238
Warning: /vue-next/packages/reactivity/src/computed.ts:83:5 - (TS2322) Type 'ComputedGetter<T> | WritableComputedOptions<T>' is not assignable to type 'ComputedGetter<T>'.
239
239
Type 'WritableComputedOptions<T>' is not assignable to type 'ComputedGetter<T>'.
240
240
Type 'WritableComputedOptions<T>' provides no match for the signature '(...args: any[]): T'.
241
241
Warning: /vue-next/packages/reactivity/src/computed.ts:90:30 - (TS2339) Property 'get' does not exist on type 'ComputedGetter<T> | WritableComputedOptions<T>'.
242
242
Property 'get' does not exist on type 'ComputedGetter<T>'.
243
243
Warning: /vue-next/packages/reactivity/src/computed.ts:91:30 - (TS2339) Property 'set' does not exist on type 'ComputedGetter<T> | WritableComputedOptions<T>'.
244
244
Property 'set' does not exist on type 'ComputedGetter<T>'.
245
-
Warning: dist/packages/server-renderer/src/renderToStream.d.ts:11:4 - (tsdoc-missing-deprecation-message) The @deprecated block must include a deprecation message, e.g. describing the recommended alternative
246
245
Warning: /vue-next/packages/reactivity/src/computed.ts:83:5 - (TS2322) Type 'ComputedGetter<T> | WritableComputedOptions<T>' is not assignable to type 'ComputedGetter<T>'.
247
246
Type 'WritableComputedOptions<T>' is not assignable to type 'ComputedGetter<T>'.
248
247
Type 'WritableComputedOptions<T>' provides no match for the signature '(...args: any[]): T'.
249
248
Warning: /vue-next/packages/reactivity/src/computed.ts:90:30 - (TS2339) Property 'get' does not exist on type 'ComputedGetter<T> | WritableComputedOptions<T>'.
250
249
Property 'get' does not exist on type 'ComputedGetter<T>'.
251
250
Warning: /vue-next/packages/reactivity/src/computed.ts:91:30 - (TS2339) Property 'set' does not exist on type 'ComputedGetter<T> | WritableComputedOptions<T>'.
252
251
Property 'set' does not exist on type 'ComputedGetter<T>'.
252
+
Warning: dist/packages/server-renderer/src/renderToStream.d.ts:11:4 - (tsdoc-missing-deprecation-message) The @deprecated block must include a deprecation message, e.g. describing the recommended alternative
0 commit comments