Skip to content

Commit c95fc82

Browse files
Update user baselines
1 parent 74ceb41 commit c95fc82

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +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-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
2922
Rolling up type definitions for compiler-ssr...
3023
Analysis will use the bundled TypeScript version 4.1.3
3124
*** 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
3427
Writing package typings: /vue-next/packages/compiler-ssr/dist/compiler-ssr.d.ts
3528
Writing package typings: /vue-next/dist/compiler-ssr.d.ts
3629
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

@@ -80,13 +80,13 @@ created packages/compiler-sfc/dist/compiler-sfc.cjs.js in ?s
8080
/vue-next/packages/compiler-ssr/src/index.ts → packages/compiler-ssr/dist/compiler-ssr.cjs.js...
8181
(!) Missing shims for Node.js built-ins
8282
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
8384
(!) Missing global variable names
8485
Use output.globals to specify browser global variable names corresponding to external modules
8586
path (guessing 'path')
8687
url (guessing 'url')
8788
util (guessing 'require$$0')
8889
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)