Github user kamrik commented on a diff in the pull request:

    https://github.com/apache/cordova-lib/pull/190#discussion_r27117493
  
    --- Diff: cordova-lib/src/platforms/platforms.js ---
    @@ -102,5 +102,10 @@ function getPlatformProject(platform, platformRootDir) 
{
     }
     
     module.exports = platforms;
    -module.exports.getPlatformProject = getPlatformProject;
    -module.exports.PlatformProjectAdapter = PlatformProjectAdapter;
    +
    --- End diff --
    
    Oops, I added those but missed them in the platform list.
    getPlatformProject() is used in several places throughout the code and 
PlatformProjectAdapter is used by a downstream project, so we need them.
    Need to find a way to "hide" them for the platform listing.
    



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to