Skip to content

Commit 8b92238

Browse files
Update user baselines +cc @sandersn
1 parent 5cdc870 commit 8b92238

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

+9-9
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

@@ -78,7 +78,6 @@ created packages/compiler-dom/dist/compiler-dom.global.prod.js in ?s
7878
created packages/compiler-sfc/dist/compiler-sfc.cjs.js in ?s
7979
/vue-next/packages/compiler-sfc/src/index.ts → packages/compiler-sfc/dist/compiler-sfc.global.js...
8080
/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,6 +86,7 @@ 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

0 commit comments

Comments
 (0)