You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2022/08/16 07:41:34 UTC

[GitHub] [cordova-plugin-file] peitschie commented on pull request #500: Make types compatible with Typescript 4.4

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: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org