peitschie commented on PR #500: URL: https://github.com/apache/cordova-plugin-file/pull/500#issuecomment-1216264702
To maintain backwards compatibility with existing type definitions, we could add the following type aliases to the `index.d.ts` here: ``` type Entry = FileSystemEntry; type DirectoryEntry = FileSystemDirectoryEntry; type FileEntry = FileSystemFileEntry; ``` Other than that, this works well for me. @breautek any chance we might merge this? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
