Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

localforage.d.ts #264

Open
liuyao552 opened this issue Apr 3, 2020 · 0 comments
Open

localforage.d.ts #264

liuyao552 opened this issue Apr 3, 2020 · 0 comments

Comments

@liuyao552
Copy link

ERROR in node_modules/@ionic/storage/node_modules/localforage/typings/localforage.d.ts:56:11 - error TS2320: Interface 'LocalForageDriver' cannot simultaneously extend types 'LocalForageDriverDbMethods' and 'LocalForageDbMethods'.
[ng] Named property 'clear' of types 'LocalForageDriverDbMethods' and 'LocalForageDbMethods' are not identical.
[ng] 56 interface LocalForageDriver extends LocalForageDriverDbMethods {
[ng] ~~~~~~~~~~~~~~~~~
[ng] node_modules/@ionic/storage/node_modules/localforage/typings/localforage.d.ts:56:11 - error TS2320: Interface 'LocalForageDriver' cannot simultaneously extend types 'LocalForageDriverDbMethods' and 'LocalForageDbMethods'.
[ng] Named property 'dropInstance' of types 'LocalForageDriverDbMethods' and 'LocalForageDbMethods' are not identical.
[ng] 56 interface LocalForageDriver extends LocalForageDriverDbMethods {
[ng] ~~~~~~~~~~~~~~~~~
[ng] node_modules/@ionic/storage/node_modules/localforage/typings/localforage.d.ts:56:11 - error TS2320: Interface 'LocalForageDriver' cannot simultaneously extend types 'LocalForageDriverDbMethods' and 'LocalForageDbMethods'.
[ng] Named property 'getItem' of types 'LocalForageDriverDbMethods' and 'LocalForageDbMethods' are not identical.
[ng] 56 interface LocalForageDriver extends LocalForageDriverDbMethods {
[ng] ~~~~~~~~~~~~~~~~~
[ng] node_modules/@ionic/storage/node_modules/localforage/typings/localforage.d.ts:56:11 - error TS2320: Interface 'LocalForageDriver' cannot simultaneously extend types 'LocalForageDriverDbMethods' and 'LocalForageDbMethods'.
[ng] Named property 'iterate' of types 'LocalForageDriverDbMethods' and 'LocalForageDbMethods' are not identical.
[ng] 56 interface LocalForageDriver extends LocalForageDriverDbMethods {
[ng] ~~~~~~~~~~~~~~~~~
[ng] node_modules/@ionic/storage/node_modules/localforage/typings/localforage.d.ts:56:11 - error TS2320: Interface 'LocalForageDriver' cannot simultaneously extend types 'LocalForageDriverDbMethods' and 'LocalForageDbMethods'.
[ng] Named property 'key' of types 'LocalForageDriverDbMethods' and 'LocalForageDbMethods' are not identical.
[ng] 56 interface LocalForageDriver extends LocalForageDriverDbMethods {
[ng] ~~~~~~~~~~~~~~~~~
[ng] node_modules/@ionic/storage/node_modules/localforage/typings/localforage.d.ts:56:11 - error TS2320: Interface 'LocalForageDriver' cannot simultaneously extend types 'LocalForageDriverDbMethods' and 'LocalForageDbMethods'.
[ng] Named property 'keys' of types 'LocalForageDriverDbMethods' and 'LocalForageDbMethods' are not identical.
[ng] 56 interface LocalForageDriver extends LocalForageDriverDbMethods {
[ng] ~~~~~~~~~~~~~~~~~
[ng] node_modules/@ionic/storage/node_modules/localforage/typings/localforage.d.ts:56:11 - error TS2320: Interface 'LocalForageDriver' cannot simultaneously extend types 'LocalForageDriverDbMethods' and 'LocalForageDbMethods'.
[ng] Named property 'length' of types 'LocalForageDriverDbMethods' and 'LocalForageDbMethods' are not identical.
[ng] 56 interface LocalForageDriver extends LocalForageDriverDbMethods {
[ng] ~~~~~~~~~~~~~~~~~
[ng] node_modules/@ionic/storage/node_modules/localforage/typings/localforage.d.ts:56:11 - error TS2320: Interface 'LocalForageDriver' cannot simultaneously extend types 'LocalForageDriverDbMethods' and 'LocalForageDbMethods'.
[ng] Named property 'removeItem' of types 'LocalForageDriverDbMethods' and 'LocalForageDbMethods' are not identical.
[ng] 56 interface LocalForageDriver extends LocalForageDriverDbMethods {
[ng] ~~~~~~~~~~~~~~~~~
[ng] node_modules/@ionic/storage/node_modules/localforage/typings/localforage.d.ts:56:11 - error TS2320: Interface 'LocalForageDriver' cannot simultaneously extend types 'LocalForageDriverDbMethods' and 'LocalForageDbMethods'.
[ng] Named property 'setItem' of types 'LocalForageDriverDbMethods' and 'LocalForageDbMethods' are not identical.
[ng] 56 interface LocalForageDriver extends LocalForageDriverDbMethods {
[ng] ~~~~~~~~~~~~~~~~~
[ng] node_modules/@ionic/storage/node_modules/localforage/typings/localforage.d.ts:122:14 - error TS2300: Duplicate identifier 'localforage'.
[ng] 122 export = localforage;
[ng] ~~~~~~~~~~~
[ng] node_modules/localforage/typings/localforage.d.ts:113:14
[ng] 113 export = localforage;
[ng] ~~~~~~~~~~~
[ng] 'localforage' was also declared here.
[ng] node_modules/localforage/typings/localforage.d.ts:113:14 - error TS2300: Duplicate identifier 'localforage'.
[ng] 113 export = localforage;
[ng] ~~~~~~~~~~~
[ng] node_modules/@ionic/storage/node_modules/localforage/typings/localforage.d.ts:122:14
[ng] 122 export = localforage;
[ng] ~~~~~~~~~~~
[ng] 'localforage' was also declared here.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant