-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
refactor(console): remove the console module #5338
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Removing the console module implementation eliminates some error-prone formatting logic, and certain platform-specific checks. The implementation was also android-specific. Left a stub Console class implementation as one is necessary to avoid errors with `console` being undefined during the snapshot stage for android. The console module is replaced by a 'console' implementation in the Android Runtime. See android-runtime/PR #884
uitests |
test android uitests |
1 similar comment
test android uitests |
test android#pete/revert-console uitests |
test android#pete/revert-console uitests#pete/fix-console-tests |
4 similar comments
test android#pete/revert-console uitests#pete/fix-console-tests |
test android#pete/revert-console uitests#pete/fix-console-tests |
test android#pete/revert-console uitests#pete/fix-console-tests |
test android#pete/revert-console uitests#pete/fix-console-tests |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Resubmitting PR based on the 'master' branch.
Removing the console module implementation eliminates some error-prone formatting logic, and certain platform-specific checks. The implementation was also android-specific. Left a stub Console class
implementation as one is necessary to avoid errors with
console
being undefined during the snapshot stage for android.The console module is replaced by a 'console' implementation in the Android Runtime. See android-runtime/PR NativeScript/android#884
Unit test changes PR - NativeScript/functional-tests#9