dpogue opened a new pull request #860: URL: https://github.com/apache/cordova-lib/pull/860
### Platforms affected all ### Motivation and Context <!-- Why is this change required? What problem does it solve? --> <!-- If it fixes an open issue, please link to the issue here. --> We are looking at the possibility of having most of the platform tooling code run out of `node_modules` instead of being copied into the `platforms` folder. This allows loading the Platform API from either `platforms` or `node_modules`. ### Description <!-- Describe your changes in detail --> Try loading the Platform API from the `platforms` folder, but failing that, require the main file from the platform package.json in `node_modules`. ### Testing <!-- Please describe in detail how you tested your changes. --> Still needs tests ### Checklist - [ ] I've run the tests to see all new and existing tests pass - [ ] I added automated test coverage as appropriate for this change ---------------------------------------------------------------- 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]
