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/vscode.log
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this comm
9
9
10
10
11
11
Standard error:
12
-
(node:18) [DEP0097] DeprecationWarning: Using a domain property in MakeCallback is deprecated. Use the async_context variant of MakeCallback or the AsyncResource class instead.
12
+
(node:17) [DEP0097] DeprecationWarning: Using a domain property in MakeCallback is deprecated. Use the async_context variant of MakeCallback or the AsyncResource class instead.
13
13
[XX:XX:XX] 'compile' errored after
14
14
[XX:XX:XX] Error: Found 1 errors
15
15
at Stream.<anonymous> (/vscode/build/lib/reporter.js:91:29)
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-sfc.api.json
26
-
The API report is up to date: temp/compiler-sfc.api.md
Analysis will use the bundled TypeScript version 4.1.5
32
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.
@@ -35,6 +27,14 @@ The API report is up to date: temp/compiler-ssr.api.md
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-sfc.api.json
34
+
The API report is up to date: temp/compiler-sfc.api.md
Analysis will use the bundled TypeScript version 4.1.5
40
40
*** The target project appears to use TypeScript X.X.X-insiders.xxxxxxxx which is newer than the bundled compiler engine; consider upgrading API Extractor.
@@ -102,20 +102,20 @@ Warning: /vue-next/packages/reactivity/src/baseHandlers.ts:198:3 - (TS2322) Type
102
102
Type 'number' is not assignable to type 'string | symbol'.
Warning: /vue-next/packages/reactivity/src/baseHandlers.ts:198:3 - (TS2322) Type '(string | number | symbol)[]' is not assignable to type '(string | symbol)[]'.
108
106
Type 'string | number | symbol' is not assignable to type 'string | symbol'.
109
107
Type 'number' is not assignable to type 'string | symbol'.
created packages/compiler-ssr/dist/compiler-ssr.cjs.js in ?s
113
-
Warning: dist/packages/compiler-sfc/src/compileScript.d.ts:28:36 - (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
114
-
Warning: dist/packages/compiler-sfc/src/compileScript.d.ts:28:23 - (tsdoc-html-tag-missing-equals) The HTML element has an invalid attribute: Expecting "=" after HTML attribute name
115
-
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
112
+
created packages/compiler-sfc/dist/compiler-sfc.esm-browser.js in ?s
116
113
Warning: /vue-next/packages/reactivity/src/baseHandlers.ts:198:3 - (TS2322) Type '(string | number | symbol)[]' is not assignable to type '(string | symbol)[]'.
117
114
Type 'string | number | symbol' is not assignable to type 'string | symbol'.
118
115
Type 'number' is not assignable to type 'string | symbol'.
116
+
Warning: dist/packages/compiler-sfc/src/compileScript.d.ts:28:36 - (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
117
+
Warning: dist/packages/compiler-sfc/src/compileScript.d.ts:28:23 - (tsdoc-html-tag-missing-equals) The HTML element has an invalid attribute: Expecting "=" after HTML attribute name
118
+
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
119
119
Warning: /vue-next/packages/reactivity/src/baseHandlers.ts:198:3 - (TS2322) Type '(string | number | symbol)[]' is not assignable to type '(string | symbol)[]'.
120
120
Type 'string | number | symbol' is not assignable to type 'string | symbol'.
121
121
Type 'number' is not assignable to type 'string | symbol'.
@@ -146,8 +146,8 @@ Warning: /vue-next/packages/reactivity/src/baseHandlers.ts:198:3 - (TS2322) Type
146
146
Type 'string | number | symbol' is not assignable to type 'string | symbol'.
147
147
Type 'number' is not assignable to type 'string | symbol'.
148
148
Warning: dist/packages/runtime-core/src/index.d.ts:34:9 - (TS2717) Subsequent property declarations must have the same type. Property 'runtimeCoreBailTypes' must be of type 'VNode<RendererNode, RendererElement, { [key: string]: any; }> | { $: ComponentInternalInstance; }', but here has type 'VNode<RendererNode, RendererElement, { [key: string]: any; }> | { $: ComponentInternalInstance; }'.
0 commit comments