Skip to content

Commit 2d67997

Browse files
Update user baselines
1 parent 57fb597 commit 2d67997

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ 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-sfc...
23+
Analysis will use the bundled TypeScript version 4.1.3
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
27+
Writing package typings: /vue-next/packages/compiler-sfc/dist/compiler-sfc.d.ts
28+
Writing package typings: /vue-next/dist/compiler-sfc.d.ts
2229
Rolling up type definitions for compiler-ssr...
2330
Analysis will use the bundled TypeScript version 4.1.3
2431
*** The target project appears to use TypeScript X.X.X-insiders.xxxxxxxx which is newer than the bundled compiler engine; consider upgrading API Extractor.
@@ -27,13 +34,6 @@ The API report is up to date: temp/compiler-ssr.api.md
2734
Writing package typings: /vue-next/packages/compiler-ssr/dist/compiler-ssr.d.ts
2835
Writing package typings: /vue-next/dist/compiler-ssr.d.ts
2936
API Extractor completed successfully.
30-
Rolling up type definitions for compiler-sfc...
31-
Analysis will use the bundled TypeScript version 4.1.3
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
35-
Writing package typings: /vue-next/packages/compiler-sfc/dist/compiler-sfc.d.ts
36-
Writing package typings: /vue-next/dist/compiler-sfc.d.ts
3737
API Extractor completed successfully.
3838

3939

@@ -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...
7978
created packages/compiler-sfc/dist/compiler-sfc.cjs.js in ?s
8079
/vue-next/packages/compiler-sfc/src/index.ts → packages/compiler-sfc/dist/compiler-sfc.global.js...
81-
created packages/compiler-ssr/dist/compiler-ssr.cjs.js in ?s
80+
/vue-next/packages/compiler-ssr/src/index.ts → packages/compiler-ssr/dist/compiler-ssr.cjs.js...
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)