You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2020/01/23 18:58:55 UTC

[GitHub] [cordova-android] SukantPal opened a new issue #905: Update codebase to ES6 syntax

SukantPal opened a new issue #905: Update codebase to ES6 syntax
URL: https://github.com/apache/cordova-android/issues/905
 
 
   # Feature Request
   
   ## Motivation Behind Feature
   <!-- Why should this feature be implemented? What problem does it solve? -->
   I see that the codebase is currently using ES5 syntax. For future development, using ES6 syntax (classes, let & const, etc.) would be much more clean.
   
   
   ## 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? 
   -->
   I would be willing to spend time to do this conversion.
   
   
   ## Alternatives or Workarounds
   <!-- 
   Describe alternatives or workarounds you are currently using 
   Are there ways to do this with existing functionality?
   -->
   N/A
   
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [cordova-android] breautek edited a comment on issue #905: Update codebase to ES6 syntax

Posted by GitBox <gi...@apache.org>.
breautek edited a comment on issue #905: Update codebase to ES6 syntax
URL: https://github.com/apache/cordova-android/issues/905#issuecomment-577827000
 
 
   This is something we are slowly moving towards (at least for the code that runs in node).

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [cordova-android] breautek commented on issue #905: Update codebase to ES6 syntax

Posted by GitBox <gi...@apache.org>.
breautek commented on issue #905: Update codebase to ES6 syntax
URL: https://github.com/apache/cordova-android/issues/905#issuecomment-577917700
 
 
   I have confirmed that code that is intended to be ran inside a browser and/or webview must not be converted, unless support for android 4.4 is dropped.
   
   The reasoning is because [android 4.4 uses chrome 33](https://developer.chrome.com/multidevice/webview/overview) where many of these features are not supported.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [cordova-android] erisu closed issue #905: Update codebase to ES6 syntax

Posted by GitBox <gi...@apache.org>.
erisu closed issue #905: Update codebase to ES6 syntax
URL: https://github.com/apache/cordova-android/issues/905
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [cordova-android] breautek commented on issue #905: Update codebase to ES6 syntax

Posted by GitBox <gi...@apache.org>.
breautek commented on issue #905: Update codebase to ES6 syntax
URL: https://github.com/apache/cordova-android/issues/905#issuecomment-577827000
 
 
   This is something we are slowly moving towards.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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