kputh opened a new issue #400: URL: https://github.com/apache/cordova-plugin-file/issues/400
# Feature Request ## Motivation Behind Feature <!-- Why should this feature be implemented? What problem does it solve? --> I'm migrating an exiting project to Cordova, and this plugin has been challenging. The project uses TypeScript and figuring out how to use the types in the package properly has been a hassle. (I don't use 'global' libraries very often. My current solution is simply `import 'cordova-plugin-file';` It does fail at constants like `cordova.file.dataDirectory`.) ## Feature Description <!-- Describe your feature request in detail Please provide any code examples or screenshots of what this feature would look like Are there any drawbacks? Will this break anything for existing users? --> A paragraph in the documentation about using this plugin with TypeScript and a complete TypeScript module (file) using it as an example would be nice. ## Alternatives or Workarounds <!-- Describe alternatives or workarounds you are currently using Are there ways to do this with existing functionality? --> none ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
