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
Copy file name to clipboardExpand all lines: tests/baselines/reference/docker/vue-next.log
+22-76Lines changed: 22 additions & 76 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
Exit Code: 0
1
+
Exit Code: 7
2
2
Standard output:
3
3
4
4
> build
@@ -62,32 +62,6 @@ API Extractor completed successfully.
62
62
Rolling up type definitions for shared...
63
63
Analysis will use the bundled TypeScript version 4.0.5
64
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.
Analysis will use the bundled TypeScript version 4.0.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
Analysis will use the bundled TypeScript version 4.0.5
80
-
*** The target project appears to use TypeScript X.X.X-insiders.xxxxxxxx which is newer than the bundled compiler engine; consider upgrading API Extractor.
created packages/shared/dist/shared.cjs.prod.js in ?s
190
164
created packages/runtime-dom/dist/runtime-dom.global.prod.js in ?s
191
-
Warning: dist/packages/shared/src/index.d.ts:15:12 - (tsdoc-characters-after-block-tag) The token "@babel" looks like a TSDoc tag but contains an invalid character "/"; if it is not a tag, use a backslash to escape the "@"
192
-
Warning: dist/packages/shared/src/makeMap.d.ts:5:9 - (tsdoc-unnecessary-backslash) A backslash can only be used to escape a punctuation character
193
-
Warning: dist/packages/shared/src/makeMap.d.ts:5:11 - (tsdoc-unnecessary-backslash) A backslash can only be used to escape a punctuation character
194
-
Warning: dist/packages/shared/src/makeMap.d.ts:5:17 - (tsdoc-unnecessary-backslash) A backslash can only be used to escape a punctuation character
195
-
Warning: dist/packages/shared/src/makeMap.d.ts:5:19 - (tsdoc-unnecessary-backslash) A backslash can only be used to escape a punctuation character
196
-
Warning: dist/packages/shared/src/patchFlags.d.ts:32:59 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
197
-
Warning: dist/packages/shared/src/patchFlags.d.ts:32:44 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
198
-
Warning: dist/packages/shared/src/patchFlags.d.ts:33:39 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
199
-
Warning: dist/packages/shared/src/patchFlags.d.ts:33:24 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
200
-
Warning: dist/packages/shared/src/patchFlags.d.ts:34:45 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
201
-
Warning: dist/packages/shared/src/patchFlags.d.ts:34:48 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
202
-
Warning: dist/packages/shared/src/patchFlags.d.ts:34:19 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
203
-
Warning: dist/packages/shared/src/patchFlags.d.ts:34:37 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
204
-
Warning: dist/packages/shared/src/patchFlags.d.ts:109:19 - (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
205
-
Warning: dist/packages/shared/src/toDisplayString.d.ts:2:36 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
206
-
Warning: dist/packages/shared/src/toDisplayString.d.ts:2:37 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
207
-
Warning: dist/packages/shared/src/toDisplayString.d.ts:2:19 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
208
-
Warning: dist/packages/shared/src/toDisplayString.d.ts:2:20 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
test/Either.ts(244,33): error TS2345: Argument of type 'Either<string, never>' is not assignable to parameter of type 'Either<`invalid color ${string}`, string>'.
4
+
Type 'Left<string>' is not assignable to type 'Either<`invalid color ${string}`, string>'.
5
+
Type 'Left<string>' is not assignable to type 'Left<`invalid color ${string}`>'.
6
+
Type 'string' is not assignable to type '`invalid color ${string}`'.
lib/Compilation.js(2244,8): error TS2345: Argument of type '`${string}|${string}`' is not assignable to parameter of type 'Etag'.
4
+
lib/MultiCompiler.js(247,18): error TS2345: Argument of type '"Circular dependency found in compiler dependencies."' is not assignable to parameter of type '`${string} -> ${string}`'.
5
+
lib/MultiCompiler.js(248,19): error TS2345: Argument of type 'string' is not assignable to parameter of type '`Compiler dependency \`${string}\` not found.`'.
6
+
lib/cache/mergeEtags.js(36,4): error TS2322: Type '`${string}|${string}`' is not assignable to type 'Etag'.
0 commit comments