mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 16:38:05 -06:00
Merge pull request #38917 from typescript-bot/user-baseline-updates
🤖 User test baselines have changed for refs/heads/master
This commit is contained in:
commit
f7bca49348
@ -1,64 +1,11 @@
|
||||
Exit Code: 1
|
||||
Exit Code: 0
|
||||
Standard output:
|
||||
yarn run vX.X.X
|
||||
$ gulp compile --max_old_space_size=4095
|
||||
[XX:XX:XX] Node flags detected: --max_old_space_size=4095
|
||||
[XX:XX:XX] Using gulpfile /vscode/gulpfile.js
|
||||
[XX:XX:XX] Error: /vscode/src/vs/workbench/services/configurationResolver/test/electron-browser/configurationResolverService.test.ts(30,6): 'activeTextEditorControl' is defined as a property in class 'TestEditorService', but is overridden here in 'TestEditorServiceWithActiveEditor' as an accessor.
|
||||
[XX:XX:XX] Error: /vscode/src/vs/workbench/services/configurationResolver/test/electron-browser/configurationResolverService.test.ts(40,6): 'activeEditor' is defined as a property in class 'TestEditorService', but is overridden here in 'TestEditorServiceWithActiveEditor' as an accessor.
|
||||
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/files/browser/views/explorerView.ts(198,6): 'title' is defined as a property in class 'ViewPane', but is overridden here in 'ExplorerView' as an accessor.
|
||||
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/extensions/test/electron-browser/extensionsViews.test.ts(106,8): 'localExtensionManagementServer' is defined as a property in class 'ExtensionManagementServerService', but is overridden here in '(Anonymous class)' as an accessor.
|
||||
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/extensions/test/electron-browser/extensionsActions.test.ts(106,7): 'localExtensionManagementServer' is defined as a property in class 'ExtensionManagementServerService', but is overridden here in '(Anonymous class)' as an accessor.
|
||||
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/remote/browser/explorerViewItems.ts(30,2): 'actionRunner' is defined as an accessor in class 'SelectActionViewItem', but is overridden here in 'SwitchRemoteViewItem' as an instance property.
|
||||
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/preferences/browser/settingsEditor2.ts(202,6): 'minimumWidth' is defined as a property in class 'BaseEditor', but is overridden here in 'SettingsEditor2' as an accessor.
|
||||
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/preferences/browser/settingsEditor2.ts(203,6): 'maximumWidth' is defined as a property in class 'BaseEditor', but is overridden here in 'SettingsEditor2' as an accessor.
|
||||
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/preferences/browser/preferencesEditor.ts(76,6): 'minimumWidth' is defined as a property in class 'BaseEditor', but is overridden here in 'PreferencesEditor' as an accessor.
|
||||
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/preferences/browser/preferencesEditor.ts(77,6): 'maximumWidth' is defined as a property in class 'BaseEditor', but is overridden here in 'PreferencesEditor' as an accessor.
|
||||
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/output/browser/outputView.ts(169,16): 'instantiationService' is defined as a property in class 'AbstractTextResourceEditor', but is overridden here in 'OutputEditor' as an accessor.
|
||||
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/notebook/browser/notebookEditor.ts(63,6): 'minimumWidth' is defined as a property in class 'BaseEditor', but is overridden here in 'NotebookEditor' as an accessor.
|
||||
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/notebook/browser/notebookEditor.ts(64,6): 'maximumWidth' is defined as a property in class 'BaseEditor', but is overridden here in 'NotebookEditor' as an accessor.
|
||||
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/editor/sideBySideEditor.ts(38,6): 'minimumWidth' is defined as a property in class 'BaseEditor', but is overridden here in 'SideBySideEditor' as an accessor.
|
||||
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/editor/sideBySideEditor.ts(39,6): 'maximumWidth' is defined as a property in class 'BaseEditor', but is overridden here in 'SideBySideEditor' as an accessor.
|
||||
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/editor/sideBySideEditor.ts(40,6): 'minimumHeight' is defined as a property in class 'BaseEditor', but is overridden here in 'SideBySideEditor' as an accessor.
|
||||
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/editor/sideBySideEditor.ts(41,6): 'maximumHeight' is defined as a property in class 'BaseEditor', but is overridden here in 'SideBySideEditor' as an accessor.
|
||||
[XX:XX:XX] Error: /vscode/src/vs/base/browser/ui/tree/asyncDataTree.ts(161,6): 'context' is defined as a property in class 'ElementsDragAndDropData<T, TContext>', but is overridden here in 'AsyncDataTreeElementsDragAndDropData<TInput, T, TContext>' as an accessor.
|
||||
[XX:XX:XX] Error: /vscode/src/vs/base/browser/ui/tree/abstractTree.ts(33,6): 'context' is defined as a property in class 'ElementsDragAndDropData<T, TContext>', but is overridden here in 'TreeElementsDragAndDropData<T, TFilterData, TContext>' as an accessor.
|
||||
[XX:XX:XX] Error: /vscode/src/vs/workbench/test/electron-browser/workbenchTestServices.ts(142,16): 'encodingOverrides' is defined as a property in class 'EncodingOracle', but is overridden here in 'TestEncodingOracle' as an accessor.
|
||||
[XX:XX:XX] Error: /vscode/src/vs/workbench/services/configurationResolver/test/electron-browser/configurationResolverService.test.ts(30,6): 'activeTextEditorControl' is defined as a property in class 'TestEditorService', but is overridden here in 'TestEditorServiceWithActiveEditor' as an accessor.
|
||||
[XX:XX:XX] Error: /vscode/src/vs/workbench/services/configurationResolver/test/electron-browser/configurationResolverService.test.ts(40,6): 'activeEditor' is defined as a property in class 'TestEditorService', but is overridden here in 'TestEditorServiceWithActiveEditor' as an accessor.
|
||||
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/files/browser/views/explorerView.ts(198,6): 'title' is defined as a property in class 'ViewPane', but is overridden here in 'ExplorerView' as an accessor.
|
||||
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/extensions/test/electron-browser/extensionsViews.test.ts(106,8): 'localExtensionManagementServer' is defined as a property in class 'ExtensionManagementServerService', but is overridden here in '(Anonymous class)' as an accessor.
|
||||
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/extensions/test/electron-browser/extensionsActions.test.ts(106,7): 'localExtensionManagementServer' is defined as a property in class 'ExtensionManagementServerService', but is overridden here in '(Anonymous class)' as an accessor.
|
||||
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/remote/browser/explorerViewItems.ts(30,2): 'actionRunner' is defined as an accessor in class 'SelectActionViewItem', but is overridden here in 'SwitchRemoteViewItem' as an instance property.
|
||||
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/preferences/browser/settingsEditor2.ts(202,6): 'minimumWidth' is defined as a property in class 'BaseEditor', but is overridden here in 'SettingsEditor2' as an accessor.
|
||||
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/preferences/browser/settingsEditor2.ts(203,6): 'maximumWidth' is defined as a property in class 'BaseEditor', but is overridden here in 'SettingsEditor2' as an accessor.
|
||||
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/preferences/browser/preferencesEditor.ts(76,6): 'minimumWidth' is defined as a property in class 'BaseEditor', but is overridden here in 'PreferencesEditor' as an accessor.
|
||||
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/preferences/browser/preferencesEditor.ts(77,6): 'maximumWidth' is defined as a property in class 'BaseEditor', but is overridden here in 'PreferencesEditor' as an accessor.
|
||||
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/output/browser/outputView.ts(169,16): 'instantiationService' is defined as a property in class 'AbstractTextResourceEditor', but is overridden here in 'OutputEditor' as an accessor.
|
||||
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/notebook/browser/notebookEditor.ts(63,6): 'minimumWidth' is defined as a property in class 'BaseEditor', but is overridden here in 'NotebookEditor' as an accessor.
|
||||
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/notebook/browser/notebookEditor.ts(64,6): 'maximumWidth' is defined as a property in class 'BaseEditor', but is overridden here in 'NotebookEditor' as an accessor.
|
||||
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/editor/sideBySideEditor.ts(38,6): 'minimumWidth' is defined as a property in class 'BaseEditor', but is overridden here in 'SideBySideEditor' as an accessor.
|
||||
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/editor/sideBySideEditor.ts(39,6): 'maximumWidth' is defined as a property in class 'BaseEditor', but is overridden here in 'SideBySideEditor' as an accessor.
|
||||
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/editor/sideBySideEditor.ts(40,6): 'minimumHeight' is defined as a property in class 'BaseEditor', but is overridden here in 'SideBySideEditor' as an accessor.
|
||||
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/editor/sideBySideEditor.ts(41,6): 'maximumHeight' is defined as a property in class 'BaseEditor', but is overridden here in 'SideBySideEditor' as an accessor.
|
||||
[XX:XX:XX] Error: /vscode/src/vs/base/browser/ui/tree/asyncDataTree.ts(161,6): 'context' is defined as a property in class 'ElementsDragAndDropData<T, TContext>', but is overridden here in 'AsyncDataTreeElementsDragAndDropData<TInput, T, TContext>' as an accessor.
|
||||
[XX:XX:XX] Error: /vscode/src/vs/base/browser/ui/tree/abstractTree.ts(33,6): 'context' is defined as a property in class 'ElementsDragAndDropData<T, TContext>', but is overridden here in 'TreeElementsDragAndDropData<T, TFilterData, TContext>' as an accessor.
|
||||
[XX:XX:XX] Error: /vscode/src/vs/workbench/test/electron-browser/workbenchTestServices.ts(142,16): 'encodingOverrides' is defined as a property in class 'EncodingOracle', but is overridden here in 'TestEncodingOracle' as an accessor.
|
||||
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
|
||||
Done in ?s.
|
||||
|
||||
|
||||
|
||||
Standard error:
|
||||
[XX:XX:XX] 'compile' errored after
|
||||
[XX:XX:XX] Error: Found 20 errors
|
||||
at Stream.<anonymous> (/vscode/build/lib/reporter.js:75:29)
|
||||
at _end (/vscode/node_modules/through/index.js:65:9)
|
||||
at Stream.stream.end (/vscode/node_modules/through/index.js:74:5)
|
||||
at Stream.onend (internal/streams/legacy.js:42:10)
|
||||
at Stream.emit (events.js:203:15)
|
||||
at Stream.EventEmitter.emit (domain.js:466:23)
|
||||
at drain (/vscode/node_modules/through/index.js:34:23)
|
||||
at Stream.stream.resume (/vscode/node_modules/through/index.js:99:5)
|
||||
at Stream.ondrain (internal/streams/legacy.js:24:14)
|
||||
at Stream.emit (events.js:198:13)
|
||||
error Command failed with exit code 1.
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
Exit Code: 0
|
||||
Standard output:
|
||||
|
||||
> @X.X.X-beta.14 build /vue-next
|
||||
> @X.X.X-beta.15 build /vue-next
|
||||
> node scripts/build.js "--types"
|
||||
Rolling up type definitions for compiler-core...
|
||||
Writing: /vue-next/temp/compiler-core.api.json
|
||||
@ -48,23 +48,16 @@ Warning: dist/packages/compiler-core/src/options.d.ts:36:25 - (tsdoc-escape-righ
|
||||
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
|
||||
Warning: dist/packages/compiler-core/src/options.d.ts:36:19 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
|
||||
Warning: dist/packages/compiler-core/src/options.d.ts:36:20 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
|
||||
Warning: dist/packages/compiler-core/src/options.d.ts:36:8 - (tsdoc-undefined-tag) The TSDoc tag "@default" is not defined in this configuration
|
||||
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
|
||||
Warning: dist/packages/compiler-core/src/options.d.ts:52:21 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
|
||||
Warning: dist/packages/compiler-core/src/options.d.ts:59:8 - (tsdoc-undefined-tag) The TSDoc tag "@default" is not defined in this configuration
|
||||
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
|
||||
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
|
||||
Warning: dist/packages/compiler-core/src/options.d.ts:69:35 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
|
||||
Warning: dist/packages/compiler-core/src/options.d.ts:69:36 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
|
||||
Warning: dist/packages/compiler-core/src/options.d.ts:74:8 - (tsdoc-undefined-tag) The TSDoc tag "@default" is not defined in this configuration
|
||||
Warning: dist/packages/compiler-core/src/options.d.ts:79:8 - (tsdoc-undefined-tag) The TSDoc tag "@default" is not defined in this configuration
|
||||
Warning: dist/packages/compiler-core/src/options.d.ts:92:8 - (tsdoc-undefined-tag) The TSDoc tag "@default" is not defined in this configuration
|
||||
Warning: dist/packages/compiler-core/src/options.d.ts:121:8 - (tsdoc-undefined-tag) The TSDoc tag "@default" is not defined in this configuration
|
||||
Warning: dist/packages/compiler-core/src/options.d.ts:126:8 - (tsdoc-undefined-tag) The TSDoc tag "@default" is not defined in this configuration
|
||||
Warning: dist/packages/compiler-core/src/options.d.ts:131:8 - (tsdoc-undefined-tag) The TSDoc tag "@default" is not defined in this configuration
|
||||
Warning: dist/packages/compiler-core/src/options.d.ts:141:8 - (tsdoc-undefined-tag) The TSDoc tag "@default" is not defined in this configuration
|
||||
Warning: dist/packages/compiler-core/src/options.d.ts:146:8 - (tsdoc-undefined-tag) The TSDoc tag "@default" is not defined in this configuration
|
||||
Warning: dist/packages/compiler-core/src/options.d.ts:152:8 - (tsdoc-undefined-tag) The TSDoc tag "@default" is not defined in this configuration
|
||||
Warning: /vue-next/packages/runtime-dom/src/components/Transition.ts:71:5 - (TS7022) 'name' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
|
||||
Warning: /vue-next/packages/runtime-dom/src/components/Transition.ts:75:5 - (TS7022) 'enterFromClass' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
|
||||
Warning: /vue-next/packages/runtime-dom/src/components/Transition.ts:76:5 - (TS7022) 'enterActiveClass' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
|
||||
Warning: /vue-next/packages/runtime-dom/src/components/Transition.ts:77:5 - (TS7022) 'enterToClass' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
|
||||
/vue-next/packages/compiler-dom/src/index.ts → packages/compiler-dom/dist/compiler-dom.esm-bundler.js...
|
||||
created packages/compiler-dom/dist/compiler-dom.esm-bundler.js in ?s
|
||||
/vue-next/packages/compiler-dom/src/index.ts → packages/compiler-dom/dist/compiler-dom.esm-browser.js...
|
||||
@ -79,14 +72,26 @@ created packages/compiler-dom/dist/compiler-dom.esm-browser.prod.js in ?s
|
||||
created packages/compiler-dom/dist/compiler-dom.cjs.prod.js in ?s
|
||||
/vue-next/packages/compiler-dom/src/index.ts → packages/compiler-dom/dist/compiler-dom.global.prod.js...
|
||||
created packages/compiler-dom/dist/compiler-dom.global.prod.js in ?s
|
||||
Warning: /vue-next/packages/runtime-dom/src/components/Transition.ts:71:5 - (TS7022) 'name' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
|
||||
Warning: /vue-next/packages/runtime-dom/src/components/Transition.ts:75:5 - (TS7022) 'enterFromClass' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
|
||||
Warning: /vue-next/packages/runtime-dom/src/components/Transition.ts:76:5 - (TS7022) 'enterActiveClass' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
|
||||
Warning: /vue-next/packages/runtime-dom/src/components/Transition.ts:77:5 - (TS7022) 'enterToClass' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
|
||||
/vue-next/packages/compiler-sfc/src/index.ts → packages/compiler-sfc/dist/compiler-sfc.cjs.js...
|
||||
created packages/compiler-sfc/dist/compiler-sfc.cjs.js in ?s
|
||||
/vue-next/packages/compiler-sfc/src/index.ts → packages/compiler-sfc/dist/compiler-sfc.global.js...
|
||||
created packages/compiler-sfc/dist/compiler-sfc.global.js in ?s
|
||||
/vue-next/packages/compiler-sfc/src/index.ts → packages/compiler-sfc/dist/compiler-sfc.esm-browser.js...
|
||||
created packages/compiler-sfc/dist/compiler-sfc.esm-browser.js in ?s
|
||||
Warning: /vue-next/packages/runtime-dom/src/components/Transition.ts:71:5 - (TS7022) 'name' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
|
||||
Warning: /vue-next/packages/runtime-dom/src/components/Transition.ts:75:5 - (TS7022) 'enterFromClass' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
|
||||
Warning: /vue-next/packages/runtime-dom/src/components/Transition.ts:76:5 - (TS7022) 'enterActiveClass' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
|
||||
Warning: /vue-next/packages/runtime-dom/src/components/Transition.ts:77:5 - (TS7022) 'enterToClass' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
|
||||
/vue-next/packages/compiler-ssr/src/index.ts → packages/compiler-ssr/dist/compiler-ssr.cjs.js...
|
||||
created packages/compiler-ssr/dist/compiler-ssr.cjs.js in ?s
|
||||
Warning: /vue-next/packages/runtime-dom/src/components/Transition.ts:71:5 - (TS7022) 'name' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
|
||||
Warning: /vue-next/packages/runtime-dom/src/components/Transition.ts:75:5 - (TS7022) 'enterFromClass' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
|
||||
Warning: /vue-next/packages/runtime-dom/src/components/Transition.ts:76:5 - (TS7022) 'enterActiveClass' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
|
||||
Warning: /vue-next/packages/runtime-dom/src/components/Transition.ts:77:5 - (TS7022) 'enterToClass' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
|
||||
/vue-next/packages/reactivity/src/index.ts → packages/reactivity/dist/reactivity.esm-bundler.js...
|
||||
created packages/reactivity/dist/reactivity.esm-bundler.js in ?s
|
||||
/vue-next/packages/reactivity/src/index.ts → packages/reactivity/dist/reactivity.esm-browser.js...
|
||||
@ -101,21 +106,25 @@ created packages/reactivity/dist/reactivity.esm-browser.prod.js in ?s
|
||||
created packages/reactivity/dist/reactivity.cjs.prod.js in ?s
|
||||
/vue-next/packages/reactivity/src/index.ts → packages/reactivity/dist/reactivity.global.prod.js...
|
||||
created packages/reactivity/dist/reactivity.global.prod.js in ?s
|
||||
Warning: /vue-next/packages/runtime-dom/src/components/Transition.ts:71:5 - (TS7022) 'name' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
|
||||
Warning: /vue-next/packages/runtime-dom/src/components/Transition.ts:75:5 - (TS7022) 'enterFromClass' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
|
||||
Warning: /vue-next/packages/runtime-dom/src/components/Transition.ts:76:5 - (TS7022) 'enterActiveClass' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
|
||||
Warning: /vue-next/packages/runtime-dom/src/components/Transition.ts:77:5 - (TS7022) 'enterToClass' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
|
||||
/vue-next/packages/runtime-core/src/index.ts → packages/runtime-core/dist/runtime-core.esm-bundler.js...
|
||||
[!] (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'.
|
||||
packages/runtime-core/src/apiInject.ts
|
||||
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'.
|
||||
at error (/vue-next/node_modules/rollup/dist/shared/rollup.js:217:30)
|
||||
at throwPluginError (/vue-next/node_modules/rollup/dist/shared/rollup.js:17067:12)
|
||||
at Object.error (/vue-next/node_modules/rollup/dist/shared/rollup.js:17806:24)
|
||||
at Object.error (/vue-next/node_modules/rollup/dist/shared/rollup.js:17240:38)
|
||||
at error (/vue-next/node_modules/rollup/dist/shared/rollup.js:213:30)
|
||||
at throwPluginError (/vue-next/node_modules/rollup/dist/shared/rollup.js:17117:12)
|
||||
at Object.error (/vue-next/node_modules/rollup/dist/shared/rollup.js:17911:24)
|
||||
at Object.error (/vue-next/node_modules/rollup/dist/shared/rollup.js:17290:38)
|
||||
at RollupContext.error (/vue-next/node_modules/rollup-plugin-typescript2/src/rollupcontext.ts:37:18)
|
||||
at /vue-next/node_modules/rollup-plugin-typescript2/src/print-diagnostics.ts:41:11
|
||||
at arrayEach (/vue-next/node_modules/rollup-plugin-typescript2/node_modules/lodash/lodash.js:516:11)
|
||||
at forEach (/vue-next/node_modules/rollup-plugin-typescript2/node_modules/lodash/lodash.js:9342:14)
|
||||
at _.each (/vue-next/node_modules/rollup-plugin-typescript2/src/print-diagnostics.ts:9:2)
|
||||
at Object.transform (/vue-next/node_modules/rollup-plugin-typescript2/src/index.ts:242:5)
|
||||
(node:18) UnhandledPromiseRejectionWarning: Error: Command failed with exit code 1 (EPERM): rollup -c --environment COMMIT:db41c45,NODE_ENV:production,TARGET:runtime-core,TYPES:true
|
||||
(node:17) UnhandledPromiseRejectionWarning: Error: Command failed with exit code 1 (EPERM): rollup -c --environment COMMIT:cf2f278,NODE_ENV:production,TARGET:runtime-core,TYPES:true
|
||||
at makeError (/vue-next/node_modules/execa/lib/error.js:59:11)
|
||||
at handlePromise (/vue-next/node_modules/execa/index.js:112:26)
|
||||
at processTicksAndRejections (internal/process/task_queues.js:97:5)
|
||||
@ -123,5 +132,5 @@ Error: /vue-next/packages/runtime-core/src/apiInject.ts(40,9): semantic error TS
|
||||
at async buildAll (/vue-next/scripts/build.js:50:5)
|
||||
at async run (/vue-next/scripts/build.js:40:5)
|
||||
(Use `node --trace-warnings ...` to show where the warning was created)
|
||||
(node:18) 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)
|
||||
(node:18) [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.
|
||||
(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)
|
||||
(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.
|
||||
|
||||
@ -94,7 +94,6 @@ node_modules/async/dist/async.js(622,80): error TS2339: Property 'nodeType' does
|
||||
node_modules/async/dist/async.js(748,84): error TS2339: Property 'nodeType' does not exist on type 'NodeModule'.
|
||||
node_modules/async/dist/async.js(754,49): error TS2339: Property 'process' does not exist on type 'false | (Global & typeof globalThis)'.
|
||||
Property 'process' does not exist on type 'false'.
|
||||
node_modules/async/dist/async.js(810,45): error TS2554: Expected 0 arguments, but got 1.
|
||||
node_modules/async/dist/async.js(923,32): error TS2554: Expected 2 arguments, but got 1.
|
||||
node_modules/async/dist/async.js(1294,27): error TS1016: A required parameter cannot follow an optional parameter.
|
||||
node_modules/async/dist/async.js(1299,18): error TS2532: Object is possibly 'undefined'.
|
||||
|
||||
@ -46,8 +46,7 @@ lib/core/enhanceError.js(38,18): error TS2339: Property 'code' does not exist on
|
||||
lib/core/settle.js(20,7): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'.
|
||||
lib/helpers/buildURL.js(22,49): error TS1016: A required parameter cannot follow an optional parameter.
|
||||
lib/helpers/cookies.js(16,56): error TS2551: Property 'toGMTString' does not exist on type 'Date'. Did you mean 'toUTCString'?
|
||||
lib/utils.js(258,20): error TS8029: JSDoc '@param' tag has name 'obj1', but there is no parameter with that name. It would match 'arguments' if it had an array type.
|
||||
lib/utils.js(282,20): error TS8029: JSDoc '@param' tag has name 'obj1', but there is no parameter with that name. It would match 'arguments' if it had an array type.
|
||||
lib/utils.js(273,20): error TS8029: JSDoc '@param' tag has name 'obj1', but there is no parameter with that name. It would match 'arguments' if it had an array type.
|
||||
|
||||
|
||||
|
||||
|
||||
@ -12,7 +12,7 @@ node_modules/chrome-devtools-frontend/front_end/Runtime.js(270,9): error TS2322:
|
||||
node_modules/chrome-devtools-frontend/front_end/Runtime.js(280,5): error TS2322: Type 'Promise<void>' is not assignable to type 'Promise<undefined>'.
|
||||
node_modules/chrome-devtools-frontend/front_end/Runtime.js(283,12): error TS2554: Expected 2-3 arguments, but got 1.
|
||||
node_modules/chrome-devtools-frontend/front_end/Runtime.js(525,9): error TS2322: Type 'Window' is not assignable to type 'Window & typeof globalThis'.
|
||||
Type 'Window' is missing the following properties from type 'typeof globalThis': globalThis, eval, parseInt, parseFloat, and 872 more.
|
||||
Type 'Window' is missing the following properties from type 'typeof globalThis': globalThis, eval, parseInt, parseFloat, and 873 more.
|
||||
node_modules/chrome-devtools-frontend/front_end/Runtime.js(527,49): error TS2352: Conversion of type 'Window & typeof globalThis' to type 'new () => any' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
||||
Type 'Window & typeof globalThis' provides no match for the signature 'new (): any'.
|
||||
node_modules/chrome-devtools-frontend/front_end/Runtime.js(539,24): error TS2351: This expression is not constructable.
|
||||
@ -23,7 +23,7 @@ node_modules/chrome-devtools-frontend/front_end/Runtime.js(705,5): error TS2322:
|
||||
node_modules/chrome-devtools-frontend/front_end/Runtime.js(715,7): error TS2322: Type 'Promise<void>' is not assignable to type 'Promise<undefined>'.
|
||||
node_modules/chrome-devtools-frontend/front_end/Runtime.js(729,7): error TS2322: Type 'Promise<void>' is not assignable to type 'Promise<undefined>'.
|
||||
node_modules/chrome-devtools-frontend/front_end/Runtime.js(746,5): error TS2322: Type 'Window | {}' is not assignable to type 'Window'.
|
||||
Type '{}' is missing the following properties from type 'Window': applicationCache, clientInformation, closed, customElements, and 223 more.
|
||||
Type '{}' is missing the following properties from type 'Window': applicationCache, clientInformation, closed, customElements, and 224 more.
|
||||
node_modules/chrome-devtools-frontend/front_end/Runtime.js(1083,15): error TS2355: A function whose declared type is neither 'void' nor 'any' must return a value.
|
||||
node_modules/chrome-devtools-frontend/front_end/Runtime.js(1088,15): error TS2355: A function whose declared type is neither 'void' nor 'any' must return a value.
|
||||
node_modules/chrome-devtools-frontend/front_end/Tests.js(107,5): error TS2322: Type 'Timeout' is not assignable to type 'number'.
|
||||
@ -3809,7 +3809,6 @@ node_modules/chrome-devtools-frontend/front_end/common/UIString.js(80,10): error
|
||||
node_modules/chrome-devtools-frontend/front_end/common/UIString.js(81,54): error TS2339: Property 'standardFormatters' does not exist on type 'StringConstructor'.
|
||||
node_modules/chrome-devtools-frontend/front_end/common/Worker.js(52,30): error TS2339: Property 'data' does not exist on type 'Event'.
|
||||
node_modules/chrome-devtools-frontend/front_end/common/Worker.js(82,15): error TS7014: Function type, which lacks return-type annotation, implicitly has an 'any' return type.
|
||||
node_modules/chrome-devtools-frontend/front_end/common/Worker.js(82,25): error TS2315: Type 'MessageEvent' is not generic.
|
||||
node_modules/chrome-devtools-frontend/front_end/common/Worker.js(89,15): error TS7014: Function type, which lacks return-type annotation, implicitly has an 'any' return type.
|
||||
node_modules/chrome-devtools-frontend/front_end/components/DOMBreakpointsSidebarPane.js(39,45): error TS2339: Property 'createChild' does not exist on type 'Element'.
|
||||
node_modules/chrome-devtools-frontend/front_end/components/DOMBreakpointsSidebarPane.js(40,46): error TS2339: Property 'createChild' does not exist on type 'Element'.
|
||||
@ -3960,12 +3959,13 @@ node_modules/chrome-devtools-frontend/front_end/console/ConsoleSidebar.js(34,63)
|
||||
node_modules/chrome-devtools-frontend/front_end/console/ConsoleSidebar.js(94,38): error TS2339: Property '_filter' does not exist on type 'TreeElement'.
|
||||
node_modules/chrome-devtools-frontend/front_end/console/ConsoleSidebar.js(119,47): error TS2339: Property 'createChild' does not exist on type 'Element'.
|
||||
node_modules/chrome-devtools-frontend/front_end/console/ConsoleSidebar.js(122,25): error TS2345: Argument of type 'Element' is not assignable to parameter of type 'Icon'.
|
||||
Type 'Element' is missing the following properties from type 'Icon': createdCallback, _descriptor, _spriteSheet, _iconType, and 113 more.
|
||||
Type 'Element' is missing the following properties from type 'Icon': createdCallback, _descriptor, _spriteSheet, _iconType, and 114 more.
|
||||
node_modules/chrome-devtools-frontend/front_end/console/ConsoleSidebar.js(147,27): error TS2322: Type 'Element' is not assignable to type 'Icon'.
|
||||
node_modules/chrome-devtools-frontend/front_end/console/ConsoleSidebar.js(177,67): error TS2555: Expected at least 2 arguments, but got 1.
|
||||
node_modules/chrome-devtools-frontend/front_end/console/ConsoleSidebar.js(209,41): error TS2339: Property 'asParsedURL' does not exist on type 'string'.
|
||||
node_modules/chrome-devtools-frontend/front_end/console/ConsoleSidebar.js(213,28): error TS2555: Expected at least 2 arguments, but got 1.
|
||||
node_modules/chrome-devtools-frontend/front_end/console/ConsoleSidebar.js(214,31): error TS2345: Argument of type '{ key: string; text: any; negative: false; }' is not assignable to parameter of type '{ key: string; text: string; regex: RegExp; negative: boolean; }'.
|
||||
Property 'regex' is missing in type '{ key: string; text: any; negative: false; }' but required in type '{ key: string; text: string; regex: RegExp; negative: boolean; }'.
|
||||
node_modules/chrome-devtools-frontend/front_end/console/ConsoleSidebar.js(214,31): error TS2345: Argument of type '{ key: string; text: string; negative: false; }' is not assignable to parameter of type '{ key: string; text: string; regex: RegExp; negative: boolean; }'.
|
||||
Property 'regex' is missing in type '{ key: string; text: string; negative: false; }' but required in type '{ key: string; text: string; regex: RegExp; negative: boolean; }'.
|
||||
node_modules/chrome-devtools-frontend/front_end/console/ConsoleSidebar.js(227,22): error TS2555: Expected at least 2 arguments, but got 1.
|
||||
node_modules/chrome-devtools-frontend/front_end/console/ConsoleSidebar.js(228,15): error TS2555: Expected at least 2 arguments, but got 1.
|
||||
node_modules/chrome-devtools-frontend/front_end/console/ConsoleSidebar.js(229,17): error TS2555: Expected at least 2 arguments, but got 1.
|
||||
@ -5039,7 +5039,7 @@ node_modules/chrome-devtools-frontend/front_end/dom_extension/DOMExtension.js(74
|
||||
node_modules/chrome-devtools-frontend/front_end/dom_extension/DOMExtension.js(745,48): error TS2339: Property 'pageX' does not exist on type 'Event'.
|
||||
node_modules/chrome-devtools-frontend/front_end/dom_extension/DOMExtension.js(745,60): error TS2339: Property 'pageY' does not exist on type 'Event'.
|
||||
node_modules/chrome-devtools-frontend/front_end/dom_extension/DOMExtension.js(753,20): error TS2339: Property 'deepElementFromPoint' does not exist on type 'Document'.
|
||||
node_modules/chrome-devtools-frontend/front_end/dom_extension/DOMExtension.js(761,5): error TS2740: Type 'ShadowRoot' is missing the following properties from type 'Document': URL, alinkColor, all, anchors, and 169 more.
|
||||
node_modules/chrome-devtools-frontend/front_end/dom_extension/DOMExtension.js(761,5): error TS2740: Type 'ShadowRoot' is missing the following properties from type 'Document': URL, alinkColor, all, anchors, and 168 more.
|
||||
node_modules/chrome-devtools-frontend/front_end/dom_extension/DOMExtension.js(766,28): error TS2339: Property 'deepElementFromPoint' does not exist on type 'DocumentFragment'.
|
||||
node_modules/chrome-devtools-frontend/front_end/dom_extension/DOMExtension.js(766,70): error TS2339: Property 'deepElementFromPoint' does not exist on type 'Document'.
|
||||
node_modules/chrome-devtools-frontend/front_end/dom_extension/DOMExtension.js(771,20): error TS2339: Property 'deepActiveElement' does not exist on type 'Document'.
|
||||
@ -10559,7 +10559,7 @@ node_modules/chrome-devtools-frontend/front_end/source_frame/SourcesTextEditor.j
|
||||
node_modules/chrome-devtools-frontend/front_end/source_frame/SourcesTextEditor.js(882,14): error TS7014: Function type, which lacks return-type annotation, implicitly has an 'any' return type.
|
||||
node_modules/chrome-devtools-frontend/front_end/source_frame/XMLView.js(39,42): error TS2555: Expected at least 2 arguments, but got 1.
|
||||
node_modules/chrome-devtools-frontend/front_end/source_frame/XMLView.js(42,53): error TS2345: Argument of type 'number' is not assignable to parameter of type 'string'.
|
||||
node_modules/chrome-devtools-frontend/front_end/source_frame/XMLView.js(54,59): error TS2345: Argument of type 'string' is not assignable to parameter of type 'SupportedType'.
|
||||
node_modules/chrome-devtools-frontend/front_end/source_frame/XMLView.js(54,59): error TS2345: Argument of type 'string' is not assignable to parameter of type 'DOMParserSupportedType'.
|
||||
node_modules/chrome-devtools-frontend/front_end/source_frame/XMLView.js(73,28): error TS2339: Property 'setSearchRegex' does not exist on type 'TreeElement'.
|
||||
node_modules/chrome-devtools-frontend/front_end/source_frame/XMLView.js(80,23): error TS2339: Property 'setSearchRegex' does not exist on type 'TreeElement'.
|
||||
node_modules/chrome-devtools-frontend/front_end/source_frame/XMLView.js(223,35): error TS2339: Property 'childElementCount' does not exist on type 'Node'.
|
||||
@ -11604,7 +11604,7 @@ node_modules/chrome-devtools-frontend/front_end/timeline/TimelineEventOverview.j
|
||||
node_modules/chrome-devtools-frontend/front_end/timeline/TimelineEventOverview.js(248,81): error TS2339: Property '_overviewIndex' does not exist on type 'TimelineCategory'.
|
||||
node_modules/chrome-devtools-frontend/front_end/timeline/TimelineEventOverview.js(384,7): error TS2322: Type 'Promise<HTMLImageElement | (new (width?: number, height?: number) => HTMLImageElement)>' is not assignable to type 'Promise<HTMLImageElement>'.
|
||||
Type 'HTMLImageElement | (new (width?: number, height?: number) => HTMLImageElement)' is not assignable to type 'HTMLImageElement'.
|
||||
Type 'new (width?: number, height?: number) => HTMLImageElement' is missing the following properties from type 'HTMLImageElement': align, alt, border, complete, and 257 more.
|
||||
Type 'new (width?: number, height?: number) => HTMLImageElement' is missing the following properties from type 'HTMLImageElement': align, alt, border, complete, and 259 more.
|
||||
node_modules/chrome-devtools-frontend/front_end/timeline/TimelineEventOverview.js(457,17): error TS2339: Property 'createChild' does not exist on type 'Element'.
|
||||
node_modules/chrome-devtools-frontend/front_end/timeline/TimelineEventOverview.js(483,31): error TS2555: Expected at least 2 arguments, but got 1.
|
||||
node_modules/chrome-devtools-frontend/front_end/timeline/TimelineEventOverview.js(524,28): error TS2339: Property 'peekLast' does not exist on type 'TimelineFrame[]'.
|
||||
|
||||
@ -27,6 +27,7 @@ node_modules/debug/dist/debug.js(530,18): error TS2339: Property 'diff' does not
|
||||
node_modules/debug/dist/debug.js(531,18): error TS2339: Property 'prev' does not exist on type '{ (...args: any[]): void; namespace: string; enabled: boolean; useColors: any; color: string | number; destroy: () => boolean; extend: (namespace: any, delimiter: any) => Function; }'.
|
||||
node_modules/debug/dist/debug.js(532,18): error TS2339: Property 'curr' does not exist on type '{ (...args: any[]): void; namespace: string; enabled: boolean; useColors: any; color: string | number; destroy: () => boolean; extend: (namespace: any, delimiter: any) => Function; }'.
|
||||
node_modules/debug/dist/debug.js(563,25): error TS2551: Property 'formatArgs' does not exist on type '{ (namespace: string): Function; debug: ...; default: ...; coerce: (val: any) => any; disable: () => void; enable: (namespaces: string) => void; enabled: (name: string) => boolean; humanize: any; ... 4 more ...; selectColor: (namespace: string) => string | number; }'. Did you mean 'formatters'?
|
||||
node_modules/debug/dist/debug.js(564,30): error TS2339: Property 'log' does not exist on type '{ (...args: any[]): void; namespace: string; enabled: boolean; useColors: any; color: string | number; destroy: () => boolean; extend: (namespace: any, delimiter: any) => Function; }'.
|
||||
node_modules/debug/dist/debug.js(564,49): error TS2339: Property 'log' does not exist on type '{ (namespace: string): Function; debug: ...; default: ...; coerce: (val: any) => any; disable: () => void; enable: (namespaces: string) => void; enabled: (name: string) => boolean; humanize: any; ... 4 more ...; selectColor: (namespace: string) => string | number; }'.
|
||||
node_modules/debug/dist/debug.js(570,41): error TS2339: Property 'useColors' does not exist on type '{ (namespace: string): Function; debug: ...; default: ...; coerce: (val: any) => any; disable: () => void; enable: (namespaces: string) => void; enabled: (name: string) => boolean; humanize: any; ... 4 more ...; selectColor: (namespace: string) => string | number; }'.
|
||||
node_modules/debug/dist/debug.js(577,34): error TS2339: Property 'init' does not exist on type '{ (namespace: string): Function; debug: ...; default: ...; coerce: (val: any) => any; disable: () => void; enable: (namespaces: string) => void; enabled: (name: string) => boolean; humanize: any; ... 4 more ...; selectColor: (namespace: string) => string | number; }'.
|
||||
@ -55,6 +56,7 @@ node_modules/debug/src/common.js(80,12): error TS2339: Property 'diff' does not
|
||||
node_modules/debug/src/common.js(81,12): error TS2339: Property 'prev' does not exist on type '{ (...args: any[]): void; namespace: string; enabled: boolean; useColors: any; color: string | number; destroy: () => boolean; extend: (namespace: any, delimiter: any) => Function; }'.
|
||||
node_modules/debug/src/common.js(82,12): error TS2339: Property 'curr' does not exist on type '{ (...args: any[]): void; namespace: string; enabled: boolean; useColors: any; color: string | number; destroy: () => boolean; extend: (namespace: any, delimiter: any) => Function; }'.
|
||||
node_modules/debug/src/common.js(113,19): error TS2551: Property 'formatArgs' does not exist on type '{ (namespace: string): Function; debug: ...; default: ...; coerce: (val: any) => any; disable: () => void; enable: (namespaces: string) => void; enabled: (name: string) => boolean; humanize: { ...; }; ... 4 more ...; selectColor: (namespace: string) => string | number; }'. Did you mean 'formatters'?
|
||||
node_modules/debug/src/common.js(114,24): error TS2339: Property 'log' does not exist on type '{ (...args: any[]): void; namespace: string; enabled: boolean; useColors: any; color: string | number; destroy: () => boolean; extend: (namespace: any, delimiter: any) => Function; }'.
|
||||
node_modules/debug/src/common.js(114,43): error TS2339: Property 'log' does not exist on type '{ (namespace: string): Function; debug: ...; default: ...; coerce: (val: any) => any; disable: () => void; enable: (namespaces: string) => void; enabled: (name: string) => boolean; humanize: { ...; }; ... 4 more ...; selectColor: (namespace: string) => string | number; }'.
|
||||
node_modules/debug/src/common.js(120,35): error TS2339: Property 'useColors' does not exist on type '{ (namespace: string): Function; debug: ...; default: ...; coerce: (val: any) => any; disable: () => void; enable: (namespaces: string) => void; enabled: (name: string) => boolean; humanize: { ...; }; ... 4 more ...; selectColor: (namespace: string) => string | number; }'.
|
||||
node_modules/debug/src/common.js(127,28): error TS2339: Property 'init' does not exist on type '{ (namespace: string): Function; debug: ...; default: ...; coerce: (val: any) => any; disable: () => void; enable: (namespaces: string) => void; enabled: (name: string) => boolean; humanize: { ...; }; ... 4 more ...; selectColor: (namespace: string) => string | number; }'.
|
||||
|
||||
@ -26,7 +26,6 @@ node_modules/lodash/_arrayIncludes.js(14,34): error TS2345: Argument of type 'an
|
||||
node_modules/lodash/_arrayIncludesWith.js(6,15): error TS8024: JSDoc '@param' tag has name 'target', but there is no parameter with that name.
|
||||
node_modules/lodash/_arrayIncludesWith.js(10,35): error TS1016: A required parameter cannot follow an optional parameter.
|
||||
node_modules/lodash/_arrayIncludesWith.js(15,27): error TS2532: Object is possibly 'undefined'.
|
||||
node_modules/lodash/_arrayLikeKeys.js(25,45): error TS2554: Expected 0 arguments, but got 1.
|
||||
node_modules/lodash/_arrayMap.js(10,26): error TS1016: A required parameter cannot follow an optional parameter.
|
||||
node_modules/lodash/_arrayMap.js(16,30): error TS2532: Object is possibly 'undefined'.
|
||||
node_modules/lodash/_arrayReduce.js(13,29): error TS1016: A required parameter cannot follow an optional parameter.
|
||||
@ -42,7 +41,6 @@ node_modules/lodash/_baseClamp.js(10,35): error TS1016: A required parameter can
|
||||
node_modules/lodash/_baseClone.js(91,16): error TS2362: The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
|
||||
node_modules/lodash/_baseClone.js(92,16): error TS2362: The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
|
||||
node_modules/lodash/_baseClone.js(93,16): error TS2362: The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
|
||||
node_modules/lodash/_baseClone.js(114,18): error TS2554: Expected 0 arguments, but got 1.
|
||||
node_modules/lodash/_baseClone.js(115,33): error TS2345: Argument of type 'number' is not assignable to parameter of type 'boolean | undefined'.
|
||||
node_modules/lodash/_baseClone.js(128,43): error TS2345: Argument of type 'number' is not assignable to parameter of type 'boolean | undefined'.
|
||||
node_modules/lodash/_baseClone.js(151,17): error TS2552: Cannot find name 'keysIn'. Did you mean 'keys'?
|
||||
@ -66,13 +64,10 @@ node_modules/lodash/_baseIntersection.js(53,40): error TS2345: Argument of type
|
||||
node_modules/lodash/_baseIntersection.js(60,54): error TS2345: Argument of type 'Function | undefined' is not assignable to parameter of type 'Function'.
|
||||
Type 'undefined' is not assignable to type 'Function'.
|
||||
node_modules/lodash/_baseIsEqual.js(25,40): error TS2345: Argument of type 'boolean' is not assignable to parameter of type 'number'.
|
||||
node_modules/lodash/_baseIsEqualDeep.js(51,29): error TS2554: Expected 0 arguments, but got 1.
|
||||
node_modules/lodash/_baseIsEqualDeep.js(52,19): error TS2554: Expected 0 arguments, but got 1.
|
||||
node_modules/lodash/_baseIsMatch.js(52,47): error TS2345: Argument of type 'number' is not assignable to parameter of type 'boolean'.
|
||||
node_modules/lodash/_baseMatchesProperty.js(23,36): error TS2345: Argument of type 'string | symbol' is not assignable to parameter of type 'string'.
|
||||
Type 'symbol' is not assignable to type 'string'.
|
||||
node_modules/lodash/_baseMatchesProperty.js(29,41): error TS2345: Argument of type 'number' is not assignable to parameter of type 'boolean'.
|
||||
node_modules/lodash/_baseMergeDeep.js(49,37): error TS2554: Expected 0 arguments, but got 1.
|
||||
node_modules/lodash/_basePullAll.js(41,60): error TS2345: Argument of type 'Function | undefined' is not assignable to parameter of type 'Function'.
|
||||
Type 'undefined' is not assignable to type 'Function'.
|
||||
node_modules/lodash/_basePullAt.js(30,26): error TS2345: Argument of type 'number' is not assignable to parameter of type 'string | any[]'.
|
||||
@ -368,9 +363,7 @@ node_modules/lodash/fp/util.js(2,26): error TS2345: Argument of type '{ attempt:
|
||||
node_modules/lodash/inRange.js(43,33): error TS1016: A required parameter cannot follow an optional parameter.
|
||||
node_modules/lodash/includes.js(40,49): error TS1016: A required parameter cannot follow an optional parameter.
|
||||
node_modules/lodash/intersectionBy.js(41,55): error TS2554: Expected 0-1 arguments, but got 2.
|
||||
node_modules/lodash/isBuffer.js(5,69): error TS2339: Property 'nodeType' does not exist on type '() => boolean'.
|
||||
node_modules/lodash/isBuffer.js(8,80): error TS2339: Property 'nodeType' does not exist on type '{ "\"../../../tests/cases/user/lodash/node_modules/lodash/isBuffer\"": () => boolean; }'.
|
||||
node_modules/lodash/isEmpty.js(59,18): error TS2554: Expected 0 arguments, but got 1.
|
||||
node_modules/lodash/isBuffer.js(8,80): error TS2339: Property 'nodeType' does not exist on type '{ "\"../../../tests/cases/user/lodash/node_modules/lodash/isBuffer\"": any; }'.
|
||||
node_modules/lodash/isEqual.js(32,10): error TS2554: Expected 3-5 arguments, but got 2.
|
||||
node_modules/lodash/isEqualWith.js(38,59): error TS2345: Argument of type 'undefined' is not assignable to parameter of type 'boolean'.
|
||||
node_modules/lodash/iteratee.js(50,74): error TS2345: Argument of type 'number' is not assignable to parameter of type 'boolean'.
|
||||
@ -439,7 +432,6 @@ node_modules/lodash/throttle.js(64,5): error TS2322: Type 'number | undefined' i
|
||||
Type 'undefined' is not assignable to type 'number'.
|
||||
node_modules/lodash/toLower.js(11,21): error TS8024: JSDoc '@param' tag has name 'string', but there is no parameter with that name.
|
||||
node_modules/lodash/toUpper.js(11,21): error TS8024: JSDoc '@param' tag has name 'string', but there is no parameter with that name.
|
||||
node_modules/lodash/transform.js(44,37): error TS2554: Expected 0 arguments, but got 1.
|
||||
node_modules/lodash/transform.js(46,37): error TS2554: Expected 0-1 arguments, but got 2.
|
||||
node_modules/lodash/transform.js(60,12): error TS2722: Cannot invoke an object which is possibly 'undefined'.
|
||||
node_modules/lodash/trim.js(33,30): error TS1016: A required parameter cannot follow an optional parameter.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user