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
Analysis will use the bundled TypeScript version 3.9.6
7
+
Analysis will use the bundled TypeScript version 3.9.7
8
8
*** The target project appears to use TypeScript X.X.X-insiders.xxxxxxxx which is newer than the bundled compiler engine; consider upgrading API Extractor.
9
9
Writing: /vue-next/temp/compiler-core.api.json
10
10
The API report is up to date: temp/compiler-core.api.md
Analysis will use the bundled TypeScript version 3.9.6
15
+
Analysis will use the bundled TypeScript version 3.9.7
16
16
*** The target project appears to use TypeScript X.X.X-insiders.xxxxxxxx which is newer than the bundled compiler engine; consider upgrading API Extractor.
17
17
Writing: /vue-next/temp/compiler-dom.api.json
18
18
The API report is up to date: temp/compiler-dom.api.md
Analysis will use the bundled TypeScript version 3.9.6
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 3.9.6
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
Analysis will use the bundled TypeScript version 3.9.6
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.
41
-
Writing: /vue-next/temp/reactivity.api.json
42
-
The API report is up to date: temp/reactivity.api.md
Warning: dist/packages/compiler-core/src/options.d.ts:36:26 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
59
35
Warning: dist/packages/compiler-core/src/options.d.ts:36:19 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
60
36
Warning: dist/packages/compiler-core/src/options.d.ts:36:20 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
61
-
Warning: dist/packages/compiler-core/src/options.d.ts:52:39 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
62
-
Warning: dist/packages/compiler-core/src/options.d.ts:52:21 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
63
-
Warning: dist/packages/compiler-core/src/options.d.ts:69:42 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
64
-
Warning: dist/packages/compiler-core/src/options.d.ts:69:43 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
65
-
Warning: dist/packages/compiler-core/src/options.d.ts:69:35 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
66
-
Warning: dist/packages/compiler-core/src/options.d.ts:69:36 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
37
+
Warning: dist/packages/compiler-core/src/options.d.ts:55:39 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
38
+
Warning: dist/packages/compiler-core/src/options.d.ts:55:21 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
39
+
Warning: dist/packages/compiler-core/src/options.d.ts:76:42 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
40
+
Warning: dist/packages/compiler-core/src/options.d.ts:76:43 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
41
+
Warning: dist/packages/compiler-core/src/options.d.ts:76:35 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
42
+
Warning: dist/packages/compiler-core/src/options.d.ts:76:36 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
[!] (plugin rpt2) Error: /vue-next/packages/runtime-core/src/apiInject.ts(40,9): semantic error TS2360: The left-hand side of an 'in' expression must be of type 'any', 'string', 'number', or 'symbol'.
105
-
packages/runtime-core/src/apiInject.ts
106
-
Error: /vue-next/packages/runtime-core/src/apiInject.ts(40,9): semantic error TS2360: The left-hand side of an 'in' expression must be of type 'any', 'string', 'number', or 'symbol'.
107
-
at error (/vue-next/node_modules/rollup/dist/shared/rollup.js:5171:30)
108
-
at throwPluginError (/vue-next/node_modules/rollup/dist/shared/rollup.js:17415:12)
109
-
at Object.error (/vue-next/node_modules/rollup/dist/shared/rollup.js:18036:24)
110
-
at Object.error (/vue-next/node_modules/rollup/dist/shared/rollup.js:17588:38)
62
+
[!] (plugin rpt2) Error: /vue-next/packages/compiler-sfc/src/parse.ts(179,14): semantic error TS2790: The operand of a 'delete' operator must be optional.
63
+
packages/compiler-sfc/src/parse.ts
64
+
Error: /vue-next/packages/compiler-sfc/src/parse.ts(179,14): semantic error TS2790: The operand of a 'delete' operator must be optional.
65
+
at error (/vue-next/node_modules/rollup/dist/shared/rollup.js:5174:30)
66
+
at throwPluginError (/vue-next/node_modules/rollup/dist/shared/rollup.js:17452:12)
67
+
at Object.error (/vue-next/node_modules/rollup/dist/shared/rollup.js:18071:24)
68
+
at Object.error (/vue-next/node_modules/rollup/dist/shared/rollup.js:17625:38)
111
69
at RollupContext.error (/vue-next/node_modules/rollup-plugin-typescript2/src/rollupcontext.ts:37:18)
112
70
at /vue-next/node_modules/rollup-plugin-typescript2/src/print-diagnostics.ts:41:11
113
71
at arrayEach (/vue-next/node_modules/rollup-plugin-typescript2/node_modules/lodash/lodash.js:516:11)
114
72
at forEach (/vue-next/node_modules/rollup-plugin-typescript2/node_modules/lodash/lodash.js:9342:14)
115
73
at _.each (/vue-next/node_modules/rollup-plugin-typescript2/src/print-diagnostics.ts:9:2)
116
74
at Object.transform (/vue-next/node_modules/rollup-plugin-typescript2/src/index.ts:242:5)
at makeError (/vue-next/node_modules/execa/lib/error.js:59:11)
119
77
at handlePromise (/vue-next/node_modules/execa/index.js:114:26)
120
78
at processTicksAndRejections (internal/process/task_queues.js:93:5)
121
-
at async build (/vue-next/scripts/build.js:71:3)
122
-
at async buildAll (/vue-next/scripts/build.js:50:5)
123
-
at async run (/vue-next/scripts/build.js:40:5)
79
+
at async build (/vue-next/scripts/build.js:75:3)
80
+
at async buildAll (/vue-next/scripts/build.js:54:5)
81
+
at async run (/vue-next/scripts/build.js:44:5)
124
82
(Use `node --trace-warnings ...` to show where the warning was created)
125
83
(node:17) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
126
84
(node:17) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
0 commit comments