Steve Gill

Results 37 comments of Steve Gill

Created an issue to replace jshint with eslint. https://issues.apache.org/jira/browse/CB-12895

We have already started moving integration tests into the integration-tests folder in cordova-lib

These sound like api changes to cordova-lib right? cordova.raw.* is how people currently interact with cordova-lib. We should be careful about breaking our API

Wouldn't every library that relies on cordova-lib break? I'm against the removal without a proper deprecation notice. It would be better to make cordova.raw an alias if there is no...

I like the proposal and think it would be a good fit for cordova@7. Expected behavior for npm projects is to run `npm install` to grab the dependencies after you...

Created an issue for tracking purposes. https://issues.apache.org/jira/browse/CB-11981

I'm thinking we hold off on this until cordova@8. In cordova@7, during restore, we copy relevant info from config.xml into package.json for saved platforms and plugins. Having users run a...