Skip to content

Commit ac5f079

Browse files
Update user baselines +cc @sandersn
1 parent 3d7ec8a commit ac5f079

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

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

+11-11
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,6 @@ The API report is up to date: temp/compiler-dom.api.md
1919
Writing package typings: /vue-next/packages/compiler-dom/dist/compiler-dom.d.ts
2020
Writing package typings: /vue-next/dist/compiler-dom.d.ts
2121
API Extractor completed successfully.
22-
Rolling up type definitions for compiler-ssr...
23-
Analysis will use the bundled TypeScript version 4.1.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-ssr.api.json
26-
The API report is up to date: temp/compiler-ssr.api.md
27-
Writing package typings: /vue-next/packages/compiler-ssr/dist/compiler-ssr.d.ts
28-
Writing package typings: /vue-next/dist/compiler-ssr.d.ts
29-
API Extractor completed successfully.
3022
Rolling up type definitions for compiler-sfc...
3123
Analysis will use the bundled TypeScript version 4.1.5
3224
*** The target project appears to use TypeScript X.X.X-insiders.xxxxxxxx which is newer than the bundled compiler engine; consider upgrading API Extractor.
@@ -35,6 +27,14 @@ The API report is up to date: temp/compiler-sfc.api.md
3527
Writing package typings: /vue-next/packages/compiler-sfc/dist/compiler-sfc.d.ts
3628
Writing package typings: /vue-next/dist/compiler-sfc.d.ts
3729
API Extractor completed successfully.
30+
Rolling up type definitions for compiler-ssr...
31+
Analysis will use the bundled TypeScript version 4.1.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-ssr.api.json
34+
The API report is up to date: temp/compiler-ssr.api.md
35+
Writing package typings: /vue-next/packages/compiler-ssr/dist/compiler-ssr.d.ts
36+
Writing package typings: /vue-next/dist/compiler-ssr.d.ts
37+
API Extractor completed successfully.
3838

3939

4040

@@ -75,10 +75,9 @@ Warning: dist/packages/compiler-core/src/options.d.ts:149:35 - (tsdoc-malformed-
7575
Warning: dist/packages/compiler-core/src/options.d.ts:149:36 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
7676
/vue-next/packages/compiler-sfc/src/index.ts → packages/compiler-sfc/dist/compiler-sfc.cjs.js...
7777
created packages/compiler-dom/dist/compiler-dom.global.prod.js in ?s
78+
/vue-next/packages/compiler-ssr/src/index.ts → packages/compiler-ssr/dist/compiler-ssr.cjs.js...
7879
created packages/compiler-sfc/dist/compiler-sfc.cjs.js in ?s
7980
/vue-next/packages/compiler-sfc/src/index.ts → packages/compiler-sfc/dist/compiler-sfc.global.js...
80-
/vue-next/packages/compiler-ssr/src/index.ts → packages/compiler-ssr/dist/compiler-ssr.cjs.js...
81-
created packages/compiler-ssr/dist/compiler-ssr.cjs.js in ?s
8281
(!) Missing shims for Node.js built-ins
8382
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
8483
(!) Missing global variable names
@@ -87,11 +86,12 @@ path (guessing 'path')
8786
url (guessing 'url')
8887
util (guessing 'require$$0')
8988
created packages/compiler-sfc/dist/compiler-sfc.global.js in ?s
89+
created packages/compiler-ssr/dist/compiler-ssr.cjs.js in ?s
9090
Warning: dist/packages/compiler-sfc/src/compileScript.d.ts:27:36 - (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
9191
Warning: dist/packages/compiler-sfc/src/compileScript.d.ts:27:23 - (tsdoc-html-tag-missing-equals) The HTML element has an invalid attribute: Expecting "=" after HTML attribute name
9292
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
93-
/vue-next/packages/reactivity/src/index.ts → packages/reactivity/dist/reactivity.esm-bundler.js...
9493
/vue-next/packages/runtime-core/src/index.ts → packages/runtime-core/dist/runtime-core.esm-bundler.js...
94+
/vue-next/packages/reactivity/src/index.ts → packages/reactivity/dist/reactivity.esm-bundler.js...
9595
[!] (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>'.
9696
Type '(string | number | symbol)[]' is not assignable to type 'ArrayLike<string | symbol>'.
9797
Index signatures are incompatible.

0 commit comments

Comments
 (0)