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 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-ssr.api.json
26
-
The API report is up to date: temp/compiler-ssr.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,28 +27,45 @@ The API report is up to date: temp/compiler-sfc.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-ssr.api.json
34
+
The API report is up to date: temp/compiler-ssr.api.md
(!) Plugin replace: @rollup/plugin-replace: 'preventAssignment' currently defaults to false. It is recommended to set this option to `true`, as the next major version will default this option to `true`.
45
46
created packages/compiler-dom/dist/compiler-dom.esm-bundler.js in ?s
(!) Plugin replace: @rollup/plugin-replace: 'preventAssignment' currently defaults to false. It is recommended to set this option to `true`, as the next major version will default this option to `true`.
47
49
created packages/compiler-core/dist/compiler-core.esm-bundler.js in ?s
(!) Plugin replace: @rollup/plugin-replace: 'preventAssignment' currently defaults to false. It is recommended to set this option to `true`, as the next major version will default this option to `true`.
49
52
created packages/compiler-dom/dist/compiler-dom.esm-browser.js in ?s
(!) Plugin replace: @rollup/plugin-replace: 'preventAssignment' currently defaults to false. It is recommended to set this option to `true`, as the next major version will default this option to `true`.
51
55
created packages/compiler-core/dist/compiler-core.cjs.js in ?s
(!) Plugin replace: @rollup/plugin-replace: 'preventAssignment' currently defaults to false. It is recommended to set this option to `true`, as the next major version will default this option to `true`.
53
58
created packages/compiler-dom/dist/compiler-dom.cjs.js in ?s
(!) Plugin replace: @rollup/plugin-replace: 'preventAssignment' currently defaults to false. It is recommended to set this option to `true`, as the next major version will default this option to `true`.
55
61
created packages/compiler-core/dist/compiler-core.cjs.prod.js in ?s
62
+
(!) Plugin replace: @rollup/plugin-replace: 'preventAssignment' currently defaults to false. It is recommended to set this option to `true`, as the next major version will default this option to `true`.
56
63
created packages/compiler-dom/dist/compiler-dom.global.js in ?s
(!) Plugin replace: @rollup/plugin-replace: 'preventAssignment' currently defaults to false. It is recommended to set this option to `true`, as the next major version will default this option to `true`.
58
66
created packages/compiler-dom/dist/compiler-dom.esm-browser.prod.js in ?s
(!) Plugin replace: @rollup/plugin-replace: 'preventAssignment' currently defaults to false. It is recommended to set this option to `true`, as the next major version will default this option to `true`.
60
69
created packages/compiler-dom/dist/compiler-dom.cjs.prod.js in ?s
Warning: dist/packages/compiler-core/src/options.d.ts:36:25 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
(!) Plugin replace: @rollup/plugin-replace: 'preventAssignment' currently defaults to false. It is recommended to set this option to `true`, as the next major version will default this option to `true`.
77
87
created packages/compiler-dom/dist/compiler-dom.global.prod.js in ?s
88
+
(!) Plugin replace: @rollup/plugin-replace: 'preventAssignment' currently defaults to false. It is recommended to set this option to `true`, as the next major version will default this option to `true`.
78
89
created packages/compiler-sfc/dist/compiler-sfc.cjs.js in ?s
created packages/compiler-ssr/dist/compiler-ssr.cjs.js in ?s
82
92
(!) Missing shims for Node.js built-ins
83
93
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
84
94
(!) Missing global variable names
85
95
Use output.globals to specify browser global variable names corresponding to external modules
86
96
path (guessing 'path')
87
97
url (guessing 'url')
88
98
util (guessing 'require$$0')
99
+
(!) Plugin replace: @rollup/plugin-replace: 'preventAssignment' currently defaults to false. It is recommended to set this option to `true`, as the next major version will default this option to `true`.
89
100
created packages/compiler-sfc/dist/compiler-sfc.global.js in ?s
101
+
(!) Plugin replace: @rollup/plugin-replace: 'preventAssignment' currently defaults to false. It is recommended to set this option to `true`, as the next major version will default this option to `true`.
102
+
created packages/compiler-ssr/dist/compiler-ssr.cjs.js in ?s
90
103
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
91
104
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
92
105
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
(!) Plugin replace: @rollup/plugin-replace: 'preventAssignment' currently defaults to false. It is recommended to set this option to `true`, as the next major version will default this option to `true`.
95
109
[!] (plugin rpt2) Error: /vue-next/packages/reactivity/src/baseHandlers.ts(195,3): semantic error TS2322: Type '(target: object) => (string | number | symbol)[]' is not assignable to type '(target: object) => ArrayLike<string | symbol>'.
96
110
Type '(string | number | symbol)[]' is not assignable to type 'ArrayLike<string | symbol>'.
node_modules/lodash/takeRight.js(29,30): error TS1016: A required parameter cannot follow an optional parameter.
417
417
node_modules/lodash/takeRightWhile.js(41,48): error TS2554: Expected 0-1 arguments, but got 2.
418
418
node_modules/lodash/takeWhile.js(41,48): error TS2554: Expected 0-1 arguments, but got 2.
419
-
node_modules/lodash/template.js(140,36): error TS1016: A required parameter cannot follow an optional parameter.
420
-
node_modules/lodash/template.js(152,34): error TS2532: Object is possibly 'undefined'.
421
-
node_modules/lodash/template.js(159,21): error TS2532: Object is possibly 'undefined'.
422
-
node_modules/lodash/template.js(164,6): error TS2532: Object is possibly 'undefined'.
423
-
node_modules/lodash/template.js(167,6): error TS2532: Object is possibly 'undefined'.
424
-
node_modules/lodash/template.js(176,9): error TS2532: Object is possibly 'undefined'.
425
-
node_modules/lodash/template.js(184,15): error TS2532: Object is possibly 'undefined'.
426
-
node_modules/lodash/template.js(209,62): error TS2532: Object is possibly 'undefined'.
427
-
node_modules/lodash/template.js(238,21): error TS2345: Argument of type 'any[]' is not assignable to parameter of type 'string'.
419
+
node_modules/lodash/template.js(155,36): error TS1016: A required parameter cannot follow an optional parameter.
420
+
node_modules/lodash/template.js(167,34): error TS2532: Object is possibly 'undefined'.
421
+
node_modules/lodash/template.js(174,21): error TS2532: Object is possibly 'undefined'.
422
+
node_modules/lodash/template.js(179,6): error TS2532: Object is possibly 'undefined'.
423
+
node_modules/lodash/template.js(182,6): error TS2532: Object is possibly 'undefined'.
424
+
node_modules/lodash/template.js(191,9): error TS2532: Object is possibly 'undefined'.
425
+
node_modules/lodash/template.js(199,15): error TS2532: Object is possibly 'undefined'.
426
+
node_modules/lodash/template.js(224,62): error TS2532: Object is possibly 'undefined'.
427
+
node_modules/lodash/template.js(259,21): error TS2345: Argument of type 'any[]' is not assignable to parameter of type 'string'.
428
428
node_modules/lodash/templateSettings.js(63,12): error TS2322: Type '{ escape: (string?: string | undefined) => string; }' is not assignable to type 'Function'.
429
429
Object literal may only specify known properties, and ''escape'' does not exist in type 'Function'.
430
430
node_modules/lodash/throttle.js(59,28): error TS2532: Object is possibly 'undefined'.
@@ -433,8 +433,8 @@ node_modules/lodash/toLower.js(11,21): error TS8024: JSDoc '@param' tag has name
433
433
node_modules/lodash/toUpper.js(11,21): error TS8024: JSDoc '@param' tag has name 'string', but there is no parameter with that name.
434
434
node_modules/lodash/transform.js(46,37): error TS2554: Expected 0-1 arguments, but got 2.
435
435
node_modules/lodash/transform.js(60,12): error TS2722: Cannot invoke an object which is possibly 'undefined'.
436
-
node_modules/lodash/trim.js(33,30): error TS1016: A required parameter cannot follow an optional parameter.
437
-
node_modules/lodash/trimEnd.js(29,33): error TS1016: A required parameter cannot follow an optional parameter.
436
+
node_modules/lodash/trim.js(31,30): error TS1016: A required parameter cannot follow an optional parameter.
437
+
node_modules/lodash/trimEnd.js(27,33): error TS1016: A required parameter cannot follow an optional parameter.
438
438
node_modules/lodash/trimStart.js(29,35): error TS1016: A required parameter cannot follow an optional parameter.
439
439
node_modules/lodash/truncate.js(60,36): error TS2532: Object is possibly 'undefined'.
440
440
node_modules/lodash/truncate.js(61,26): error TS2532: Object is possibly 'undefined'.
0 commit comments